Shades of Han Purple #5320DD
Tints of Han Purple #5320DD
RGB
CMYK
RGB Variations
Color information
#5320DD (or 0x5320DD) is known color: Han Purple. HEX triplet: 53, 20 and DD. RGB value is (83,32,221). Sum of RGB (Red+Green+Blue) = 83+32+221=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #5320DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5320DD is #ACDF22. Grayscale: #444444. Windows color (decimal): -11329315 or 14491731. OLE color: 14491731.
HSL color Cylindrical-coordinate representation of color #5320DD: hue angle of 256.19º 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 #5320DD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 32 | 221 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.13 |
| HSL | 256.19º | 0.75% | 0.5% | - |
| HSV(B) | 256.19º | 0.86% | 0.87% | - |
| XYZ | 17.13 | 8.09 | 69.07 | - |
| YUV | 68.8 | 213.9 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 221 | 0.62 | 0.86 | 0 | 0.13 | 256.19 | 0.75 | 0.5 |
| Hex | 53 | 20 | DD | 3E | 56 | 0 | D | 100 | 4B | 32 |
| Octal | 123 | 40 | 335 | 76 | 126 | 0 | 15 | 400 | 113 | 62 |
| Binary | 1010011 | 100000 | 11011101 | 111110 | 1010110 | 0 | 1101 | 100000000 | 1001011 | 110010 |
Color Harmonies of #5320DD
Complementary color
Monochromatic Colors of #5320DD
Black with #5320DD
Text Example
Text Example
White with #5320DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5320DD; }
p { color: rgb(83,32,221); }
H1.HeaderClassName
{
color: #5320DD;
}
.AnyTagClassName
{
color: #5320DD;
}
</style>
background-color css
<style>
a { background-color: #5320DD; }
a { background-color: rgb(83,32,221); }
div.DivClassName
{
background-color: #5320DD;
}
.BgClassName
{
background-color: #5320DD;
}
</style>
border-color css
<style>
span { border-color: #5320DD; }
span { border-color: rgb(83,32,221); }
td.TdClassName
{
border-color: #5320DD;
}
.TagClassName
{
border-color: #5320DD;
}
</style>