Shades of Purple Heart #500EAC
Tints of Purple Heart #500EAC
RGB
CMYK
RGB Variations
Color information
#500EAC (or 0x500EAC) is known color: Purple Heart. HEX triplet: 50, 0E and AC. RGB value is (80,14,172). Sum of RGB (Red+Green+Blue) = 80+14+172=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #500EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500EAC is #AFF153. Grayscale: #333333. Windows color (decimal): -11530580 or 11275856. OLE color: 11275856.
HSL color Cylindrical-coordinate representation of color #500EAC: hue angle of 265.06º 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 #500EAC is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 14 | 172 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.33 |
| HSL | 265.06º | 0.85% | 0.36% | - |
| HSV(B) | 265.06º | 0.92% | 0.67% | - |
| XYZ | 10.91 | 5 | 39.42 | - |
| YUV | 51.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 172 | 0.53 | 0.92 | 0 | 0.33 | 265.06 | 0.85 | 0.36 |
| Hex | 50 | E | AC | 35 | 5C | 0 | 21 | 109 | 55 | 24 |
| Octal | 120 | 16 | 254 | 65 | 134 | 0 | 41 | 411 | 125 | 44 |
| Binary | 1010000 | 1110 | 10101100 | 110101 | 1011100 | 0 | 100001 | 100001001 | 1010101 | 100100 |
Color Harmonies of #500EAC
Complementary color
Monochromatic Colors of #500EAC
Black with #500EAC
Text Example
Text Example
White with #500EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500EAC; }
p { color: rgb(80,14,172); }
H1.HeaderClassName
{
color: #500EAC;
}
.AnyTagClassName
{
color: #500EAC;
}
</style>
background-color css
<style>
a { background-color: #500EAC; }
a { background-color: rgb(80,14,172); }
div.DivClassName
{
background-color: #500EAC;
}
.BgClassName
{
background-color: #500EAC;
}
</style>
border-color css
<style>
span { border-color: #500EAC; }
span { border-color: rgb(80,14,172); }
td.TdClassName
{
border-color: #500EAC;
}
.TagClassName
{
border-color: #500EAC;
}
</style>