Convert color tuple to hex string.
tuple has three elements (rgb) that are floats between 0 and 1 or ints between 0 and 255.
string encoding that number as hex
color_tuple_to_hex()