Shades of Purple Heart #501EAB
Tints of Purple Heart #501EAB
RGB
CMYK
RGB Variations
Color information
#501EAB (or 0x501EAB) is known color: Purple Heart. HEX triplet: 50, 1E and AB. RGB value is (80,30,171). Sum of RGB (Red+Green+Blue) = 80+30+171=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #501EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501EAB is #AFE154. Grayscale: #3C3C3C. Windows color (decimal): -11526485 or 11214416. OLE color: 11214416.
HSL color Cylindrical-coordinate representation of color #501EAB: hue angle of 261.28º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501EAB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 30 | 171 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.33 |
| HSL | 261.28º | 0.7% | 0.39% | - |
| HSV(B) | 261.28º | 0.82% | 0.67% | - |
| XYZ | 11.12 | 5.57 | 39.02 | - |
| YUV | 61.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 171 | 0.53 | 0.82 | 0 | 0.33 | 261.28 | 0.7 | 0.39 |
| Hex | 50 | 1E | AB | 35 | 52 | 0 | 21 | 105 | 46 | 27 |
| Octal | 120 | 36 | 253 | 65 | 122 | 0 | 41 | 405 | 106 | 47 |
| Binary | 1010000 | 11110 | 10101011 | 110101 | 1010010 | 0 | 100001 | 100000101 | 1000110 | 100111 |
Color Harmonies of #501EAB
Complementary color
Monochromatic Colors of #501EAB
Black with #501EAB
Text Example
Text Example
White with #501EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EAB; }
p { color: rgb(80,30,171); }
H1.HeaderClassName
{
color: #501EAB;
}
.AnyTagClassName
{
color: #501EAB;
}
</style>
background-color css
<style>
a { background-color: #501EAB; }
a { background-color: rgb(80,30,171); }
div.DivClassName
{
background-color: #501EAB;
}
.BgClassName
{
background-color: #501EAB;
}
</style>
border-color css
<style>
span { border-color: #501EAB; }
span { border-color: rgb(80,30,171); }
td.TdClassName
{
border-color: #501EAB;
}
.TagClassName
{
border-color: #501EAB;
}
</style>