Shades of Purple Heart #520EC4
Tints of Purple Heart #520EC4
RGB
CMYK
RGB Variations
Color information
#520EC4 (or 0x520EC4) is known color: Purple Heart. HEX triplet: 52, 0E and C4. RGB value is (82,14,196). Sum of RGB (Red+Green+Blue) = 82+14+196=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 196 (76.95% from 255 or 67.12% from 292); Max value from RGB is 196 - color contains mainly: blue. Hex color #520EC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EC4 is #ADF13B. Grayscale: #363636. Windows color (decimal): -11399484 or 12848722. OLE color: 12848722.
HSL color Cylindrical-coordinate representation of color #520EC4: hue angle of 262.42º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520EC4 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 14 | 196 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.23 |
| HSL | 262.42º | 0.87% | 0.41% | - |
| HSV(B) | 262.42º | 0.93% | 0.77% | - |
| XYZ | 13.6 | 6.09 | 52.68 | - |
| YUV | 55.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 196 | 0.58 | 0.93 | 0 | 0.23 | 262.42 | 0.87 | 0.41 |
| Hex | 52 | E | C4 | 3A | 5D | 0 | 17 | 106 | 57 | 29 |
| Octal | 122 | 16 | 304 | 72 | 135 | 0 | 27 | 406 | 127 | 51 |
| Binary | 1010010 | 1110 | 11000100 | 111010 | 1011101 | 0 | 10111 | 100000110 | 1010111 | 101001 |
Color Harmonies of #520EC4
Complementary color
Monochromatic Colors of #520EC4
Black with #520EC4
Text Example
Text Example
White with #520EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EC4; }
p { color: rgb(82,14,196); }
H1.HeaderClassName
{
color: #520EC4;
}
.AnyTagClassName
{
color: #520EC4;
}
</style>
background-color css
<style>
a { background-color: #520EC4; }
a { background-color: rgb(82,14,196); }
div.DivClassName
{
background-color: #520EC4;
}
.BgClassName
{
background-color: #520EC4;
}
</style>
border-color css
<style>
span { border-color: #520EC4; }
span { border-color: rgb(82,14,196); }
td.TdClassName
{
border-color: #520EC4;
}
.TagClassName
{
border-color: #520EC4;
}
</style>