Shades of Purple Heart #501EAC
Tints of Purple Heart #501EAC
RGB
CMYK
RGB Variations
Color information
#501EAC (or 0x501EAC) is known color: Purple Heart. HEX triplet: 50, 1E and AC. RGB value is (80,30,172). Sum of RGB (Red+Green+Blue) = 80+30+172=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #501EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501EAC is #AFE153. Grayscale: #3C3C3C. Windows color (decimal): -11526484 or 11279952. OLE color: 11279952.
HSL color Cylindrical-coordinate representation of color #501EAC: hue angle of 261.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501EAC is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 30 | 172 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.33 |
| HSL | 261.13º | 0.7% | 0.4% | - |
| HSV(B) | 261.13º | 0.83% | 0.67% | - |
| XYZ | 11.22 | 5.61 | 39.52 | - |
| YUV | 61.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 172 | 0.53 | 0.83 | 0 | 0.33 | 261.13 | 0.7 | 0.4 |
| Hex | 50 | 1E | AC | 35 | 53 | 0 | 21 | 105 | 46 | 28 |
| Octal | 120 | 36 | 254 | 65 | 123 | 0 | 41 | 405 | 106 | 50 |
| Binary | 1010000 | 11110 | 10101100 | 110101 | 1010011 | 0 | 100001 | 100000101 | 1000110 | 101000 |
Color Harmonies of #501EAC
Complementary color
Monochromatic Colors of #501EAC
Black with #501EAC
Text Example
Text Example
White with #501EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EAC; }
p { color: rgb(80,30,172); }
H1.HeaderClassName
{
color: #501EAC;
}
.AnyTagClassName
{
color: #501EAC;
}
</style>
background-color css
<style>
a { background-color: #501EAC; }
a { background-color: rgb(80,30,172); }
div.DivClassName
{
background-color: #501EAC;
}
.BgClassName
{
background-color: #501EAC;
}
</style>
border-color css
<style>
span { border-color: #501EAC; }
span { border-color: rgb(80,30,172); }
td.TdClassName
{
border-color: #501EAC;
}
.TagClassName
{
border-color: #501EAC;
}
</style>