Shades of Purple Heart #5114A9
Tints of Purple Heart #5114A9
RGB
CMYK
RGB Variations
Color information
#5114A9 (or 0x5114A9) is known color: Purple Heart. HEX triplet: 51, 14 and A9. RGB value is (81,20,169). Sum of RGB (Red+Green+Blue) = 81+20+169=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #5114A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5114A9 is #AEEB56. Grayscale: #363636. Windows color (decimal): -11463511 or 11080785. OLE color: 11080785.
HSL color Cylindrical-coordinate representation of color #5114A9: hue angle of 264.56º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5114A9 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 20 | 169 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.34 |
| HSL | 264.56º | 0.79% | 0.37% | - |
| HSV(B) | 264.56º | 0.88% | 0.66% | - |
| XYZ | 10.8 | 5.11 | 37.95 | - |
| YUV | 55.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 169 | 0.52 | 0.88 | 0 | 0.34 | 264.56 | 0.79 | 0.37 |
| Hex | 51 | 14 | A9 | 34 | 58 | 0 | 22 | 109 | 4F | 25 |
| Octal | 121 | 24 | 251 | 64 | 130 | 0 | 42 | 411 | 117 | 45 |
| Binary | 1010001 | 10100 | 10101001 | 110100 | 1011000 | 0 | 100010 | 100001001 | 1001111 | 100101 |
Color Harmonies of #5114A9
Complementary color
Monochromatic Colors of #5114A9
Black with #5114A9
Text Example
Text Example
White with #5114A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5114A9; }
p { color: rgb(81,20,169); }
H1.HeaderClassName
{
color: #5114A9;
}
.AnyTagClassName
{
color: #5114A9;
}
</style>
background-color css
<style>
a { background-color: #5114A9; }
a { background-color: rgb(81,20,169); }
div.DivClassName
{
background-color: #5114A9;
}
.BgClassName
{
background-color: #5114A9;
}
</style>
border-color css
<style>
span { border-color: #5114A9; }
span { border-color: rgb(81,20,169); }
td.TdClassName
{
border-color: #5114A9;
}
.TagClassName
{
border-color: #5114A9;
}
</style>