Shades of Purple Heart #512AAB
Tints of Purple Heart #512AAB
RGB
CMYK
RGB Variations
Color information
#512AAB (or 0x512AAB) is known color: Purple Heart. HEX triplet: 51, 2A and AB. RGB value is (81,42,171). Sum of RGB (Red+Green+Blue) = 81+42+171=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #512AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512AAB is #AED554. Grayscale: #434343. Windows color (decimal): -11457877 or 11217489. OLE color: 11217489.
HSL color Cylindrical-coordinate representation of color #512AAB: hue angle of 258.14º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512AAB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 42 | 171 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.33 |
| HSL | 258.14º | 0.61% | 0.42% | - |
| HSV(B) | 258.14º | 0.75% | 0.67% | - |
| XYZ | 11.57 | 6.35 | 39.14 | - |
| YUV | 68.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 171 | 0.53 | 0.75 | 0 | 0.33 | 258.14 | 0.61 | 0.42 |
| Hex | 51 | 2A | AB | 35 | 4B | 0 | 21 | 102 | 3D | 2A |
| Octal | 121 | 52 | 253 | 65 | 113 | 0 | 41 | 402 | 75 | 52 |
| Binary | 1010001 | 101010 | 10101011 | 110101 | 1001011 | 0 | 100001 | 100000010 | 111101 | 101010 |
Color Harmonies of #512AAB
Complementary color
Monochromatic Colors of #512AAB
Black with #512AAB
Text Example
Text Example
White with #512AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512AAB; }
p { color: rgb(81,42,171); }
H1.HeaderClassName
{
color: #512AAB;
}
.AnyTagClassName
{
color: #512AAB;
}
</style>
background-color css
<style>
a { background-color: #512AAB; }
a { background-color: rgb(81,42,171); }
div.DivClassName
{
background-color: #512AAB;
}
.BgClassName
{
background-color: #512AAB;
}
</style>
border-color css
<style>
span { border-color: #512AAB; }
span { border-color: rgb(81,42,171); }
td.TdClassName
{
border-color: #512AAB;
}
.TagClassName
{
border-color: #512AAB;
}
</style>