Shades of Han Purple #5917DC
Tints of Han Purple #5917DC
RGB
CMYK
RGB Variations
Color information
#5917DC (or 0x5917DC) is known color: Han Purple. HEX triplet: 59, 17 and DC. RGB value is (89,23,220). Sum of RGB (Red+Green+Blue) = 89+23+220=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #5917DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5917DC is #A6E823. Grayscale: #404040. Windows color (decimal): -10938404 or 14423897. OLE color: 14423897.
HSL color Cylindrical-coordinate representation of color #5917DC: hue angle of 260.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5917DC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 23 | 220 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.14 |
| HSL | 260.1º | 0.81% | 0.48% | - |
| HSV(B) | 260.1º | 0.9% | 0.86% | - |
| XYZ | 17.34 | 7.9 | 68.32 | - |
| YUV | 65.19 | 215.37 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 220 | 0.60 | 0.90 | 0 | 0.14 | 260.1 | 0.81 | 0.48 |
| Hex | 59 | 17 | DC | 3C | 5A | 0 | E | 104 | 51 | 30 |
| Octal | 131 | 27 | 334 | 74 | 132 | 0 | 16 | 404 | 121 | 60 |
| Binary | 1011001 | 10111 | 11011100 | 111100 | 1011010 | 0 | 1110 | 100000100 | 1010001 | 110000 |
Color Harmonies of #5917DC
Complementary color
Monochromatic Colors of #5917DC
Black with #5917DC
Text Example
Text Example
White with #5917DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917DC; }
p { color: rgb(89,23,220); }
H1.HeaderClassName
{
color: #5917DC;
}
.AnyTagClassName
{
color: #5917DC;
}
</style>
background-color css
<style>
a { background-color: #5917DC; }
a { background-color: rgb(89,23,220); }
div.DivClassName
{
background-color: #5917DC;
}
.BgClassName
{
background-color: #5917DC;
}
</style>
border-color css
<style>
span { border-color: #5917DC; }
span { border-color: rgb(89,23,220); }
td.TdClassName
{
border-color: #5917DC;
}
.TagClassName
{
border-color: #5917DC;
}
</style>