Shades of Purple Heart #512DAA
Tints of Purple Heart #512DAA
RGB
CMYK
RGB Variations
Color information
#512DAA (or 0x512DAA) is known color: Purple Heart. HEX triplet: 51, 2D and AA. RGB value is (81,45,170). Sum of RGB (Red+Green+Blue) = 81+45+170=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #512DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DAA is #AED255. Grayscale: #454545. Windows color (decimal): -11457110 or 11152721. OLE color: 11152721.
HSL color Cylindrical-coordinate representation of color #512DAA: hue angle of 257.28º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512DAA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 45 | 170 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.33 |
| HSL | 257.28º | 0.58% | 0.42% | - |
| HSV(B) | 257.28º | 0.74% | 0.67% | - |
| XYZ | 11.59 | 6.53 | 38.68 | - |
| YUV | 70.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 170 | 0.52 | 0.74 | 0 | 0.33 | 257.28 | 0.58 | 0.42 |
| Hex | 51 | 2D | AA | 34 | 4A | 0 | 21 | 101 | 3A | 2A |
| Octal | 121 | 55 | 252 | 64 | 112 | 0 | 41 | 401 | 72 | 52 |
| Binary | 1010001 | 101101 | 10101010 | 110100 | 1001010 | 0 | 100001 | 100000001 | 111010 | 101010 |
Color Harmonies of #512DAA
Complementary color
Monochromatic Colors of #512DAA
Black with #512DAA
Text Example
Text Example
White with #512DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DAA; }
p { color: rgb(81,45,170); }
H1.HeaderClassName
{
color: #512DAA;
}
.AnyTagClassName
{
color: #512DAA;
}
</style>
background-color css
<style>
a { background-color: #512DAA; }
a { background-color: rgb(81,45,170); }
div.DivClassName
{
background-color: #512DAA;
}
.BgClassName
{
background-color: #512DAA;
}
</style>
border-color css
<style>
span { border-color: #512DAA; }
span { border-color: rgb(81,45,170); }
td.TdClassName
{
border-color: #512DAA;
}
.TagClassName
{
border-color: #512DAA;
}
</style>