Colors Functions
Hex to RGB
Parameters:
hex_value (str): A string representing a hex color code (e.g., "#FFFFFF").
Returns:
tuple: A tuple representing the RGB values (e.g., (255, 255, 255)).RGB to hex
Closest color name
Get color by name
Last updated