Shades of Purple Heart #512DAE
Tints of Purple Heart #512DAE
RGB
CMYK
RGB Variations
Color information
#512DAE (or 0x512DAE) is known color: Purple Heart. HEX triplet: 51, 2D and AE. RGB value is (81,45,174). Sum of RGB (Red+Green+Blue) = 81+45+174=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #512DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DAE is #AED251. Grayscale: #454545. Windows color (decimal): -11457106 or 11414865. OLE color: 11414865.
HSL color Cylindrical-coordinate representation of color #512DAE: hue angle of 256.74º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512DAE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 45 | 174 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.32 |
| HSL | 256.74º | 0.59% | 0.43% | - |
| HSV(B) | 256.74º | 0.74% | 0.68% | - |
| XYZ | 11.97 | 6.68 | 40.7 | - |
| YUV | 70.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 174 | 0.53 | 0.74 | 0 | 0.32 | 256.74 | 0.59 | 0.43 |
| Hex | 51 | 2D | AE | 35 | 4A | 0 | 20 | 101 | 3B | 2B |
| Octal | 121 | 55 | 256 | 65 | 112 | 0 | 40 | 401 | 73 | 53 |
| Binary | 1010001 | 101101 | 10101110 | 110101 | 1001010 | 0 | 100000 | 100000001 | 111011 | 101011 |
Color Harmonies of #512DAE
Complementary color
Monochromatic Colors of #512DAE
Black with #512DAE
Text Example
Text Example
White with #512DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DAE; }
p { color: rgb(81,45,174); }
H1.HeaderClassName
{
color: #512DAE;
}
.AnyTagClassName
{
color: #512DAE;
}
</style>
background-color css
<style>
a { background-color: #512DAE; }
a { background-color: rgb(81,45,174); }
div.DivClassName
{
background-color: #512DAE;
}
.BgClassName
{
background-color: #512DAE;
}
</style>
border-color css
<style>
span { border-color: #512DAE; }
span { border-color: rgb(81,45,174); }
td.TdClassName
{
border-color: #512DAE;
}
.TagClassName
{
border-color: #512DAE;
}
</style>