Shades of Han Purple #5921DD
Tints of Han Purple #5921DD
RGB
CMYK
RGB Variations
Color information
#5921DD (or 0x5921DD) is known color: Han Purple. HEX triplet: 59, 21 and DD. RGB value is (89,33,221). Sum of RGB (Red+Green+Blue) = 89+33+221=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #5921DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5921DD is #A6DE22. Grayscale: #464646. Windows color (decimal): -10935843 or 14491993. OLE color: 14491993.
HSL color Cylindrical-coordinate representation of color #5921DD: hue angle of 257.87º 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 #5921DD is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 33 | 221 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.13 |
| HSL | 257.87º | 0.74% | 0.5% | - |
| HSV(B) | 257.87º | 0.85% | 0.87% | - |
| XYZ | 17.71 | 8.43 | 69.1 | - |
| YUV | 71.18 | 212.55 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 221 | 0.60 | 0.85 | 0 | 0.13 | 257.87 | 0.74 | 0.5 |
| Hex | 59 | 21 | DD | 3C | 55 | 0 | D | 102 | 4A | 32 |
| Octal | 131 | 41 | 335 | 74 | 125 | 0 | 15 | 402 | 112 | 62 |
| Binary | 1011001 | 100001 | 11011101 | 111100 | 1010101 | 0 | 1101 | 100000010 | 1001010 | 110010 |
Color Harmonies of #5921DD
Complementary color
Monochromatic Colors of #5921DD
Black with #5921DD
Text Example
Text Example
White with #5921DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921DD; }
p { color: rgb(89,33,221); }
H1.HeaderClassName
{
color: #5921DD;
}
.AnyTagClassName
{
color: #5921DD;
}
</style>
background-color css
<style>
a { background-color: #5921DD; }
a { background-color: rgb(89,33,221); }
div.DivClassName
{
background-color: #5921DD;
}
.BgClassName
{
background-color: #5921DD;
}
</style>
border-color css
<style>
span { border-color: #5921DD; }
span { border-color: rgb(89,33,221); }
td.TdClassName
{
border-color: #5921DD;
}
.TagClassName
{
border-color: #5921DD;
}
</style>