Shades of Han Purple #5502DB
Tints of Han Purple #5502DB
RGB
CMYK
RGB Variations
Color information
#5502DB (or 0x5502DB) is known color: Han Purple. HEX triplet: 55, 02 and DB. RGB value is (85,2,219). Sum of RGB (Red+Green+Blue) = 85+2+219=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #5502DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502DB is #AAFD24. Grayscale: #323232. Windows color (decimal): -11205925 or 14352981. OLE color: 14352981.
HSL color Cylindrical-coordinate representation of color #5502DB: hue angle of 262.95º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502DB is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 2 | 219 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.14 |
| HSL | 262.95º | 0.98% | 0.43% | - |
| HSV(B) | 262.95º | 0.99% | 0.86% | - |
| XYZ | 16.55 | 7.09 | 67.51 | - |
| YUV | 51.56 | 222.5 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 219 | 0.61 | 0.99 | 0 | 0.14 | 262.95 | 0.98 | 0.43 |
| Hex | 55 | 2 | DB | 3D | 63 | 0 | E | 107 | 62 | 2B |
| Octal | 125 | 2 | 333 | 75 | 143 | 0 | 16 | 407 | 142 | 53 |
| Binary | 1010101 | 10 | 11011011 | 111101 | 1100011 | 0 | 1110 | 100000111 | 1100010 | 101011 |
Color Harmonies of #5502DB
Complementary color
Monochromatic Colors of #5502DB
Black with #5502DB
Text Example
Text Example
White with #5502DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502DB; }
p { color: rgb(85,2,219); }
H1.HeaderClassName
{
color: #5502DB;
}
.AnyTagClassName
{
color: #5502DB;
}
</style>
background-color css
<style>
a { background-color: #5502DB; }
a { background-color: rgb(85,2,219); }
div.DivClassName
{
background-color: #5502DB;
}
.BgClassName
{
background-color: #5502DB;
}
</style>
border-color css
<style>
span { border-color: #5502DB; }
span { border-color: rgb(85,2,219); }
td.TdClassName
{
border-color: #5502DB;
}
.TagClassName
{
border-color: #5502DB;
}
</style>