Shades of Purple Heart #7A1DB9
Tints of Purple Heart #7A1DB9
RGB
CMYK
RGB Variations
Color information
#7A1DB9 (or 0x7A1DB9) is known color: Purple Heart. HEX triplet: 7A, 1D and B9. RGB value is (122,29,185). Sum of RGB (Red+Green+Blue) = 122+29+185=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A1DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DB9 is #85E246. Grayscale: #4A4A4A. Windows color (decimal): -8774215 or 12131706. OLE color: 12131706.
HSL color Cylindrical-coordinate representation of color #7A1DB9: hue angle of 275.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1DB9 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 29 | 185 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.27 |
| HSL | 275.77º | 0.73% | 0.42% | - |
| HSV(B) | 275.77º | 0.84% | 0.73% | - |
| XYZ | 17.22 | 8.52 | 46.64 | - |
| YUV | 74.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 185 | 0.34 | 0.84 | 0 | 0.27 | 275.77 | 0.73 | 0.42 |
| Hex | 7A | 1D | B9 | 22 | 54 | 0 | 1B | 114 | 49 | 2A |
| Octal | 172 | 35 | 271 | 42 | 124 | 0 | 33 | 424 | 111 | 52 |
| Binary | 1111010 | 11101 | 10111001 | 100010 | 1010100 | 0 | 11011 | 100010100 | 1001001 | 101010 |
Color Harmonies of #7A1DB9
Complementary color
Monochromatic Colors of #7A1DB9
Black with #7A1DB9
Text Example
Text Example
White with #7A1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1DB9; }
p { color: rgb(122,29,185); }
H1.HeaderClassName
{
color: #7A1DB9;
}
.AnyTagClassName
{
color: #7A1DB9;
}
</style>
background-color css
<style>
a { background-color: #7A1DB9; }
a { background-color: rgb(122,29,185); }
div.DivClassName
{
background-color: #7A1DB9;
}
.BgClassName
{
background-color: #7A1DB9;
}
</style>
border-color css
<style>
span { border-color: #7A1DB9; }
span { border-color: rgb(122,29,185); }
td.TdClassName
{
border-color: #7A1DB9;
}
.TagClassName
{
border-color: #7A1DB9;
}
</style>