Shades of Han Purple #5C19DC
Tints of Han Purple #5C19DC
RGB
CMYK
RGB Variations
Color information
#5C19DC (or 0x5C19DC) is known color: Han Purple. HEX triplet: 5C, 19 and DC. RGB value is (92,25,220). Sum of RGB (Red+Green+Blue) = 92+25+220=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C19DC is #A3E623. Grayscale: #424242. Windows color (decimal): -10741284 or 14424412. OLE color: 14424412.
HSL color Cylindrical-coordinate representation of color #5C19DC: hue angle of 260.62º 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 #5C19DC is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 25 | 220 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.14 |
| HSL | 260.62º | 0.8% | 0.48% | - |
| HSV(B) | 260.62º | 0.89% | 0.86% | - |
| XYZ | 17.68 | 8.14 | 68.35 | - |
| YUV | 67.26 | 214.2 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 220 | 0.58 | 0.89 | 0 | 0.14 | 260.62 | 0.8 | 0.48 |
| Hex | 5C | 19 | DC | 3A | 59 | 0 | E | 105 | 50 | 30 |
| Octal | 134 | 31 | 334 | 72 | 131 | 0 | 16 | 405 | 120 | 60 |
| Binary | 1011100 | 11001 | 11011100 | 111010 | 1011001 | 0 | 1110 | 100000101 | 1010000 | 110000 |
Color Harmonies of #5C19DC
Complementary color
Monochromatic Colors of #5C19DC
Black with #5C19DC
Text Example
Text Example
White with #5C19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C19DC; }
p { color: rgb(92,25,220); }
H1.HeaderClassName
{
color: #5C19DC;
}
.AnyTagClassName
{
color: #5C19DC;
}
</style>
background-color css
<style>
a { background-color: #5C19DC; }
a { background-color: rgb(92,25,220); }
div.DivClassName
{
background-color: #5C19DC;
}
.BgClassName
{
background-color: #5C19DC;
}
</style>
border-color css
<style>
span { border-color: #5C19DC; }
span { border-color: rgb(92,25,220); }
td.TdClassName
{
border-color: #5C19DC;
}
.TagClassName
{
border-color: #5C19DC;
}
</style>