Shades of Purple Heart #512BAC
Tints of Purple Heart #512BAC
RGB
CMYK
RGB Variations
Color information
#512BAC (or 0x512BAC) is known color: Purple Heart. HEX triplet: 51, 2B and AC. RGB value is (81,43,172). Sum of RGB (Red+Green+Blue) = 81+43+172=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #512BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512BAC is #AED453. Grayscale: #444444. Windows color (decimal): -11457620 or 11283281. OLE color: 11283281.
HSL color Cylindrical-coordinate representation of color #512BAC: hue angle of 257.67º 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 #512BAC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 43 | 172 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.33 |
| HSL | 257.67º | 0.6% | 0.42% | - |
| HSV(B) | 257.67º | 0.75% | 0.67% | - |
| XYZ | 11.7 | 6.46 | 39.66 | - |
| YUV | 69.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 172 | 0.53 | 0.75 | 0 | 0.33 | 257.67 | 0.6 | 0.42 |
| Hex | 51 | 2B | AC | 35 | 4B | 0 | 21 | 102 | 3C | 2A |
| Octal | 121 | 53 | 254 | 65 | 113 | 0 | 41 | 402 | 74 | 52 |
| Binary | 1010001 | 101011 | 10101100 | 110101 | 1001011 | 0 | 100001 | 100000010 | 111100 | 101010 |
Color Harmonies of #512BAC
Complementary color
Monochromatic Colors of #512BAC
Black with #512BAC
Text Example
Text Example
White with #512BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BAC; }
p { color: rgb(81,43,172); }
H1.HeaderClassName
{
color: #512BAC;
}
.AnyTagClassName
{
color: #512BAC;
}
</style>
background-color css
<style>
a { background-color: #512BAC; }
a { background-color: rgb(81,43,172); }
div.DivClassName
{
background-color: #512BAC;
}
.BgClassName
{
background-color: #512BAC;
}
</style>
border-color css
<style>
span { border-color: #512BAC; }
span { border-color: rgb(81,43,172); }
td.TdClassName
{
border-color: #512BAC;
}
.TagClassName
{
border-color: #512BAC;
}
</style>