Shades of Purple Heart #5120AA
Tints of Purple Heart #5120AA
RGB
CMYK
RGB Variations
Color information
#5120AA (or 0x5120AA) is known color: Purple Heart. HEX triplet: 51, 20 and AA. RGB value is (81,32,170). Sum of RGB (Red+Green+Blue) = 81+32+170=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #5120AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5120AA is #AEDF55. Grayscale: #3D3D3D. Windows color (decimal): -11460438 or 11149393. OLE color: 11149393.
HSL color Cylindrical-coordinate representation of color #5120AA: hue angle of 261.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5120AA is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 32 | 170 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.33 |
| HSL | 261.3º | 0.68% | 0.4% | - |
| HSV(B) | 261.3º | 0.81% | 0.67% | - |
| XYZ | 11.17 | 5.68 | 38.54 | - |
| YUV | 62.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 170 | 0.52 | 0.81 | 0 | 0.33 | 261.3 | 0.68 | 0.4 |
| Hex | 51 | 20 | AA | 34 | 51 | 0 | 21 | 105 | 44 | 28 |
| Octal | 121 | 40 | 252 | 64 | 121 | 0 | 41 | 405 | 104 | 50 |
| Binary | 1010001 | 100000 | 10101010 | 110100 | 1010001 | 0 | 100001 | 100000101 | 1000100 | 101000 |
Color Harmonies of #5120AA
Complementary color
Monochromatic Colors of #5120AA
Black with #5120AA
Text Example
Text Example
White with #5120AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5120AA; }
p { color: rgb(81,32,170); }
H1.HeaderClassName
{
color: #5120AA;
}
.AnyTagClassName
{
color: #5120AA;
}
</style>
background-color css
<style>
a { background-color: #5120AA; }
a { background-color: rgb(81,32,170); }
div.DivClassName
{
background-color: #5120AA;
}
.BgClassName
{
background-color: #5120AA;
}
</style>
border-color css
<style>
span { border-color: #5120AA; }
span { border-color: rgb(81,32,170); }
td.TdClassName
{
border-color: #5120AA;
}
.TagClassName
{
border-color: #5120AA;
}
</style>