Shades of Purple Heart #511ACE
Tints of Purple Heart #511ACE
RGB
CMYK
RGB Variations
Color information
#511ACE (or 0x511ACE) is known color: Purple Heart. HEX triplet: 51, 1A and CE. RGB value is (81,26,206). Sum of RGB (Red+Green+Blue) = 81+26+206=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #511ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ACE is #AEE531. Grayscale: #3E3E3E. Windows color (decimal): -11461938 or 13507153. OLE color: 13507153.
HSL color Cylindrical-coordinate representation of color #511ACE: hue angle of 258.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511ACE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 26 | 206 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.19 |
| HSL | 258.33º | 0.78% | 0.45% | - |
| HSV(B) | 258.33º | 0.87% | 0.81% | - |
| XYZ | 14.9 | 6.94 | 58.95 | - |
| YUV | 62.97 | 208.72 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 206 | 0.61 | 0.87 | 0 | 0.19 | 258.33 | 0.78 | 0.45 |
| Hex | 51 | 1A | CE | 3D | 57 | 0 | 13 | 102 | 4E | 2D |
| Octal | 121 | 32 | 316 | 75 | 127 | 0 | 23 | 402 | 116 | 55 |
| Binary | 1010001 | 11010 | 11001110 | 111101 | 1010111 | 0 | 10011 | 100000010 | 1001110 | 101101 |
Color Harmonies of #511ACE
Complementary color
Monochromatic Colors of #511ACE
Black with #511ACE
Text Example
Text Example
White with #511ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511ACE; }
p { color: rgb(81,26,206); }
H1.HeaderClassName
{
color: #511ACE;
}
.AnyTagClassName
{
color: #511ACE;
}
</style>
background-color css
<style>
a { background-color: #511ACE; }
a { background-color: rgb(81,26,206); }
div.DivClassName
{
background-color: #511ACE;
}
.BgClassName
{
background-color: #511ACE;
}
</style>
border-color css
<style>
span { border-color: #511ACE; }
span { border-color: rgb(81,26,206); }
td.TdClassName
{
border-color: #511ACE;
}
.TagClassName
{
border-color: #511ACE;
}
</style>