Shades of Han Purple #5F12FF
Tints of Han Purple #5F12FF
RGB
CMYK
RGB Variations
Color information
#5F12FF (or 0x5F12FF) is known color: Han Purple. HEX triplet: 5F, 12 and FF. RGB value is (95,18,255). Sum of RGB (Red+Green+Blue) = 95+18+255=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F12FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F12FF is #A0ED00. Grayscale: #434343. Windows color (decimal): -10546433 or 16716383. OLE color: 16716383.
HSL color Cylindrical-coordinate representation of color #5F12FF: hue angle of 259.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F12FF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 18 | 255 | - |
| CMYK | 0.63 | 0.93 | 0 | 0 |
| HSL | 259.49º | 1% | 0.54% | - |
| HSV(B) | 259.49º | 0.93% | 1% | - |
| XYZ | 22.99 | 10.09 | 95.34 | - |
| YUV | 68.04 | 233.51 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 255 | 0.63 | 0.93 | 0 | 0 | 259.49 | 1 | 0.54 |
| Hex | 5F | 12 | FF | 3F | 5D | 0 | 0 | 103 | 64 | 36 |
| Octal | 137 | 22 | 377 | 77 | 135 | 0 | 0 | 403 | 144 | 66 |
| Binary | 1011111 | 10010 | 11111111 | 111111 | 1011101 | 0 | 0 | 100000011 | 1100100 | 110110 |
Color Harmonies of #5F12FF
Complementary color
Monochromatic Colors of #5F12FF
Black with #5F12FF
Text Example
Text Example
White with #5F12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F12FF; }
p { color: rgb(95,18,255); }
H1.HeaderClassName
{
color: #5F12FF;
}
.AnyTagClassName
{
color: #5F12FF;
}
</style>
background-color css
<style>
a { background-color: #5F12FF; }
a { background-color: rgb(95,18,255); }
div.DivClassName
{
background-color: #5F12FF;
}
.BgClassName
{
background-color: #5F12FF;
}
</style>
border-color css
<style>
span { border-color: #5F12FF; }
span { border-color: rgb(95,18,255); }
td.TdClassName
{
border-color: #5F12FF;
}
.TagClassName
{
border-color: #5F12FF;
}
</style>