Shades of Han Purple #5522DC
Tints of Han Purple #5522DC
RGB
CMYK
RGB Variations
Color information
#5522DC (or 0x5522DC) is known color: Han Purple. HEX triplet: 55, 22 and DC. RGB value is (85,34,220). Sum of RGB (Red+Green+Blue) = 85+34+220=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #5522DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522DC is #AADD23. Grayscale: #454545. Windows color (decimal): -11197732 or 14426709. OLE color: 14426709.
HSL color Cylindrical-coordinate representation of color #5522DC: hue angle of 256.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5522DC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 34 | 220 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.14 |
| HSL | 256.45º | 0.73% | 0.5% | - |
| HSV(B) | 256.45º | 0.85% | 0.86% | - |
| XYZ | 17.24 | 8.24 | 68.39 | - |
| YUV | 70.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 220 | 0.61 | 0.85 | 0 | 0.14 | 256.45 | 0.73 | 0.5 |
| Hex | 55 | 22 | DC | 3D | 55 | 0 | E | 100 | 49 | 32 |
| Octal | 125 | 42 | 334 | 75 | 125 | 0 | 16 | 400 | 111 | 62 |
| Binary | 1010101 | 100010 | 11011100 | 111101 | 1010101 | 0 | 1110 | 100000000 | 1001001 | 110010 |
Color Harmonies of #5522DC
Complementary color
Monochromatic Colors of #5522DC
Black with #5522DC
Text Example
Text Example
White with #5522DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5522DC; }
p { color: rgb(85,34,220); }
H1.HeaderClassName
{
color: #5522DC;
}
.AnyTagClassName
{
color: #5522DC;
}
</style>
background-color css
<style>
a { background-color: #5522DC; }
a { background-color: rgb(85,34,220); }
div.DivClassName
{
background-color: #5522DC;
}
.BgClassName
{
background-color: #5522DC;
}
</style>
border-color css
<style>
span { border-color: #5522DC; }
span { border-color: rgb(85,34,220); }
td.TdClassName
{
border-color: #5522DC;
}
.TagClassName
{
border-color: #5522DC;
}
</style>