Shades of Han Purple #6019FF
Tints of Han Purple #6019FF
RGB
CMYK
RGB Variations
Color information
#6019FF (or 0x6019FF) is known color: Han Purple. HEX triplet: 60, 19 and FF. RGB value is (96,25,255). Sum of RGB (Red+Green+Blue) = 96+25+255=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6019FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019FF is #9FE600. Grayscale: #474747. Windows color (decimal): -10479105 or 16718176. OLE color: 16718176.
HSL color Cylindrical-coordinate representation of color #6019FF: hue angle of 258.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6019FF is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 25 | 255 | - |
| CMYK | 0.62 | 0.90 | 0 | 0 |
| HSL | 258.52º | 1% | 0.55% | - |
| HSV(B) | 258.52º | 0.9% | 1% | - |
| XYZ | 23.22 | 10.4 | 95.39 | - |
| YUV | 72.45 | 231.02 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 255 | 0.62 | 0.90 | 0 | 0 | 258.52 | 1 | 0.55 |
| Hex | 60 | 19 | FF | 3E | 5A | 0 | 0 | 103 | 64 | 37 |
| Octal | 140 | 31 | 377 | 76 | 132 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100000 | 11001 | 11111111 | 111110 | 1011010 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #6019FF
Complementary color
Monochromatic Colors of #6019FF
Black with #6019FF
Text Example
Text Example
White with #6019FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019FF; }
p { color: rgb(96,25,255); }
H1.HeaderClassName
{
color: #6019FF;
}
.AnyTagClassName
{
color: #6019FF;
}
</style>
background-color css
<style>
a { background-color: #6019FF; }
a { background-color: rgb(96,25,255); }
div.DivClassName
{
background-color: #6019FF;
}
.BgClassName
{
background-color: #6019FF;
}
</style>
border-color css
<style>
span { border-color: #6019FF; }
span { border-color: rgb(96,25,255); }
td.TdClassName
{
border-color: #6019FF;
}
.TagClassName
{
border-color: #6019FF;
}
</style>