multicolorfits.hex_to_hsv#

multicolorfits.hex_to_hsv(hexstring)[source]#

Convert a hexadecimal string to HSV tuple

Parameters:

hexstring (str) – Hexadecimal string such as ‘#3300FF’

Returns:

tuple – HSV tuple such as (0.7,1.,1.)