Shades of Han Purple #5916FA
Tints of Han Purple #5916FA
RGB
CMYK
RGB Variations
Color information
#5916FA (or 0x5916FA) is known color: Han Purple. HEX triplet: 59, 16 and FA. RGB value is (89,22,250). Sum of RGB (Red+Green+Blue) = 89+22+250=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #5916FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5916FA is #A6E905. Grayscale: #434343. Windows color (decimal): -10938630 or 16389721. OLE color: 16389721.
HSL color Cylindrical-coordinate representation of color #5916FA: hue angle of 257.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5916FA is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 22 | 250 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.02 |
| HSL | 257.63º | 0.96% | 0.53% | - |
| HSV(B) | 257.63º | 0.91% | 0.98% | - |
| XYZ | 21.66 | 9.6 | 91.15 | - |
| YUV | 68.03 | 230.7 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 250 | 0.64 | 0.91 | 0 | 0.02 | 257.63 | 0.96 | 0.53 |
| Hex | 59 | 16 | FA | 40 | 5B | 0 | 2 | 102 | 60 | 35 |
| Octal | 131 | 26 | 372 | 100 | 133 | 0 | 2 | 402 | 140 | 65 |
| Binary | 1011001 | 10110 | 11111010 | 1000000 | 1011011 | 0 | 10 | 100000010 | 1100000 | 110101 |
Color Harmonies of #5916FA
Complementary color
Monochromatic Colors of #5916FA
Black with #5916FA
Text Example
Text Example
White with #5916FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916FA; }
p { color: rgb(89,22,250); }
H1.HeaderClassName
{
color: #5916FA;
}
.AnyTagClassName
{
color: #5916FA;
}
</style>
background-color css
<style>
a { background-color: #5916FA; }
a { background-color: rgb(89,22,250); }
div.DivClassName
{
background-color: #5916FA;
}
.BgClassName
{
background-color: #5916FA;
}
</style>
border-color css
<style>
span { border-color: #5916FA; }
span { border-color: rgb(89,22,250); }
td.TdClassName
{
border-color: #5916FA;
}
.TagClassName
{
border-color: #5916FA;
}
</style>