Shades of Han Purple #5917FA
Tints of Han Purple #5917FA
RGB
CMYK
RGB Variations
Color information
#5917FA (or 0x5917FA) is known color: Han Purple. HEX triplet: 59, 17 and FA. RGB value is (89,23,250). Sum of RGB (Red+Green+Blue) = 89+23+250=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #5917FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5917FA is #A6E805. Grayscale: #434343. Windows color (decimal): -10938374 or 16389977. OLE color: 16389977.
HSL color Cylindrical-coordinate representation of color #5917FA: hue angle of 257.44º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5917FA is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 23 | 250 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.02 |
| HSL | 257.44º | 0.96% | 0.54% | - |
| HSV(B) | 257.44º | 0.91% | 0.98% | - |
| XYZ | 21.68 | 9.64 | 91.16 | - |
| YUV | 68.61 | 230.37 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 250 | 0.64 | 0.91 | 0 | 0.02 | 257.44 | 0.96 | 0.54 |
| Hex | 59 | 17 | FA | 40 | 5B | 0 | 2 | 101 | 60 | 36 |
| Octal | 131 | 27 | 372 | 100 | 133 | 0 | 2 | 401 | 140 | 66 |
| Binary | 1011001 | 10111 | 11111010 | 1000000 | 1011011 | 0 | 10 | 100000001 | 1100000 | 110110 |
Color Harmonies of #5917FA
Complementary color
Monochromatic Colors of #5917FA
Black with #5917FA
Text Example
Text Example
White with #5917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917FA; }
p { color: rgb(89,23,250); }
H1.HeaderClassName
{
color: #5917FA;
}
.AnyTagClassName
{
color: #5917FA;
}
</style>
background-color css
<style>
a { background-color: #5917FA; }
a { background-color: rgb(89,23,250); }
div.DivClassName
{
background-color: #5917FA;
}
.BgClassName
{
background-color: #5917FA;
}
</style>
border-color css
<style>
span { border-color: #5917FA; }
span { border-color: rgb(89,23,250); }
td.TdClassName
{
border-color: #5917FA;
}
.TagClassName
{
border-color: #5917FA;
}
</style>