Shades of Purple Heart #5029A9
Tints of Purple Heart #5029A9
RGB
CMYK
RGB Variations
Color information
#5029A9 (or 0x5029A9) is known color: Purple Heart. HEX triplet: 50, 29 and A9. RGB value is (80,41,169). Sum of RGB (Red+Green+Blue) = 80+41+169=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 169 (66.41% from 255 or 58.28% from 290); Max value from RGB is 169 - color contains mainly: blue. Hex color #5029A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5029A9 is #AFD656. Grayscale: #424242. Windows color (decimal): -11523671 or 11086160. OLE color: 11086160.
HSL color Cylindrical-coordinate representation of color #5029A9: hue angle of 258.28º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5029A9 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 41 | 169 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.34 |
| HSL | 258.28º | 0.61% | 0.41% | - |
| HSV(B) | 258.28º | 0.76% | 0.66% | - |
| XYZ | 11.26 | 6.16 | 38.13 | - |
| YUV | 67.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 169 | 0.53 | 0.76 | 0 | 0.34 | 258.28 | 0.61 | 0.41 |
| Hex | 50 | 29 | A9 | 35 | 4C | 0 | 22 | 102 | 3D | 29 |
| Octal | 120 | 51 | 251 | 65 | 114 | 0 | 42 | 402 | 75 | 51 |
| Binary | 1010000 | 101001 | 10101001 | 110101 | 1001100 | 0 | 100010 | 100000010 | 111101 | 101001 |
Color Harmonies of #5029A9
Complementary color
Monochromatic Colors of #5029A9
Black with #5029A9
Text Example
Text Example
White with #5029A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5029A9; }
p { color: rgb(80,41,169); }
H1.HeaderClassName
{
color: #5029A9;
}
.AnyTagClassName
{
color: #5029A9;
}
</style>
background-color css
<style>
a { background-color: #5029A9; }
a { background-color: rgb(80,41,169); }
div.DivClassName
{
background-color: #5029A9;
}
.BgClassName
{
background-color: #5029A9;
}
</style>
border-color css
<style>
span { border-color: #5029A9; }
span { border-color: rgb(80,41,169); }
td.TdClassName
{
border-color: #5029A9;
}
.TagClassName
{
border-color: #5029A9;
}
</style>