Shades of Han Purple #5621DD
Tints of Han Purple #5621DD
RGB
CMYK
RGB Variations
Color information
#5621DD (or 0x5621DD) is known color: Han Purple. HEX triplet: 56, 21 and DD. RGB value is (86,33,221). Sum of RGB (Red+Green+Blue) = 86+33+221=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #5621DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5621DD is #A9DE22. Grayscale: #454545. Windows color (decimal): -11132451 or 14491990. OLE color: 14491990.
HSL color Cylindrical-coordinate representation of color #5621DD: hue angle of 256.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5621DD is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 33 | 221 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.13 |
| HSL | 256.91º | 0.74% | 0.5% | - |
| HSV(B) | 256.91º | 0.85% | 0.87% | - |
| XYZ | 17.43 | 8.29 | 69.09 | - |
| YUV | 70.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 221 | 0.61 | 0.85 | 0 | 0.13 | 256.91 | 0.74 | 0.5 |
| Hex | 56 | 21 | DD | 3D | 55 | 0 | D | 101 | 4A | 32 |
| Octal | 126 | 41 | 335 | 75 | 125 | 0 | 15 | 401 | 112 | 62 |
| Binary | 1010110 | 100001 | 11011101 | 111101 | 1010101 | 0 | 1101 | 100000001 | 1001010 | 110010 |
Color Harmonies of #5621DD
Complementary color
Monochromatic Colors of #5621DD
Black with #5621DD
Text Example
Text Example
White with #5621DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5621DD; }
p { color: rgb(86,33,221); }
H1.HeaderClassName
{
color: #5621DD;
}
.AnyTagClassName
{
color: #5621DD;
}
</style>
background-color css
<style>
a { background-color: #5621DD; }
a { background-color: rgb(86,33,221); }
div.DivClassName
{
background-color: #5621DD;
}
.BgClassName
{
background-color: #5621DD;
}
</style>
border-color css
<style>
span { border-color: #5621DD; }
span { border-color: rgb(86,33,221); }
td.TdClassName
{
border-color: #5621DD;
}
.TagClassName
{
border-color: #5621DD;
}
</style>