Shades of Han Purple #5216DE
Tints of Han Purple #5216DE
RGB
CMYK
RGB Variations
Color information
#5216DE (or 0x5216DE) is known color: Han Purple. HEX triplet: 52, 16 and DE. RGB value is (82,22,222). Sum of RGB (Red+Green+Blue) = 82+22+222=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #5216DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5216DE is #ADE921. Grayscale: #3E3E3E. Windows color (decimal): -11397410 or 14554706. OLE color: 14554706.
HSL color Cylindrical-coordinate representation of color #5216DE: hue angle of 258º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5216DE is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 22 | 222 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.13 |
| HSL | 258º | 0.82% | 0.48% | - |
| HSV(B) | 258º | 0.9% | 0.87% | - |
| XYZ | 16.95 | 7.64 | 69.69 | - |
| YUV | 62.74 | 217.88 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 222 | 0.63 | 0.90 | 0 | 0.13 | 258 | 0.82 | 0.48 |
| Hex | 52 | 16 | DE | 3F | 5A | 0 | D | 102 | 52 | 30 |
| Octal | 122 | 26 | 336 | 77 | 132 | 0 | 15 | 402 | 122 | 60 |
| Binary | 1010010 | 10110 | 11011110 | 111111 | 1011010 | 0 | 1101 | 100000010 | 1010010 | 110000 |
Color Harmonies of #5216DE
Complementary color
Monochromatic Colors of #5216DE
Black with #5216DE
Text Example
Text Example
White with #5216DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5216DE; }
p { color: rgb(82,22,222); }
H1.HeaderClassName
{
color: #5216DE;
}
.AnyTagClassName
{
color: #5216DE;
}
</style>
background-color css
<style>
a { background-color: #5216DE; }
a { background-color: rgb(82,22,222); }
div.DivClassName
{
background-color: #5216DE;
}
.BgClassName
{
background-color: #5216DE;
}
</style>
border-color css
<style>
span { border-color: #5216DE; }
span { border-color: rgb(82,22,222); }
td.TdClassName
{
border-color: #5216DE;
}
.TagClassName
{
border-color: #5216DE;
}
</style>