Shades of Purple Heart #511BAD
Tints of Purple Heart #511BAD
RGB
CMYK
RGB Variations
Color information
#511BAD (or 0x511BAD) is known color: Purple Heart. HEX triplet: 51, 1B and AD. RGB value is (81,27,173). Sum of RGB (Red+Green+Blue) = 81+27+173=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #511BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511BAD is #AEE452. Grayscale: #3B3B3B. Windows color (decimal): -11461715 or 11344721. OLE color: 11344721.
HSL color Cylindrical-coordinate representation of color #511BAD: hue angle of 262.19º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511BAD is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 27 | 173 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.32 |
| HSL | 262.19º | 0.73% | 0.39% | - |
| HSV(B) | 262.19º | 0.84% | 0.68% | - |
| XYZ | 11.33 | 5.55 | 40.01 | - |
| YUV | 59.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 173 | 0.53 | 0.84 | 0 | 0.32 | 262.19 | 0.73 | 0.39 |
| Hex | 51 | 1B | AD | 35 | 54 | 0 | 20 | 106 | 49 | 27 |
| Octal | 121 | 33 | 255 | 65 | 124 | 0 | 40 | 406 | 111 | 47 |
| Binary | 1010001 | 11011 | 10101101 | 110101 | 1010100 | 0 | 100000 | 100000110 | 1001001 | 100111 |
Color Harmonies of #511BAD
Complementary color
Monochromatic Colors of #511BAD
Black with #511BAD
Text Example
Text Example
White with #511BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BAD; }
p { color: rgb(81,27,173); }
H1.HeaderClassName
{
color: #511BAD;
}
.AnyTagClassName
{
color: #511BAD;
}
</style>
background-color css
<style>
a { background-color: #511BAD; }
a { background-color: rgb(81,27,173); }
div.DivClassName
{
background-color: #511BAD;
}
.BgClassName
{
background-color: #511BAD;
}
</style>
border-color css
<style>
span { border-color: #511BAD; }
span { border-color: rgb(81,27,173); }
td.TdClassName
{
border-color: #511BAD;
}
.TagClassName
{
border-color: #511BAD;
}
</style>