Shades of Purple Heart #5011A9
Tints of Purple Heart #5011A9
RGB
CMYK
RGB Variations
Color information
#5011A9 (or 0x5011A9) is known color: Purple Heart. HEX triplet: 50, 11 and A9. RGB value is (80,17,169). Sum of RGB (Red+Green+Blue) = 80+17+169=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #5011A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5011A9 is #AFEE56. Grayscale: #343434. Windows color (decimal): -11529815 or 11080016. OLE color: 11080016.
HSL color Cylindrical-coordinate representation of color #5011A9: hue angle of 264.87º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5011A9 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 17 | 169 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.34 |
| HSL | 264.87º | 0.82% | 0.36% | - |
| HSV(B) | 264.87º | 0.9% | 0.66% | - |
| XYZ | 10.67 | 4.97 | 37.93 | - |
| YUV | 53.17 | 193.37 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 169 | 0.53 | 0.90 | 0 | 0.34 | 264.87 | 0.82 | 0.36 |
| Hex | 50 | 11 | A9 | 35 | 5A | 0 | 22 | 109 | 52 | 24 |
| Octal | 120 | 21 | 251 | 65 | 132 | 0 | 42 | 411 | 122 | 44 |
| Binary | 1010000 | 10001 | 10101001 | 110101 | 1011010 | 0 | 100010 | 100001001 | 1010010 | 100100 |
Color Harmonies of #5011A9
Complementary color
Monochromatic Colors of #5011A9
Black with #5011A9
Text Example
Text Example
White with #5011A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011A9; }
p { color: rgb(80,17,169); }
H1.HeaderClassName
{
color: #5011A9;
}
.AnyTagClassName
{
color: #5011A9;
}
</style>
background-color css
<style>
a { background-color: #5011A9; }
a { background-color: rgb(80,17,169); }
div.DivClassName
{
background-color: #5011A9;
}
.BgClassName
{
background-color: #5011A9;
}
</style>
border-color css
<style>
span { border-color: #5011A9; }
span { border-color: rgb(80,17,169); }
td.TdClassName
{
border-color: #5011A9;
}
.TagClassName
{
border-color: #5011A9;
}
</style>