Shades of Purple Heart #511DAE
Tints of Purple Heart #511DAE
RGB
CMYK
RGB Variations
Color information
#511DAE (or 0x511DAE) is known color: Purple Heart. HEX triplet: 51, 1D and AE. RGB value is (81,29,174). Sum of RGB (Red+Green+Blue) = 81+29+174=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #511DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511DAE is #AEE251. Grayscale: #3C3C3C. Windows color (decimal): -11461202 or 11410769. OLE color: 11410769.
HSL color Cylindrical-coordinate representation of color #511DAE: hue angle of 261.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511DAE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 29 | 174 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.32 |
| HSL | 261.52º | 0.71% | 0.4% | - |
| HSV(B) | 261.52º | 0.83% | 0.68% | - |
| XYZ | 11.47 | 5.68 | 40.54 | - |
| YUV | 61.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 174 | 0.53 | 0.83 | 0 | 0.32 | 261.52 | 0.71 | 0.4 |
| Hex | 51 | 1D | AE | 35 | 53 | 0 | 20 | 106 | 47 | 28 |
| Octal | 121 | 35 | 256 | 65 | 123 | 0 | 40 | 406 | 107 | 50 |
| Binary | 1010001 | 11101 | 10101110 | 110101 | 1010011 | 0 | 100000 | 100000110 | 1000111 | 101000 |
Color Harmonies of #511DAE
Complementary color
Monochromatic Colors of #511DAE
Black with #511DAE
Text Example
Text Example
White with #511DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DAE; }
p { color: rgb(81,29,174); }
H1.HeaderClassName
{
color: #511DAE;
}
.AnyTagClassName
{
color: #511DAE;
}
</style>
background-color css
<style>
a { background-color: #511DAE; }
a { background-color: rgb(81,29,174); }
div.DivClassName
{
background-color: #511DAE;
}
.BgClassName
{
background-color: #511DAE;
}
</style>
border-color css
<style>
span { border-color: #511DAE; }
span { border-color: rgb(81,29,174); }
td.TdClassName
{
border-color: #511DAE;
}
.TagClassName
{
border-color: #511DAE;
}
</style>