Shades of Han Purple #520FD9
Tints of Han Purple #520FD9
RGB
CMYK
RGB Variations
Color information
#520FD9 (or 0x520FD9) is known color: Han Purple. HEX triplet: 52, 0F and D9. RGB value is (82,15,217). Sum of RGB (Red+Green+Blue) = 82+15+217=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 217 (85.16% from 255 or 69.11% from 314); Max value from RGB is 217 - color contains mainly: blue. Hex color #520FD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FD9 is #ADF026. Grayscale: #393939. Windows color (decimal): -11399207 or 14225234. OLE color: 14225234.
HSL color Cylindrical-coordinate representation of color #520FD9: hue angle of 259.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520FD9 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 15 | 217 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.15 |
| HSL | 259.9º | 0.87% | 0.45% | - |
| HSV(B) | 259.9º | 0.93% | 0.85% | - |
| XYZ | 16.17 | 7.15 | 66.17 | - |
| YUV | 58.06 | 217.7 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 217 | 0.62 | 0.93 | 0 | 0.15 | 259.9 | 0.87 | 0.45 |
| Hex | 52 | F | D9 | 3E | 5D | 0 | F | 104 | 57 | 2D |
| Octal | 122 | 17 | 331 | 76 | 135 | 0 | 17 | 404 | 127 | 55 |
| Binary | 1010010 | 1111 | 11011001 | 111110 | 1011101 | 0 | 1111 | 100000100 | 1010111 | 101101 |
Color Harmonies of #520FD9
Complementary color
Monochromatic Colors of #520FD9
Black with #520FD9
Text Example
Text Example
White with #520FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520FD9; }
p { color: rgb(82,15,217); }
H1.HeaderClassName
{
color: #520FD9;
}
.AnyTagClassName
{
color: #520FD9;
}
</style>
background-color css
<style>
a { background-color: #520FD9; }
a { background-color: rgb(82,15,217); }
div.DivClassName
{
background-color: #520FD9;
}
.BgClassName
{
background-color: #520FD9;
}
</style>
border-color css
<style>
span { border-color: #520FD9; }
span { border-color: rgb(82,15,217); }
td.TdClassName
{
border-color: #520FD9;
}
.TagClassName
{
border-color: #520FD9;
}
</style>