Shades of Purple Heart #511CAA
Tints of Purple Heart #511CAA
RGB
CMYK
RGB Variations
Color information
#511CAA (or 0x511CAA) is known color: Purple Heart. HEX triplet: 51, 1C and AA. RGB value is (81,28,170). Sum of RGB (Red+Green+Blue) = 81+28+170=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #511CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511CAA is #AEE355. Grayscale: #3B3B3B. Windows color (decimal): -11461462 or 11148369. OLE color: 11148369.
HSL color Cylindrical-coordinate representation of color #511CAA: hue angle of 262.39º degrees, saturation: 0.72, 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 #511CAA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 28 | 170 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.33 |
| HSL | 262.39º | 0.72% | 0.39% | - |
| HSV(B) | 262.39º | 0.84% | 0.67% | - |
| XYZ | 11.06 | 5.48 | 38.51 | - |
| YUV | 60.04 | 190.06 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 170 | 0.52 | 0.84 | 0 | 0.33 | 262.39 | 0.72 | 0.39 |
| Hex | 51 | 1C | AA | 34 | 54 | 0 | 21 | 106 | 48 | 27 |
| Octal | 121 | 34 | 252 | 64 | 124 | 0 | 41 | 406 | 110 | 47 |
| Binary | 1010001 | 11100 | 10101010 | 110100 | 1010100 | 0 | 100001 | 100000110 | 1001000 | 100111 |
Color Harmonies of #511CAA
Complementary color
Monochromatic Colors of #511CAA
Black with #511CAA
Text Example
Text Example
White with #511CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CAA; }
p { color: rgb(81,28,170); }
H1.HeaderClassName
{
color: #511CAA;
}
.AnyTagClassName
{
color: #511CAA;
}
</style>
background-color css
<style>
a { background-color: #511CAA; }
a { background-color: rgb(81,28,170); }
div.DivClassName
{
background-color: #511CAA;
}
.BgClassName
{
background-color: #511CAA;
}
</style>
border-color css
<style>
span { border-color: #511CAA; }
span { border-color: rgb(81,28,170); }
td.TdClassName
{
border-color: #511CAA;
}
.TagClassName
{
border-color: #511CAA;
}
</style>