Shades of Han Purple #5220EB
Tints of Han Purple #5220EB
RGB
CMYK
RGB Variations
Color information
#5220EB (or 0x5220EB) is known color: Han Purple. HEX triplet: 52, 20 and EB. RGB value is (82,32,235). Sum of RGB (Red+Green+Blue) = 82+32+235=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #5220EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5220EB is #ADDF14. Grayscale: #454545. Windows color (decimal): -11394837 or 15409234. OLE color: 15409234.
HSL color Cylindrical-coordinate representation of color #5220EB: hue angle of 254.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5220EB is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 32 | 235 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.08 |
| HSL | 254.78º | 0.84% | 0.52% | - |
| HSV(B) | 254.78º | 0.86% | 0.92% | - |
| XYZ | 18.99 | 8.83 | 79.3 | - |
| YUV | 70.09 | 221.07 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 235 | 0.65 | 0.86 | 0 | 0.08 | 254.78 | 0.84 | 0.52 |
| Hex | 52 | 20 | EB | 41 | 56 | 0 | 8 | FF | 54 | 34 |
| Octal | 122 | 40 | 353 | 101 | 126 | 0 | 10 | 377 | 124 | 64 |
| Binary | 1010010 | 100000 | 11101011 | 1000001 | 1010110 | 0 | 1000 | 11111111 | 1010100 | 110100 |
Color Harmonies of #5220EB
Complementary color
Monochromatic Colors of #5220EB
Black with #5220EB
Text Example
Text Example
White with #5220EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5220EB; }
p { color: rgb(82,32,235); }
H1.HeaderClassName
{
color: #5220EB;
}
.AnyTagClassName
{
color: #5220EB;
}
</style>
background-color css
<style>
a { background-color: #5220EB; }
a { background-color: rgb(82,32,235); }
div.DivClassName
{
background-color: #5220EB;
}
.BgClassName
{
background-color: #5220EB;
}
</style>
border-color css
<style>
span { border-color: #5220EB; }
span { border-color: rgb(82,32,235); }
td.TdClassName
{
border-color: #5220EB;
}
.TagClassName
{
border-color: #5220EB;
}
</style>