Shades of Han Purple #5522DB
Tints of Han Purple #5522DB
RGB
CMYK
RGB Variations
Color information
#5522DB (or 0x5522DB) is known color: Han Purple. HEX triplet: 55, 22 and DB. RGB value is (85,34,219). Sum of RGB (Red+Green+Blue) = 85+34+219=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #5522DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522DB is #AADD24. Grayscale: #454545. Windows color (decimal): -11197733 or 14361173. OLE color: 14361173.
HSL color Cylindrical-coordinate representation of color #5522DB: hue angle of 256.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5522DB is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 34 | 219 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.14 |
| HSL | 256.54º | 0.73% | 0.5% | - |
| HSV(B) | 256.54º | 0.84% | 0.86% | - |
| XYZ | 17.1 | 8.19 | 67.7 | - |
| YUV | 70.34 | 211.9 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 219 | 0.61 | 0.84 | 0 | 0.14 | 256.54 | 0.73 | 0.5 |
| Hex | 55 | 22 | DB | 3D | 54 | 0 | E | 101 | 49 | 32 |
| Octal | 125 | 42 | 333 | 75 | 124 | 0 | 16 | 401 | 111 | 62 |
| Binary | 1010101 | 100010 | 11011011 | 111101 | 1010100 | 0 | 1110 | 100000001 | 1001001 | 110010 |
Color Harmonies of #5522DB
Complementary color
Monochromatic Colors of #5522DB
Black with #5522DB
Text Example
Text Example
White with #5522DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5522DB; }
p { color: rgb(85,34,219); }
H1.HeaderClassName
{
color: #5522DB;
}
.AnyTagClassName
{
color: #5522DB;
}
</style>
background-color css
<style>
a { background-color: #5522DB; }
a { background-color: rgb(85,34,219); }
div.DivClassName
{
background-color: #5522DB;
}
.BgClassName
{
background-color: #5522DB;
}
</style>
border-color css
<style>
span { border-color: #5522DB; }
span { border-color: rgb(85,34,219); }
td.TdClassName
{
border-color: #5522DB;
}
.TagClassName
{
border-color: #5522DB;
}
</style>