Shades of Han Purple #5620DE
Tints of Han Purple #5620DE
RGB
CMYK
RGB Variations
Color information
#5620DE (or 0x5620DE) is known color: Han Purple. HEX triplet: 56, 20 and DE. RGB value is (86,32,222). Sum of RGB (Red+Green+Blue) = 86+32+222=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #5620DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5620DE is #A9DF21. Grayscale: #454545. Windows color (decimal): -11132706 or 14557270. OLE color: 14557270.
HSL color Cylindrical-coordinate representation of color #5620DE: hue angle of 257.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5620DE is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 32 | 222 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.13 |
| HSL | 257.05º | 0.75% | 0.5% | - |
| HSV(B) | 257.05º | 0.86% | 0.87% | - |
| XYZ | 17.54 | 8.29 | 69.78 | - |
| YUV | 69.81 | 213.89 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 222 | 0.61 | 0.86 | 0 | 0.13 | 257.05 | 0.75 | 0.5 |
| Hex | 56 | 20 | DE | 3D | 56 | 0 | D | 101 | 4B | 32 |
| Octal | 126 | 40 | 336 | 75 | 126 | 0 | 15 | 401 | 113 | 62 |
| Binary | 1010110 | 100000 | 11011110 | 111101 | 1010110 | 0 | 1101 | 100000001 | 1001011 | 110010 |
Color Harmonies of #5620DE
Complementary color
Monochromatic Colors of #5620DE
Black with #5620DE
Text Example
Text Example
White with #5620DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5620DE; }
p { color: rgb(86,32,222); }
H1.HeaderClassName
{
color: #5620DE;
}
.AnyTagClassName
{
color: #5620DE;
}
</style>
background-color css
<style>
a { background-color: #5620DE; }
a { background-color: rgb(86,32,222); }
div.DivClassName
{
background-color: #5620DE;
}
.BgClassName
{
background-color: #5620DE;
}
</style>
border-color css
<style>
span { border-color: #5620DE; }
span { border-color: rgb(86,32,222); }
td.TdClassName
{
border-color: #5620DE;
}
.TagClassName
{
border-color: #5620DE;
}
</style>