Shades of Purple Heart #511AAC
Tints of Purple Heart #511AAC
RGB
CMYK
RGB Variations
Color information
#511AAC (or 0x511AAC) is known color: Purple Heart. HEX triplet: 51, 1A and AC. RGB value is (81,26,172). Sum of RGB (Red+Green+Blue) = 81+26+172=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #511AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511AAC is #AEE553. Grayscale: #3A3A3A. Windows color (decimal): -11461972 or 11278929. OLE color: 11278929.
HSL color Cylindrical-coordinate representation of color #511AAC: hue angle of 262.6º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511AAC is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 26 | 172 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.33 |
| HSL | 262.6º | 0.74% | 0.39% | - |
| HSV(B) | 262.6º | 0.85% | 0.67% | - |
| XYZ | 11.21 | 5.47 | 39.49 | - |
| YUV | 59.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 172 | 0.53 | 0.85 | 0 | 0.33 | 262.6 | 0.74 | 0.39 |
| Hex | 51 | 1A | AC | 35 | 55 | 0 | 21 | 107 | 4A | 27 |
| Octal | 121 | 32 | 254 | 65 | 125 | 0 | 41 | 407 | 112 | 47 |
| Binary | 1010001 | 11010 | 10101100 | 110101 | 1010101 | 0 | 100001 | 100000111 | 1001010 | 100111 |
Color Harmonies of #511AAC
Complementary color
Monochromatic Colors of #511AAC
Black with #511AAC
Text Example
Text Example
White with #511AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AAC; }
p { color: rgb(81,26,172); }
H1.HeaderClassName
{
color: #511AAC;
}
.AnyTagClassName
{
color: #511AAC;
}
</style>
background-color css
<style>
a { background-color: #511AAC; }
a { background-color: rgb(81,26,172); }
div.DivClassName
{
background-color: #511AAC;
}
.BgClassName
{
background-color: #511AAC;
}
</style>
border-color css
<style>
span { border-color: #511AAC; }
span { border-color: rgb(81,26,172); }
td.TdClassName
{
border-color: #511AAC;
}
.TagClassName
{
border-color: #511AAC;
}
</style>