Shades of Purple Heart #520EAB
Tints of Purple Heart #520EAB
RGB
CMYK
RGB Variations
Color information
#520EAB (or 0x520EAB) is known color: Purple Heart. HEX triplet: 52, 0E and AB. RGB value is (82,14,171). Sum of RGB (Red+Green+Blue) = 82+14+171=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #520EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520EAB is #ADF154. Grayscale: #333333. Windows color (decimal): -11399509 or 11210322. OLE color: 11210322.
HSL color Cylindrical-coordinate representation of color #520EAB: hue angle of 265.99º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520EAB is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 14 | 171 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.33 |
| HSL | 265.99º | 0.85% | 0.36% | - |
| HSV(B) | 265.99º | 0.92% | 0.67% | - |
| XYZ | 10.99 | 5.05 | 38.92 | - |
| YUV | 52.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 171 | 0.52 | 0.92 | 0 | 0.33 | 265.99 | 0.85 | 0.36 |
| Hex | 52 | E | AB | 34 | 5C | 0 | 21 | 10A | 55 | 24 |
| Octal | 122 | 16 | 253 | 64 | 134 | 0 | 41 | 412 | 125 | 44 |
| Binary | 1010010 | 1110 | 10101011 | 110100 | 1011100 | 0 | 100001 | 100001010 | 1010101 | 100100 |
Color Harmonies of #520EAB
Complementary color
Monochromatic Colors of #520EAB
Black with #520EAB
Text Example
Text Example
White with #520EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EAB; }
p { color: rgb(82,14,171); }
H1.HeaderClassName
{
color: #520EAB;
}
.AnyTagClassName
{
color: #520EAB;
}
</style>
background-color css
<style>
a { background-color: #520EAB; }
a { background-color: rgb(82,14,171); }
div.DivClassName
{
background-color: #520EAB;
}
.BgClassName
{
background-color: #520EAB;
}
</style>
border-color css
<style>
span { border-color: #520EAB; }
span { border-color: rgb(82,14,171); }
td.TdClassName
{
border-color: #520EAB;
}
.TagClassName
{
border-color: #520EAB;
}
</style>