Shades of Han Purple #5916DC
Tints of Han Purple #5916DC
RGB
CMYK
RGB Variations
Color information
#5916DC (or 0x5916DC) is known color: Han Purple. HEX triplet: 59, 16 and DC. RGB value is (89,22,220). Sum of RGB (Red+Green+Blue) = 89+22+220=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #5916DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5916DC is #A6E923. Grayscale: #3F3F3F. Windows color (decimal): -10938660 or 14423641. OLE color: 14423641.
HSL color Cylindrical-coordinate representation of color #5916DC: hue angle of 260.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5916DC is Cyan = 0.60, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 22 | 220 | - |
| CMYK | 0.60 | 0.9 | 0 | 0.14 |
| HSL | 260.3º | 0.82% | 0.47% | - |
| HSV(B) | 260.3º | 0.9% | 0.86% | - |
| XYZ | 17.33 | 7.86 | 68.32 | - |
| YUV | 64.61 | 215.7 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 220 | 0.60 | 0.9 | 0 | 0.14 | 260.3 | 0.82 | 0.47 |
| Hex | 59 | 16 | DC | 3C | 5A | 0 | E | 104 | 52 | 2F |
| Octal | 131 | 26 | 334 | 74 | 132 | 0 | 16 | 404 | 122 | 57 |
| Binary | 1011001 | 10110 | 11011100 | 111100 | 1011010 | 0 | 1110 | 100000100 | 1010010 | 101111 |
Color Harmonies of #5916DC
Complementary color
Monochromatic Colors of #5916DC
Black with #5916DC
Text Example
Text Example
White with #5916DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916DC; }
p { color: rgb(89,22,220); }
H1.HeaderClassName
{
color: #5916DC;
}
.AnyTagClassName
{
color: #5916DC;
}
</style>
background-color css
<style>
a { background-color: #5916DC; }
a { background-color: rgb(89,22,220); }
div.DivClassName
{
background-color: #5916DC;
}
.BgClassName
{
background-color: #5916DC;
}
</style>
border-color css
<style>
span { border-color: #5916DC; }
span { border-color: rgb(89,22,220); }
td.TdClassName
{
border-color: #5916DC;
}
.TagClassName
{
border-color: #5916DC;
}
</style>