Shades of Han Purple #5819DB
Tints of Han Purple #5819DB
RGB
CMYK
RGB Variations
Color information
#5819DB (or 0x5819DB) is known color: Han Purple. HEX triplet: 58, 19 and DB. RGB value is (88,25,219). Sum of RGB (Red+Green+Blue) = 88+25+219=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #5819DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5819DB is #A7E624. Grayscale: #414141. Windows color (decimal): -11003429 or 14358872. OLE color: 14358872.
HSL color Cylindrical-coordinate representation of color #5819DB: hue angle of 259.48º 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 #5819DB is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 25 | 219 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.14 |
| HSL | 259.48º | 0.8% | 0.48% | - |
| HSV(B) | 259.48º | 0.89% | 0.86% | - |
| XYZ | 17.16 | 7.88 | 67.64 | - |
| YUV | 65.95 | 214.37 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 219 | 0.60 | 0.89 | 0 | 0.14 | 259.48 | 0.8 | 0.48 |
| Hex | 58 | 19 | DB | 3C | 59 | 0 | E | 103 | 50 | 30 |
| Octal | 130 | 31 | 333 | 74 | 131 | 0 | 16 | 403 | 120 | 60 |
| Binary | 1011000 | 11001 | 11011011 | 111100 | 1011001 | 0 | 1110 | 100000011 | 1010000 | 110000 |
Color Harmonies of #5819DB
Complementary color
Monochromatic Colors of #5819DB
Black with #5819DB
Text Example
Text Example
White with #5819DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819DB; }
p { color: rgb(88,25,219); }
H1.HeaderClassName
{
color: #5819DB;
}
.AnyTagClassName
{
color: #5819DB;
}
</style>
background-color css
<style>
a { background-color: #5819DB; }
a { background-color: rgb(88,25,219); }
div.DivClassName
{
background-color: #5819DB;
}
.BgClassName
{
background-color: #5819DB;
}
</style>
border-color css
<style>
span { border-color: #5819DB; }
span { border-color: rgb(88,25,219); }
td.TdClassName
{
border-color: #5819DB;
}
.TagClassName
{
border-color: #5819DB;
}
</style>