Shades of Purple Heart #511FAE
Tints of Purple Heart #511FAE
RGB
CMYK
RGB Variations
Color information
#511FAE (or 0x511FAE) is known color: Purple Heart. HEX triplet: 51, 1F and AE. RGB value is (81,31,174). Sum of RGB (Red+Green+Blue) = 81+31+174=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #511FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511FAE is #AEE051. Grayscale: #3D3D3D. Windows color (decimal): -11460690 or 11411281. OLE color: 11411281.
HSL color Cylindrical-coordinate representation of color #511FAE: hue angle of 260.98º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511FAE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 31 | 174 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.32 |
| HSL | 260.98º | 0.7% | 0.4% | - |
| HSV(B) | 260.98º | 0.82% | 0.68% | - |
| XYZ | 11.52 | 5.79 | 40.55 | - |
| YUV | 62.25 | 191.07 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 174 | 0.53 | 0.82 | 0 | 0.32 | 260.98 | 0.7 | 0.4 |
| Hex | 51 | 1F | AE | 35 | 52 | 0 | 20 | 105 | 46 | 28 |
| Octal | 121 | 37 | 256 | 65 | 122 | 0 | 40 | 405 | 106 | 50 |
| Binary | 1010001 | 11111 | 10101110 | 110101 | 1010010 | 0 | 100000 | 100000101 | 1000110 | 101000 |
Color Harmonies of #511FAE
Complementary color
Monochromatic Colors of #511FAE
Black with #511FAE
Text Example
Text Example
White with #511FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FAE; }
p { color: rgb(81,31,174); }
H1.HeaderClassName
{
color: #511FAE;
}
.AnyTagClassName
{
color: #511FAE;
}
</style>
background-color css
<style>
a { background-color: #511FAE; }
a { background-color: rgb(81,31,174); }
div.DivClassName
{
background-color: #511FAE;
}
.BgClassName
{
background-color: #511FAE;
}
</style>
border-color css
<style>
span { border-color: #511FAE; }
span { border-color: rgb(81,31,174); }
td.TdClassName
{
border-color: #511FAE;
}
.TagClassName
{
border-color: #511FAE;
}
</style>