Shades of Han Purple #5210D6
Tints of Han Purple #5210D6
RGB
CMYK
RGB Variations
Color information
#5210D6 (or 0x5210D6) is known color: Han Purple. HEX triplet: 52, 10 and D6. RGB value is (82,16,214). Sum of RGB (Red+Green+Blue) = 82+16+214=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 214 (83.98% from 255 or 68.59% from 312); Max value from RGB is 214 - color contains mainly: blue. Hex color #5210D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5210D6 is #ADEF29. Grayscale: #393939. Windows color (decimal): -11398954 or 14028882. OLE color: 14028882.
HSL color Cylindrical-coordinate representation of color #5210D6: hue angle of 260º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5210D6 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 16 | 214 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.16 |
| HSL | 260º | 0.86% | 0.45% | - |
| HSV(B) | 260º | 0.93% | 0.84% | - |
| XYZ | 15.8 | 7.02 | 64.14 | - |
| YUV | 58.31 | 215.87 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 214 | 0.62 | 0.93 | 0 | 0.16 | 260 | 0.86 | 0.45 |
| Hex | 52 | 10 | D6 | 3E | 5D | 0 | 10 | 104 | 56 | 2D |
| Octal | 122 | 20 | 326 | 76 | 135 | 0 | 20 | 404 | 126 | 55 |
| Binary | 1010010 | 10000 | 11010110 | 111110 | 1011101 | 0 | 10000 | 100000100 | 1010110 | 101101 |
Color Harmonies of #5210D6
Complementary color
Monochromatic Colors of #5210D6
Black with #5210D6
Text Example
Text Example
White with #5210D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5210D6; }
p { color: rgb(82,16,214); }
H1.HeaderClassName
{
color: #5210D6;
}
.AnyTagClassName
{
color: #5210D6;
}
</style>
background-color css
<style>
a { background-color: #5210D6; }
a { background-color: rgb(82,16,214); }
div.DivClassName
{
background-color: #5210D6;
}
.BgClassName
{
background-color: #5210D6;
}
</style>
border-color css
<style>
span { border-color: #5210D6; }
span { border-color: rgb(82,16,214); }
td.TdClassName
{
border-color: #5210D6;
}
.TagClassName
{
border-color: #5210D6;
}
</style>