Shades of Han Purple #5220E9
Tints of Han Purple #5220E9
RGB
CMYK
RGB Variations
Color information
#5220E9 (or 0x5220E9) is known color: Han Purple. HEX triplet: 52, 20 and E9. RGB value is (82,32,233). Sum of RGB (Red+Green+Blue) = 82+32+233=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 233 (91.41% from 255 or 67.15% from 347); Max value from RGB is 233 - color contains mainly: blue. Hex color #5220E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5220E9 is #ADDF16. Grayscale: #454545. Windows color (decimal): -11394839 or 15278162. OLE color: 15278162.
HSL color Cylindrical-coordinate representation of color #5220E9: hue angle of 254.93º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5220E9 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 32 | 233 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.09 |
| HSL | 254.93º | 0.82% | 0.52% | - |
| HSV(B) | 254.93º | 0.86% | 0.91% | - |
| XYZ | 18.7 | 8.71 | 77.79 | - |
| YUV | 69.86 | 220.07 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 233 | 0.65 | 0.86 | 0 | 0.09 | 254.93 | 0.82 | 0.52 |
| Hex | 52 | 20 | E9 | 41 | 56 | 0 | 9 | FF | 52 | 34 |
| Octal | 122 | 40 | 351 | 101 | 126 | 0 | 11 | 377 | 122 | 64 |
| Binary | 1010010 | 100000 | 11101001 | 1000001 | 1010110 | 0 | 1001 | 11111111 | 1010010 | 110100 |
Color Harmonies of #5220E9
Complementary color
Monochromatic Colors of #5220E9
Black with #5220E9
Text Example
Text Example
White with #5220E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5220E9; }
p { color: rgb(82,32,233); }
H1.HeaderClassName
{
color: #5220E9;
}
.AnyTagClassName
{
color: #5220E9;
}
</style>
background-color css
<style>
a { background-color: #5220E9; }
a { background-color: rgb(82,32,233); }
div.DivClassName
{
background-color: #5220E9;
}
.BgClassName
{
background-color: #5220E9;
}
</style>
border-color css
<style>
span { border-color: #5220E9; }
span { border-color: rgb(82,32,233); }
td.TdClassName
{
border-color: #5220E9;
}
.TagClassName
{
border-color: #5220E9;
}
</style>