Shades of Han Purple #520ED4
Tints of Han Purple #520ED4
RGB
CMYK
RGB Variations
Color information
#520ED4 (or 0x520ED4) is known color: Han Purple. HEX triplet: 52, 0E and D4. RGB value is (82,14,212). Sum of RGB (Red+Green+Blue) = 82+14+212=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #520ED4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ED4 is #ADF12B. Grayscale: #383838. Windows color (decimal): -11399468 or 13897298. OLE color: 13897298.
HSL color Cylindrical-coordinate representation of color #520ED4: hue angle of 260.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520ED4 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 14 | 212 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.17 |
| HSL | 260.61º | 0.88% | 0.44% | - |
| HSV(B) | 260.61º | 0.93% | 0.83% | - |
| XYZ | 15.52 | 6.86 | 62.79 | - |
| YUV | 56.9 | 215.53 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 212 | 0.61 | 0.93 | 0 | 0.17 | 260.61 | 0.88 | 0.44 |
| Hex | 52 | E | D4 | 3D | 5D | 0 | 11 | 105 | 58 | 2C |
| Octal | 122 | 16 | 324 | 75 | 135 | 0 | 21 | 405 | 130 | 54 |
| Binary | 1010010 | 1110 | 11010100 | 111101 | 1011101 | 0 | 10001 | 100000101 | 1011000 | 101100 |
Color Harmonies of #520ED4
Complementary color
Monochromatic Colors of #520ED4
Black with #520ED4
Text Example
Text Example
White with #520ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520ED4; }
p { color: rgb(82,14,212); }
H1.HeaderClassName
{
color: #520ED4;
}
.AnyTagClassName
{
color: #520ED4;
}
</style>
background-color css
<style>
a { background-color: #520ED4; }
a { background-color: rgb(82,14,212); }
div.DivClassName
{
background-color: #520ED4;
}
.BgClassName
{
background-color: #520ED4;
}
</style>
border-color css
<style>
span { border-color: #520ED4; }
span { border-color: rgb(82,14,212); }
td.TdClassName
{
border-color: #520ED4;
}
.TagClassName
{
border-color: #520ED4;
}
</style>