Shades of Purple Heart #7A2CB9
Tints of Purple Heart #7A2CB9
RGB
CMYK
RGB Variations
Color information
#7A2CB9 (or 0x7A2CB9) is known color: Purple Heart. HEX triplet: 7A, 2C and B9. RGB value is (122,44,185). Sum of RGB (Red+Green+Blue) = 122+44+185=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A2CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CB9 is #85D346. Grayscale: #525252. Windows color (decimal): -8770375 or 12135546. OLE color: 12135546.
HSL color Cylindrical-coordinate representation of color #7A2CB9: hue angle of 273.19º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A2CB9 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 44 | 185 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.27 |
| HSL | 273.19º | 0.62% | 0.45% | - |
| HSV(B) | 273.19º | 0.76% | 0.73% | - |
| XYZ | 17.68 | 9.44 | 46.79 | - |
| YUV | 83.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 185 | 0.34 | 0.76 | 0 | 0.27 | 273.19 | 0.62 | 0.45 |
| Hex | 7A | 2C | B9 | 22 | 4C | 0 | 1B | 111 | 3E | 2D |
| Octal | 172 | 54 | 271 | 42 | 114 | 0 | 33 | 421 | 76 | 55 |
| Binary | 1111010 | 101100 | 10111001 | 100010 | 1001100 | 0 | 11011 | 100010001 | 111110 | 101101 |
Color Harmonies of #7A2CB9
Complementary color
Monochromatic Colors of #7A2CB9
Black with #7A2CB9
Text Example
Text Example
White with #7A2CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CB9; }
p { color: rgb(122,44,185); }
H1.HeaderClassName
{
color: #7A2CB9;
}
.AnyTagClassName
{
color: #7A2CB9;
}
</style>
background-color css
<style>
a { background-color: #7A2CB9; }
a { background-color: rgb(122,44,185); }
div.DivClassName
{
background-color: #7A2CB9;
}
.BgClassName
{
background-color: #7A2CB9;
}
</style>
border-color css
<style>
span { border-color: #7A2CB9; }
span { border-color: rgb(122,44,185); }
td.TdClassName
{
border-color: #7A2CB9;
}
.TagClassName
{
border-color: #7A2CB9;
}
</style>