Shades of Purple Heart #511BA6
Tints of Purple Heart #511BA6
RGB
CMYK
RGB Variations
Color information
#511BA6 (or 0x511BA6) is known color: Purple Heart. HEX triplet: 51, 1B and A6. RGB value is (81,27,166). Sum of RGB (Red+Green+Blue) = 81+27+166=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 166 (65.23% from 255 or 60.58% from 274); Max value from RGB is 166 - color contains mainly: blue. Hex color #511BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511BA6 is #AEE459. Grayscale: #3A3A3A. Windows color (decimal): -11461722 or 10885969. OLE color: 10885969.
HSL color Cylindrical-coordinate representation of color #511BA6: hue angle of 263.31º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511BA6 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 27 | 166 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.35 |
| HSL | 263.31º | 0.72% | 0.38% | - |
| HSV(B) | 263.31º | 0.84% | 0.65% | - |
| XYZ | 10.67 | 5.29 | 36.53 | - |
| YUV | 58.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 166 | 0.51 | 0.84 | 0 | 0.35 | 263.31 | 0.72 | 0.38 |
| Hex | 51 | 1B | A6 | 33 | 54 | 0 | 23 | 107 | 48 | 26 |
| Octal | 121 | 33 | 246 | 63 | 124 | 0 | 43 | 407 | 110 | 46 |
| Binary | 1010001 | 11011 | 10100110 | 110011 | 1010100 | 0 | 100011 | 100000111 | 1001000 | 100110 |
Color Harmonies of #511BA6
Complementary color
Monochromatic Colors of #511BA6
Black with #511BA6
Text Example
Text Example
White with #511BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BA6; }
p { color: rgb(81,27,166); }
H1.HeaderClassName
{
color: #511BA6;
}
.AnyTagClassName
{
color: #511BA6;
}
</style>
background-color css
<style>
a { background-color: #511BA6; }
a { background-color: rgb(81,27,166); }
div.DivClassName
{
background-color: #511BA6;
}
.BgClassName
{
background-color: #511BA6;
}
</style>
border-color css
<style>
span { border-color: #511BA6; }
span { border-color: rgb(81,27,166); }
td.TdClassName
{
border-color: #511BA6;
}
.TagClassName
{
border-color: #511BA6;
}
</style>