Shades of Purple Heart #511BAB
Tints of Purple Heart #511BAB
RGB
CMYK
RGB Variations
Color information
#511BAB (or 0x511BAB) is known color: Purple Heart. HEX triplet: 51, 1B and AB. RGB value is (81,27,171). Sum of RGB (Red+Green+Blue) = 81+27+171=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #511BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511BAB is #AEE454. Grayscale: #3B3B3B. Windows color (decimal): -11461717 or 11213649. OLE color: 11213649.
HSL color Cylindrical-coordinate representation of color #511BAB: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511BAB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 27 | 171 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.33 |
| HSL | 262.5º | 0.73% | 0.39% | - |
| HSV(B) | 262.5º | 0.84% | 0.67% | - |
| XYZ | 11.14 | 5.47 | 39 | - |
| YUV | 59.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 171 | 0.53 | 0.84 | 0 | 0.33 | 262.5 | 0.73 | 0.39 |
| Hex | 51 | 1B | AB | 35 | 54 | 0 | 21 | 106 | 49 | 27 |
| Octal | 121 | 33 | 253 | 65 | 124 | 0 | 41 | 406 | 111 | 47 |
| Binary | 1010001 | 11011 | 10101011 | 110101 | 1010100 | 0 | 100001 | 100000110 | 1001001 | 100111 |
Color Harmonies of #511BAB
Complementary color
Monochromatic Colors of #511BAB
Black with #511BAB
Text Example
Text Example
White with #511BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BAB; }
p { color: rgb(81,27,171); }
H1.HeaderClassName
{
color: #511BAB;
}
.AnyTagClassName
{
color: #511BAB;
}
</style>
background-color css
<style>
a { background-color: #511BAB; }
a { background-color: rgb(81,27,171); }
div.DivClassName
{
background-color: #511BAB;
}
.BgClassName
{
background-color: #511BAB;
}
</style>
border-color css
<style>
span { border-color: #511BAB; }
span { border-color: rgb(81,27,171); }
td.TdClassName
{
border-color: #511BAB;
}
.TagClassName
{
border-color: #511BAB;
}
</style>