Shades of Purple Heart #5120AE
Tints of Purple Heart #5120AE
RGB
CMYK
RGB Variations
Color information
#5120AE (or 0x5120AE) is known color: Purple Heart. HEX triplet: 51, 20 and AE. RGB value is (81,32,174). Sum of RGB (Red+Green+Blue) = 81+32+174=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #5120AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5120AE is #AEDF51. Grayscale: #3E3E3E. Windows color (decimal): -11460434 or 11411537. OLE color: 11411537.
HSL color Cylindrical-coordinate representation of color #5120AE: hue angle of 260.7º degrees, saturation: 0.69, 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 #5120AE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 32 | 174 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.32 |
| HSL | 260.7º | 0.69% | 0.4% | - |
| HSV(B) | 260.7º | 0.82% | 0.68% | - |
| XYZ | 11.55 | 5.84 | 40.56 | - |
| YUV | 62.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 174 | 0.53 | 0.82 | 0 | 0.32 | 260.7 | 0.69 | 0.4 |
| Hex | 51 | 20 | AE | 35 | 52 | 0 | 20 | 105 | 45 | 28 |
| Octal | 121 | 40 | 256 | 65 | 122 | 0 | 40 | 405 | 105 | 50 |
| Binary | 1010001 | 100000 | 10101110 | 110101 | 1010010 | 0 | 100000 | 100000101 | 1000101 | 101000 |
Color Harmonies of #5120AE
Complementary color
Monochromatic Colors of #5120AE
Black with #5120AE
Text Example
Text Example
White with #5120AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5120AE; }
p { color: rgb(81,32,174); }
H1.HeaderClassName
{
color: #5120AE;
}
.AnyTagClassName
{
color: #5120AE;
}
</style>
background-color css
<style>
a { background-color: #5120AE; }
a { background-color: rgb(81,32,174); }
div.DivClassName
{
background-color: #5120AE;
}
.BgClassName
{
background-color: #5120AE;
}
</style>
border-color css
<style>
span { border-color: #5120AE; }
span { border-color: rgb(81,32,174); }
td.TdClassName
{
border-color: #5120AE;
}
.TagClassName
{
border-color: #5120AE;
}
</style>