Shades of Han Purple #6019FE
Tints of Han Purple #6019FE
RGB
CMYK
RGB Variations
Color information
#6019FE (or 0x6019FE) is known color: Han Purple. HEX triplet: 60, 19 and FE. RGB value is (96,25,254). Sum of RGB (Red+Green+Blue) = 96+25+254=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #6019FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019FE is #9FE601. Grayscale: #474747. Windows color (decimal): -10479106 or 16652640. OLE color: 16652640.
HSL color Cylindrical-coordinate representation of color #6019FE: hue angle of 258.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6019FE is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 25 | 254 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.00 |
| HSL | 258.6º | 0.99% | 0.55% | - |
| HSV(B) | 258.6º | 0.9% | 1% | - |
| XYZ | 23.06 | 10.34 | 94.55 | - |
| YUV | 72.34 | 230.52 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 254 | 0.62 | 0.90 | 0 | 0.00 | 258.6 | 0.99 | 0.55 |
| Hex | 60 | 19 | FE | 3E | 5A | 0 | 0 | 103 | 63 | 37 |
| Octal | 140 | 31 | 376 | 76 | 132 | 0 | 0 | 403 | 143 | 67 |
| Binary | 1100000 | 11001 | 11111110 | 111110 | 1011010 | 0 | 0 | 100000011 | 1100011 | 110111 |
Color Harmonies of #6019FE
Complementary color
Monochromatic Colors of #6019FE
Black with #6019FE
Text Example
Text Example
White with #6019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019FE; }
p { color: rgb(96,25,254); }
H1.HeaderClassName
{
color: #6019FE;
}
.AnyTagClassName
{
color: #6019FE;
}
</style>
background-color css
<style>
a { background-color: #6019FE; }
a { background-color: rgb(96,25,254); }
div.DivClassName
{
background-color: #6019FE;
}
.BgClassName
{
background-color: #6019FE;
}
</style>
border-color css
<style>
span { border-color: #6019FE; }
span { border-color: rgb(96,25,254); }
td.TdClassName
{
border-color: #6019FE;
}
.TagClassName
{
border-color: #6019FE;
}
</style>