Shades of Han Purple #5622DC
Tints of Han Purple #5622DC
RGB
CMYK
RGB Variations
Color information
#5622DC (or 0x5622DC) is known color: Han Purple. HEX triplet: 56, 22 and DC. RGB value is (86,34,220). Sum of RGB (Red+Green+Blue) = 86+34+220=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #5622DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5622DC is #A9DD23. Grayscale: #464646. Windows color (decimal): -11132196 or 14426710. OLE color: 14426710.
HSL color Cylindrical-coordinate representation of color #5622DC: hue angle of 256.77º 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 #5622DC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 34 | 220 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.14 |
| HSL | 256.77º | 0.73% | 0.5% | - |
| HSV(B) | 256.77º | 0.85% | 0.86% | - |
| XYZ | 17.33 | 8.29 | 68.4 | - |
| YUV | 70.75 | 212.23 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 220 | 0.61 | 0.85 | 0 | 0.14 | 256.77 | 0.73 | 0.5 |
| Hex | 56 | 22 | DC | 3D | 55 | 0 | E | 101 | 49 | 32 |
| Octal | 126 | 42 | 334 | 75 | 125 | 0 | 16 | 401 | 111 | 62 |
| Binary | 1010110 | 100010 | 11011100 | 111101 | 1010101 | 0 | 1110 | 100000001 | 1001001 | 110010 |
Color Harmonies of #5622DC
Complementary color
Monochromatic Colors of #5622DC
Black with #5622DC
Text Example
Text Example
White with #5622DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5622DC; }
p { color: rgb(86,34,220); }
H1.HeaderClassName
{
color: #5622DC;
}
.AnyTagClassName
{
color: #5622DC;
}
</style>
background-color css
<style>
a { background-color: #5622DC; }
a { background-color: rgb(86,34,220); }
div.DivClassName
{
background-color: #5622DC;
}
.BgClassName
{
background-color: #5622DC;
}
</style>
border-color css
<style>
span { border-color: #5622DC; }
span { border-color: rgb(86,34,220); }
td.TdClassName
{
border-color: #5622DC;
}
.TagClassName
{
border-color: #5622DC;
}
</style>