Shades of Han Purple #520DF0
Tints of Han Purple #520DF0
RGB
CMYK
RGB Variations
Color information
#520DF0 (or 0x520DF0) is known color: Han Purple. HEX triplet: 52, 0D and F0. RGB value is (82,13,240). Sum of RGB (Red+Green+Blue) = 82+13+240=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #520DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DF0 is #ADF20F. Grayscale: #3A3A3A. Windows color (decimal): -11399696 or 15732050. OLE color: 15732050.
HSL color Cylindrical-coordinate representation of color #520DF0: hue angle of 258.24º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DF0 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 13 | 240 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.06 |
| HSL | 258.24º | 0.9% | 0.5% | - |
| HSV(B) | 258.24º | 0.95% | 0.94% | - |
| XYZ | 19.35 | 8.37 | 83.03 | - |
| YUV | 59.51 | 229.86 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 240 | 0.66 | 0.95 | 0 | 0.06 | 258.24 | 0.9 | 0.5 |
| Hex | 52 | D | F0 | 42 | 5F | 0 | 6 | 102 | 5A | 32 |
| Octal | 122 | 15 | 360 | 102 | 137 | 0 | 6 | 402 | 132 | 62 |
| Binary | 1010010 | 1101 | 11110000 | 1000010 | 1011111 | 0 | 110 | 100000010 | 1011010 | 110010 |
Color Harmonies of #520DF0
Complementary color
Monochromatic Colors of #520DF0
Black with #520DF0
Text Example
Text Example
White with #520DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520DF0; }
p { color: rgb(82,13,240); }
H1.HeaderClassName
{
color: #520DF0;
}
.AnyTagClassName
{
color: #520DF0;
}
</style>
background-color css
<style>
a { background-color: #520DF0; }
a { background-color: rgb(82,13,240); }
div.DivClassName
{
background-color: #520DF0;
}
.BgClassName
{
background-color: #520DF0;
}
</style>
border-color css
<style>
span { border-color: #520DF0; }
span { border-color: rgb(82,13,240); }
td.TdClassName
{
border-color: #520DF0;
}
.TagClassName
{
border-color: #520DF0;
}
</style>