Shades of Han Purple #5216EC
Tints of Han Purple #5216EC
RGB
CMYK
RGB Variations
Color information
#5216EC (or 0x5216EC) is known color: Han Purple. HEX triplet: 52, 16 and EC. RGB value is (82,22,236). Sum of RGB (Red+Green+Blue) = 82+22+236=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #5216EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5216EC is #ADE913. Grayscale: #3F3F3F. Windows color (decimal): -11397396 or 15472210. OLE color: 15472210.
HSL color Cylindrical-coordinate representation of color #5216EC: hue angle of 256.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5216EC is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 22 | 236 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.07 |
| HSL | 256.82º | 0.85% | 0.51% | - |
| HSV(B) | 256.82º | 0.91% | 0.93% | - |
| XYZ | 18.91 | 8.42 | 79.99 | - |
| YUV | 64.34 | 224.88 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 236 | 0.65 | 0.91 | 0 | 0.07 | 256.82 | 0.85 | 0.51 |
| Hex | 52 | 16 | EC | 41 | 5B | 0 | 7 | 101 | 55 | 33 |
| Octal | 122 | 26 | 354 | 101 | 133 | 0 | 7 | 401 | 125 | 63 |
| Binary | 1010010 | 10110 | 11101100 | 1000001 | 1011011 | 0 | 111 | 100000001 | 1010101 | 110011 |
Color Harmonies of #5216EC
Complementary color
Monochromatic Colors of #5216EC
Black with #5216EC
Text Example
Text Example
White with #5216EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5216EC; }
p { color: rgb(82,22,236); }
H1.HeaderClassName
{
color: #5216EC;
}
.AnyTagClassName
{
color: #5216EC;
}
</style>
background-color css
<style>
a { background-color: #5216EC; }
a { background-color: rgb(82,22,236); }
div.DivClassName
{
background-color: #5216EC;
}
.BgClassName
{
background-color: #5216EC;
}
</style>
border-color css
<style>
span { border-color: #5216EC; }
span { border-color: rgb(82,22,236); }
td.TdClassName
{
border-color: #5216EC;
}
.TagClassName
{
border-color: #5216EC;
}
</style>