Shades of Purple Heart #512EAB
Tints of Purple Heart #512EAB
RGB
CMYK
RGB Variations
Color information
#512EAB (or 0x512EAB) is known color: Purple Heart. HEX triplet: 51, 2E and AB. RGB value is (81,46,171). Sum of RGB (Red+Green+Blue) = 81+46+171=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #512EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512EAB is #AED154. Grayscale: #464646. Windows color (decimal): -11456853 or 11218513. OLE color: 11218513.
HSL color Cylindrical-coordinate representation of color #512EAB: hue angle of 256.8º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512EAB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 46 | 171 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.33 |
| HSL | 256.8º | 0.58% | 0.43% | - |
| HSV(B) | 256.8º | 0.73% | 0.67% | - |
| XYZ | 11.72 | 6.64 | 39.19 | - |
| YUV | 70.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 171 | 0.53 | 0.73 | 0 | 0.33 | 256.8 | 0.58 | 0.43 |
| Hex | 51 | 2E | AB | 35 | 49 | 0 | 21 | 101 | 3A | 2B |
| Octal | 121 | 56 | 253 | 65 | 111 | 0 | 41 | 401 | 72 | 53 |
| Binary | 1010001 | 101110 | 10101011 | 110101 | 1001001 | 0 | 100001 | 100000001 | 111010 | 101011 |
Color Harmonies of #512EAB
Complementary color
Monochromatic Colors of #512EAB
Black with #512EAB
Text Example
Text Example
White with #512EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EAB; }
p { color: rgb(81,46,171); }
H1.HeaderClassName
{
color: #512EAB;
}
.AnyTagClassName
{
color: #512EAB;
}
</style>
background-color css
<style>
a { background-color: #512EAB; }
a { background-color: rgb(81,46,171); }
div.DivClassName
{
background-color: #512EAB;
}
.BgClassName
{
background-color: #512EAB;
}
</style>
border-color css
<style>
span { border-color: #512EAB; }
span { border-color: rgb(81,46,171); }
td.TdClassName
{
border-color: #512EAB;
}
.TagClassName
{
border-color: #512EAB;
}
</style>