Shades of Han Purple #5216DD
Tints of Han Purple #5216DD
RGB
CMYK
RGB Variations
Color information
#5216DD (or 0x5216DD) is known color: Han Purple. HEX triplet: 52, 16 and DD. RGB value is (82,22,221). Sum of RGB (Red+Green+Blue) = 82+22+221=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #5216DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5216DD is #ADE922. Grayscale: #3D3D3D. Windows color (decimal): -11397411 or 14489170. OLE color: 14489170.
HSL color Cylindrical-coordinate representation of color #5216DD: hue angle of 258.09º 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 #5216DD is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 22 | 221 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.13 |
| HSL | 258.09º | 0.82% | 0.48% | - |
| HSV(B) | 258.09º | 0.9% | 0.87% | - |
| XYZ | 16.82 | 7.59 | 68.98 | - |
| YUV | 62.63 | 217.38 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 221 | 0.63 | 0.90 | 0 | 0.13 | 258.09 | 0.82 | 0.48 |
| Hex | 52 | 16 | DD | 3F | 5A | 0 | D | 102 | 52 | 30 |
| Octal | 122 | 26 | 335 | 77 | 132 | 0 | 15 | 402 | 122 | 60 |
| Binary | 1010010 | 10110 | 11011101 | 111111 | 1011010 | 0 | 1101 | 100000010 | 1010010 | 110000 |
Color Harmonies of #5216DD
Complementary color
Monochromatic Colors of #5216DD
Black with #5216DD
Text Example
Text Example
White with #5216DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5216DD; }
p { color: rgb(82,22,221); }
H1.HeaderClassName
{
color: #5216DD;
}
.AnyTagClassName
{
color: #5216DD;
}
</style>
background-color css
<style>
a { background-color: #5216DD; }
a { background-color: rgb(82,22,221); }
div.DivClassName
{
background-color: #5216DD;
}
.BgClassName
{
background-color: #5216DD;
}
</style>
border-color css
<style>
span { border-color: #5216DD; }
span { border-color: rgb(82,22,221); }
td.TdClassName
{
border-color: #5216DD;
}
.TagClassName
{
border-color: #5216DD;
}
</style>