Shades of Purple Heart #7A2CBA
Tints of Purple Heart #7A2CBA
RGB
CMYK
RGB Variations
Color information
#7A2CBA (or 0x7A2CBA) is known color: Purple Heart. HEX triplet: 7A, 2C and BA. RGB value is (122,44,186). Sum of RGB (Red+Green+Blue) = 122+44+186=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A2CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CBA is #85D345. Grayscale: #535353. Windows color (decimal): -8770374 or 12201082. OLE color: 12201082.
HSL color Cylindrical-coordinate representation of color #7A2CBA: hue angle of 272.96º 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 #7A2CBA is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 44 | 186 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.27 |
| HSL | 272.96º | 0.62% | 0.45% | - |
| HSV(B) | 272.96º | 0.76% | 0.73% | - |
| XYZ | 17.79 | 9.48 | 47.35 | - |
| YUV | 83.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 186 | 0.34 | 0.76 | 0 | 0.27 | 272.96 | 0.62 | 0.45 |
| Hex | 7A | 2C | BA | 22 | 4C | 0 | 1B | 111 | 3E | 2D |
| Octal | 172 | 54 | 272 | 42 | 114 | 0 | 33 | 421 | 76 | 55 |
| Binary | 1111010 | 101100 | 10111010 | 100010 | 1001100 | 0 | 11011 | 100010001 | 111110 | 101101 |
Color Harmonies of #7A2CBA
Complementary color
Monochromatic Colors of #7A2CBA
Black with #7A2CBA
Text Example
Text Example
White with #7A2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CBA; }
p { color: rgb(122,44,186); }
H1.HeaderClassName
{
color: #7A2CBA;
}
.AnyTagClassName
{
color: #7A2CBA;
}
</style>
background-color css
<style>
a { background-color: #7A2CBA; }
a { background-color: rgb(122,44,186); }
div.DivClassName
{
background-color: #7A2CBA;
}
.BgClassName
{
background-color: #7A2CBA;
}
</style>
border-color css
<style>
span { border-color: #7A2CBA; }
span { border-color: rgb(122,44,186); }
td.TdClassName
{
border-color: #7A2CBA;
}
.TagClassName
{
border-color: #7A2CBA;
}
</style>