Shades of Purple Heart #512BAB
Tints of Purple Heart #512BAB
RGB
CMYK
RGB Variations
Color information
#512BAB (or 0x512BAB) is known color: Purple Heart. HEX triplet: 51, 2B and AB. RGB value is (81,43,171). Sum of RGB (Red+Green+Blue) = 81+43+171=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #512BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512BAB is #AED454. Grayscale: #444444. Windows color (decimal): -11457621 or 11217745. OLE color: 11217745.
HSL color Cylindrical-coordinate representation of color #512BAB: hue angle of 257.81º 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 #512BAB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 43 | 171 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.33 |
| HSL | 257.81º | 0.6% | 0.42% | - |
| HSV(B) | 257.81º | 0.75% | 0.67% | - |
| XYZ | 11.61 | 6.42 | 39.15 | - |
| YUV | 68.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 171 | 0.53 | 0.75 | 0 | 0.33 | 257.81 | 0.6 | 0.42 |
| Hex | 51 | 2B | AB | 35 | 4B | 0 | 21 | 102 | 3C | 2A |
| Octal | 121 | 53 | 253 | 65 | 113 | 0 | 41 | 402 | 74 | 52 |
| Binary | 1010001 | 101011 | 10101011 | 110101 | 1001011 | 0 | 100001 | 100000010 | 111100 | 101010 |
Color Harmonies of #512BAB
Complementary color
Monochromatic Colors of #512BAB
Black with #512BAB
Text Example
Text Example
White with #512BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BAB; }
p { color: rgb(81,43,171); }
H1.HeaderClassName
{
color: #512BAB;
}
.AnyTagClassName
{
color: #512BAB;
}
</style>
background-color css
<style>
a { background-color: #512BAB; }
a { background-color: rgb(81,43,171); }
div.DivClassName
{
background-color: #512BAB;
}
.BgClassName
{
background-color: #512BAB;
}
</style>
border-color css
<style>
span { border-color: #512BAB; }
span { border-color: rgb(81,43,171); }
td.TdClassName
{
border-color: #512BAB;
}
.TagClassName
{
border-color: #512BAB;
}
</style>