Shades of Han Purple #5919DB
Tints of Han Purple #5919DB
RGB
CMYK
RGB Variations
Color information
#5919DB (or 0x5919DB) is known color: Han Purple. HEX triplet: 59, 19 and DB. RGB value is (89,25,219). Sum of RGB (Red+Green+Blue) = 89+25+219=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #5919DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5919DB is #A6E624. Grayscale: #414141. Windows color (decimal): -10937893 or 14358873. OLE color: 14358873.
HSL color Cylindrical-coordinate representation of color #5919DB: hue angle of 259.79º 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 #5919DB is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 25 | 219 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.14 |
| HSL | 259.79º | 0.8% | 0.48% | - |
| HSV(B) | 259.79º | 0.89% | 0.86% | - |
| XYZ | 17.25 | 7.93 | 67.64 | - |
| YUV | 66.25 | 214.2 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 219 | 0.59 | 0.89 | 0 | 0.14 | 259.79 | 0.8 | 0.48 |
| Hex | 59 | 19 | DB | 3B | 59 | 0 | E | 104 | 50 | 30 |
| Octal | 131 | 31 | 333 | 73 | 131 | 0 | 16 | 404 | 120 | 60 |
| Binary | 1011001 | 11001 | 11011011 | 111011 | 1011001 | 0 | 1110 | 100000100 | 1010000 | 110000 |
Color Harmonies of #5919DB
Complementary color
Monochromatic Colors of #5919DB
Black with #5919DB
Text Example
Text Example
White with #5919DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919DB; }
p { color: rgb(89,25,219); }
H1.HeaderClassName
{
color: #5919DB;
}
.AnyTagClassName
{
color: #5919DB;
}
</style>
background-color css
<style>
a { background-color: #5919DB; }
a { background-color: rgb(89,25,219); }
div.DivClassName
{
background-color: #5919DB;
}
.BgClassName
{
background-color: #5919DB;
}
</style>
border-color css
<style>
span { border-color: #5919DB; }
span { border-color: rgb(89,25,219); }
td.TdClassName
{
border-color: #5919DB;
}
.TagClassName
{
border-color: #5919DB;
}
</style>