Shades of Han Purple #5921DF
Tints of Han Purple #5921DF
RGB
CMYK
RGB Variations
Color information
#5921DF (or 0x5921DF) is known color: Han Purple. HEX triplet: 59, 21 and DF. RGB value is (89,33,223). Sum of RGB (Red+Green+Blue) = 89+33+223=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #5921DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5921DF is #A6DE20. Grayscale: #464646. Windows color (decimal): -10935841 or 14623065. OLE color: 14623065.
HSL color Cylindrical-coordinate representation of color #5921DF: hue angle of 257.68º degrees, saturation: 0.75, 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 #5921DF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 33 | 223 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.13 |
| HSL | 257.68º | 0.75% | 0.5% | - |
| HSV(B) | 257.68º | 0.85% | 0.87% | - |
| XYZ | 17.98 | 8.54 | 70.51 | - |
| YUV | 71.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 223 | 0.60 | 0.85 | 0 | 0.13 | 257.68 | 0.75 | 0.5 |
| Hex | 59 | 21 | DF | 3C | 55 | 0 | D | 102 | 4B | 32 |
| Octal | 131 | 41 | 337 | 74 | 125 | 0 | 15 | 402 | 113 | 62 |
| Binary | 1011001 | 100001 | 11011111 | 111100 | 1010101 | 0 | 1101 | 100000010 | 1001011 | 110010 |
Color Harmonies of #5921DF
Complementary color
Monochromatic Colors of #5921DF
Black with #5921DF
Text Example
Text Example
White with #5921DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921DF; }
p { color: rgb(89,33,223); }
H1.HeaderClassName
{
color: #5921DF;
}
.AnyTagClassName
{
color: #5921DF;
}
</style>
background-color css
<style>
a { background-color: #5921DF; }
a { background-color: rgb(89,33,223); }
div.DivClassName
{
background-color: #5921DF;
}
.BgClassName
{
background-color: #5921DF;
}
</style>
border-color css
<style>
span { border-color: #5921DF; }
span { border-color: rgb(89,33,223); }
td.TdClassName
{
border-color: #5921DF;
}
.TagClassName
{
border-color: #5921DF;
}
</style>