Shades of Han Purple #5917DB
Tints of Han Purple #5917DB
RGB
CMYK
RGB Variations
Color information
#5917DB (or 0x5917DB) is known color: Han Purple. HEX triplet: 59, 17 and DB. RGB value is (89,23,219). Sum of RGB (Red+Green+Blue) = 89+23+219=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #5917DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5917DB is #A6E824. Grayscale: #404040. Windows color (decimal): -10938405 or 14358361. OLE color: 14358361.
HSL color Cylindrical-coordinate representation of color #5917DB: hue angle of 260.2º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5917DB is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 23 | 219 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.14 |
| HSL | 260.2º | 0.81% | 0.47% | - |
| HSV(B) | 260.2º | 0.89% | 0.86% | - |
| XYZ | 17.21 | 7.85 | 67.63 | - |
| YUV | 65.08 | 214.87 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 219 | 0.59 | 0.89 | 0 | 0.14 | 260.2 | 0.81 | 0.47 |
| Hex | 59 | 17 | DB | 3B | 59 | 0 | E | 104 | 51 | 2F |
| Octal | 131 | 27 | 333 | 73 | 131 | 0 | 16 | 404 | 121 | 57 |
| Binary | 1011001 | 10111 | 11011011 | 111011 | 1011001 | 0 | 1110 | 100000100 | 1010001 | 101111 |
Color Harmonies of #5917DB
Complementary color
Monochromatic Colors of #5917DB
Black with #5917DB
Text Example
Text Example
White with #5917DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917DB; }
p { color: rgb(89,23,219); }
H1.HeaderClassName
{
color: #5917DB;
}
.AnyTagClassName
{
color: #5917DB;
}
</style>
background-color css
<style>
a { background-color: #5917DB; }
a { background-color: rgb(89,23,219); }
div.DivClassName
{
background-color: #5917DB;
}
.BgClassName
{
background-color: #5917DB;
}
</style>
border-color css
<style>
span { border-color: #5917DB; }
span { border-color: rgb(89,23,219); }
td.TdClassName
{
border-color: #5917DB;
}
.TagClassName
{
border-color: #5917DB;
}
</style>