Shades of Han Purple #5519DB
Tints of Han Purple #5519DB
RGB
CMYK
RGB Variations
Color information
#5519DB (or 0x5519DB) is known color: Han Purple. HEX triplet: 55, 19 and DB. RGB value is (85,25,219). Sum of RGB (Red+Green+Blue) = 85+25+219=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #5519DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5519DB is #AAE624. Grayscale: #404040. Windows color (decimal): -11200037 or 14358869. OLE color: 14358869.
HSL color Cylindrical-coordinate representation of color #5519DB: hue angle of 258.56º 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 #5519DB is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 25 | 219 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.14 |
| HSL | 258.56º | 0.8% | 0.48% | - |
| HSV(B) | 258.56º | 0.89% | 0.86% | - |
| XYZ | 16.88 | 7.74 | 67.62 | - |
| YUV | 65.06 | 214.88 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 219 | 0.61 | 0.89 | 0 | 0.14 | 258.56 | 0.8 | 0.48 |
| Hex | 55 | 19 | DB | 3D | 59 | 0 | E | 103 | 50 | 30 |
| Octal | 125 | 31 | 333 | 75 | 131 | 0 | 16 | 403 | 120 | 60 |
| Binary | 1010101 | 11001 | 11011011 | 111101 | 1011001 | 0 | 1110 | 100000011 | 1010000 | 110000 |
Color Harmonies of #5519DB
Complementary color
Monochromatic Colors of #5519DB
Black with #5519DB
Text Example
Text Example
White with #5519DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5519DB; }
p { color: rgb(85,25,219); }
H1.HeaderClassName
{
color: #5519DB;
}
.AnyTagClassName
{
color: #5519DB;
}
</style>
background-color css
<style>
a { background-color: #5519DB; }
a { background-color: rgb(85,25,219); }
div.DivClassName
{
background-color: #5519DB;
}
.BgClassName
{
background-color: #5519DB;
}
</style>
border-color css
<style>
span { border-color: #5519DB; }
span { border-color: rgb(85,25,219); }
td.TdClassName
{
border-color: #5519DB;
}
.TagClassName
{
border-color: #5519DB;
}
</style>