Shades of Han Purple #520DD9
Tints of Han Purple #520DD9
RGB
CMYK
RGB Variations
Color information
#520DD9 (or 0x520DD9) is known color: Han Purple. HEX triplet: 52, 0D and D9. RGB value is (82,13,217). Sum of RGB (Red+Green+Blue) = 82+13+217=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 217 (85.16% from 255 or 69.55% from 312); Max value from RGB is 217 - color contains mainly: blue. Hex color #520DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DD9 is #ADF226. Grayscale: #383838. Windows color (decimal): -11399719 or 14224722. OLE color: 14224722.
HSL color Cylindrical-coordinate representation of color #520DD9: hue angle of 260.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DD9 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 13 | 217 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.15 |
| HSL | 260.29º | 0.89% | 0.45% | - |
| HSV(B) | 260.29º | 0.94% | 0.85% | - |
| XYZ | 16.15 | 7.09 | 66.16 | - |
| YUV | 56.89 | 218.36 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 217 | 0.62 | 0.94 | 0 | 0.15 | 260.29 | 0.89 | 0.45 |
| Hex | 52 | D | D9 | 3E | 5E | 0 | F | 104 | 59 | 2D |
| Octal | 122 | 15 | 331 | 76 | 136 | 0 | 17 | 404 | 131 | 55 |
| Binary | 1010010 | 1101 | 11011001 | 111110 | 1011110 | 0 | 1111 | 100000100 | 1011001 | 101101 |
Color Harmonies of #520DD9
Complementary color
Monochromatic Colors of #520DD9
Black with #520DD9
Text Example
Text Example
White with #520DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DD9; }
p { color: rgb(82,13,217); }
H1.HeaderClassName
{
color: #520DD9;
}
.AnyTagClassName
{
color: #520DD9;
}
</style>
background-color css
<style>
a { background-color: #520DD9; }
a { background-color: rgb(82,13,217); }
div.DivClassName
{
background-color: #520DD9;
}
.BgClassName
{
background-color: #520DD9;
}
</style>
border-color css
<style>
span { border-color: #520DD9; }
span { border-color: rgb(82,13,217); }
td.TdClassName
{
border-color: #520DD9;
}
.TagClassName
{
border-color: #520DD9;
}
</style>