Shades of Purple Heart #7A2CB5
Tints of Purple Heart #7A2CB5
RGB
CMYK
RGB Variations
Color information
#7A2CB5 (or 0x7A2CB5) is known color: Purple Heart. HEX triplet: 7A, 2C and B5. RGB value is (122,44,181). Sum of RGB (Red+Green+Blue) = 122+44+181=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A2CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CB5 is #85D34A. Grayscale: #525252. Windows color (decimal): -8770379 or 11873402. OLE color: 11873402.
HSL color Cylindrical-coordinate representation of color #7A2CB5: hue angle of 274.16º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A2CB5 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 44 | 181 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.29 |
| HSL | 274.16º | 0.61% | 0.44% | - |
| HSV(B) | 274.16º | 0.76% | 0.71% | - |
| XYZ | 17.27 | 9.28 | 44.6 | - |
| YUV | 82.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 181 | 0.33 | 0.76 | 0 | 0.29 | 274.16 | 0.61 | 0.44 |
| Hex | 7A | 2C | B5 | 21 | 4C | 0 | 1D | 112 | 3D | 2C |
| Octal | 172 | 54 | 265 | 41 | 114 | 0 | 35 | 422 | 75 | 54 |
| Binary | 1111010 | 101100 | 10110101 | 100001 | 1001100 | 0 | 11101 | 100010010 | 111101 | 101100 |
Color Harmonies of #7A2CB5
Complementary color
Monochromatic Colors of #7A2CB5
Black with #7A2CB5
Text Example
Text Example
White with #7A2CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CB5; }
p { color: rgb(122,44,181); }
H1.HeaderClassName
{
color: #7A2CB5;
}
.AnyTagClassName
{
color: #7A2CB5;
}
</style>
background-color css
<style>
a { background-color: #7A2CB5; }
a { background-color: rgb(122,44,181); }
div.DivClassName
{
background-color: #7A2CB5;
}
.BgClassName
{
background-color: #7A2CB5;
}
</style>
border-color css
<style>
span { border-color: #7A2CB5; }
span { border-color: rgb(122,44,181); }
td.TdClassName
{
border-color: #7A2CB5;
}
.TagClassName
{
border-color: #7A2CB5;
}
</style>