Shades of Purple Heart #520ED1
Tints of Purple Heart #520ED1
RGB
CMYK
RGB Variations
Color information
#520ED1 (or 0x520ED1) is known color: Purple Heart. HEX triplet: 52, 0E and D1. RGB value is (82,14,209). Sum of RGB (Red+Green+Blue) = 82+14+209=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #520ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ED1 is #ADF12E. Grayscale: #373737. Windows color (decimal): -11399471 or 13700690. OLE color: 13700690.
HSL color Cylindrical-coordinate representation of color #520ED1: hue angle of 260.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520ED1 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 14 | 209 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.18 |
| HSL | 260.92º | 0.87% | 0.44% | - |
| HSV(B) | 260.92º | 0.93% | 0.82% | - |
| XYZ | 15.15 | 6.71 | 60.82 | - |
| YUV | 56.56 | 214.03 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 209 | 0.61 | 0.93 | 0 | 0.18 | 260.92 | 0.87 | 0.44 |
| Hex | 52 | E | D1 | 3D | 5D | 0 | 12 | 105 | 57 | 2C |
| Octal | 122 | 16 | 321 | 75 | 135 | 0 | 22 | 405 | 127 | 54 |
| Binary | 1010010 | 1110 | 11010001 | 111101 | 1011101 | 0 | 10010 | 100000101 | 1010111 | 101100 |
Color Harmonies of #520ED1
Complementary color
Monochromatic Colors of #520ED1
Black with #520ED1
Text Example
Text Example
White with #520ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520ED1; }
p { color: rgb(82,14,209); }
H1.HeaderClassName
{
color: #520ED1;
}
.AnyTagClassName
{
color: #520ED1;
}
</style>
background-color css
<style>
a { background-color: #520ED1; }
a { background-color: rgb(82,14,209); }
div.DivClassName
{
background-color: #520ED1;
}
.BgClassName
{
background-color: #520ED1;
}
</style>
border-color css
<style>
span { border-color: #520ED1; }
span { border-color: rgb(82,14,209); }
td.TdClassName
{
border-color: #520ED1;
}
.TagClassName
{
border-color: #520ED1;
}
</style>