Shades of Han Purple #5620DB
Tints of Han Purple #5620DB
RGB
CMYK
RGB Variations
Color information
#5620DB (or 0x5620DB) is known color: Han Purple. HEX triplet: 56, 20 and DB. RGB value is (86,32,219). Sum of RGB (Red+Green+Blue) = 86+32+219=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #5620DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5620DB is #A9DF24. Grayscale: #444444. Windows color (decimal): -11132709 or 14360662. OLE color: 14360662.
HSL color Cylindrical-coordinate representation of color #5620DB: hue angle of 257.33º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5620DB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 32 | 219 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.14 |
| HSL | 257.33º | 0.75% | 0.49% | - |
| HSV(B) | 257.33º | 0.85% | 0.86% | - |
| XYZ | 17.14 | 8.13 | 67.68 | - |
| YUV | 69.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 219 | 0.61 | 0.85 | 0 | 0.14 | 257.33 | 0.75 | 0.49 |
| Hex | 56 | 20 | DB | 3D | 55 | 0 | E | 101 | 4B | 31 |
| Octal | 126 | 40 | 333 | 75 | 125 | 0 | 16 | 401 | 113 | 61 |
| Binary | 1010110 | 100000 | 11011011 | 111101 | 1010101 | 0 | 1110 | 100000001 | 1001011 | 110001 |
Color Harmonies of #5620DB
Complementary color
Monochromatic Colors of #5620DB
Black with #5620DB
Text Example
Text Example
White with #5620DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5620DB; }
p { color: rgb(86,32,219); }
H1.HeaderClassName
{
color: #5620DB;
}
.AnyTagClassName
{
color: #5620DB;
}
</style>
background-color css
<style>
a { background-color: #5620DB; }
a { background-color: rgb(86,32,219); }
div.DivClassName
{
background-color: #5620DB;
}
.BgClassName
{
background-color: #5620DB;
}
</style>
border-color css
<style>
span { border-color: #5620DB; }
span { border-color: rgb(86,32,219); }
td.TdClassName
{
border-color: #5620DB;
}
.TagClassName
{
border-color: #5620DB;
}
</style>