Shades of Han Purple #5221E6
Tints of Han Purple #5221E6
RGB
CMYK
RGB Variations
Color information
#5221E6 (or 0x5221E6) is known color: Han Purple. HEX triplet: 52, 21 and E6. RGB value is (82,33,230). Sum of RGB (Red+Green+Blue) = 82+33+230=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #5221E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5221E6 is #ADDE19. Grayscale: #454545. Windows color (decimal): -11394586 or 15081810. OLE color: 15081810.
HSL color Cylindrical-coordinate representation of color #5221E6: hue angle of 254.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5221E6 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 33 | 230 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.10 |
| HSL | 254.92º | 0.8% | 0.52% | - |
| HSV(B) | 254.92º | 0.86% | 0.9% | - |
| XYZ | 18.31 | 8.59 | 75.56 | - |
| YUV | 70.11 | 218.23 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 230 | 0.64 | 0.86 | 0 | 0.10 | 254.92 | 0.8 | 0.52 |
| Hex | 52 | 21 | E6 | 40 | 56 | 0 | A | FF | 50 | 34 |
| Octal | 122 | 41 | 346 | 100 | 126 | 0 | 12 | 377 | 120 | 64 |
| Binary | 1010010 | 100001 | 11100110 | 1000000 | 1010110 | 0 | 1010 | 11111111 | 1010000 | 110100 |
Color Harmonies of #5221E6
Complementary color
Monochromatic Colors of #5221E6
Black with #5221E6
Text Example
Text Example
White with #5221E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221E6; }
p { color: rgb(82,33,230); }
H1.HeaderClassName
{
color: #5221E6;
}
.AnyTagClassName
{
color: #5221E6;
}
</style>
background-color css
<style>
a { background-color: #5221E6; }
a { background-color: rgb(82,33,230); }
div.DivClassName
{
background-color: #5221E6;
}
.BgClassName
{
background-color: #5221E6;
}
</style>
border-color css
<style>
span { border-color: #5221E6; }
span { border-color: rgb(82,33,230); }
td.TdClassName
{
border-color: #5221E6;
}
.TagClassName
{
border-color: #5221E6;
}
</style>