Shades of Purple Heart #512AAA
Tints of Purple Heart #512AAA
RGB
CMYK
RGB Variations
Color information
#512AAA (or 0x512AAA) is known color: Purple Heart. HEX triplet: 51, 2A and AA. RGB value is (81,42,170). Sum of RGB (Red+Green+Blue) = 81+42+170=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #512AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512AAA is #AED555. Grayscale: #434343. Windows color (decimal): -11457878 or 11151953. OLE color: 11151953.
HSL color Cylindrical-coordinate representation of color #512AAA: hue angle of 258.28º degrees, saturation: 0.6, 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 #512AAA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 42 | 170 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.33 |
| HSL | 258.28º | 0.6% | 0.42% | - |
| HSV(B) | 258.28º | 0.75% | 0.67% | - |
| XYZ | 11.48 | 6.31 | 38.64 | - |
| YUV | 68.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 170 | 0.52 | 0.75 | 0 | 0.33 | 258.28 | 0.6 | 0.42 |
| Hex | 51 | 2A | AA | 34 | 4B | 0 | 21 | 102 | 3C | 2A |
| Octal | 121 | 52 | 252 | 64 | 113 | 0 | 41 | 402 | 74 | 52 |
| Binary | 1010001 | 101010 | 10101010 | 110100 | 1001011 | 0 | 100001 | 100000010 | 111100 | 101010 |
Color Harmonies of #512AAA
Complementary color
Monochromatic Colors of #512AAA
Black with #512AAA
Text Example
Text Example
White with #512AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512AAA; }
p { color: rgb(81,42,170); }
H1.HeaderClassName
{
color: #512AAA;
}
.AnyTagClassName
{
color: #512AAA;
}
</style>
background-color css
<style>
a { background-color: #512AAA; }
a { background-color: rgb(81,42,170); }
div.DivClassName
{
background-color: #512AAA;
}
.BgClassName
{
background-color: #512AAA;
}
</style>
border-color css
<style>
span { border-color: #512AAA; }
span { border-color: rgb(81,42,170); }
td.TdClassName
{
border-color: #512AAA;
}
.TagClassName
{
border-color: #512AAA;
}
</style>