Shades of Han Purple #5F19DC
Tints of Han Purple #5F19DC
RGB
CMYK
RGB Variations
Color information
#5F19DC (or 0x5F19DC) is known color: Han Purple. HEX triplet: 5F, 19 and DC. RGB value is (95,25,220). Sum of RGB (Red+Green+Blue) = 95+25+220=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F19DC is #A0E623. Grayscale: #434343. Windows color (decimal): -10544676 or 14424415. OLE color: 14424415.
HSL color Cylindrical-coordinate representation of color #5F19DC: hue angle of 261.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F19DC is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 25 | 220 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.14 |
| HSL | 261.54º | 0.8% | 0.48% | - |
| HSV(B) | 261.54º | 0.89% | 0.86% | - |
| XYZ | 17.99 | 8.3 | 68.36 | - |
| YUV | 68.16 | 213.69 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 220 | 0.57 | 0.89 | 0 | 0.14 | 261.54 | 0.8 | 0.48 |
| Hex | 5F | 19 | DC | 39 | 59 | 0 | E | 106 | 50 | 30 |
| Octal | 137 | 31 | 334 | 71 | 131 | 0 | 16 | 406 | 120 | 60 |
| Binary | 1011111 | 11001 | 11011100 | 111001 | 1011001 | 0 | 1110 | 100000110 | 1010000 | 110000 |
Color Harmonies of #5F19DC
Complementary color
Monochromatic Colors of #5F19DC
Black with #5F19DC
Text Example
Text Example
White with #5F19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F19DC; }
p { color: rgb(95,25,220); }
H1.HeaderClassName
{
color: #5F19DC;
}
.AnyTagClassName
{
color: #5F19DC;
}
</style>
background-color css
<style>
a { background-color: #5F19DC; }
a { background-color: rgb(95,25,220); }
div.DivClassName
{
background-color: #5F19DC;
}
.BgClassName
{
background-color: #5F19DC;
}
</style>
border-color css
<style>
span { border-color: #5F19DC; }
span { border-color: rgb(95,25,220); }
td.TdClassName
{
border-color: #5F19DC;
}
.TagClassName
{
border-color: #5F19DC;
}
</style>