Shades of Purple Heart #7A2BB6
Tints of Purple Heart #7A2BB6
RGB
CMYK
RGB Variations
Color information
#7A2BB6 (or 0x7A2BB6) is known color: Purple Heart. HEX triplet: 7A, 2B and B6. RGB value is (122,43,182). Sum of RGB (Red+Green+Blue) = 122+43+182=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A2BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2BB6 is #85D449. Grayscale: #515151. Windows color (decimal): -8770634 or 11938682. OLE color: 11938682.
HSL color Cylindrical-coordinate representation of color #7A2BB6: hue angle of 274.1º degrees, saturation: 0.62, 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 #7A2BB6 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 43 | 182 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.29 |
| HSL | 274.1º | 0.62% | 0.44% | - |
| HSV(B) | 274.1º | 0.76% | 0.71% | - |
| XYZ | 17.33 | 9.24 | 45.13 | - |
| YUV | 82.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 182 | 0.33 | 0.76 | 0 | 0.29 | 274.1 | 0.62 | 0.44 |
| Hex | 7A | 2B | B6 | 21 | 4C | 0 | 1D | 112 | 3E | 2C |
| Octal | 172 | 53 | 266 | 41 | 114 | 0 | 35 | 422 | 76 | 54 |
| Binary | 1111010 | 101011 | 10110110 | 100001 | 1001100 | 0 | 11101 | 100010010 | 111110 | 101100 |
Color Harmonies of #7A2BB6
Complementary color
Monochromatic Colors of #7A2BB6
Black with #7A2BB6
Text Example
Text Example
White with #7A2BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2BB6; }
p { color: rgb(122,43,182); }
H1.HeaderClassName
{
color: #7A2BB6;
}
.AnyTagClassName
{
color: #7A2BB6;
}
</style>
background-color css
<style>
a { background-color: #7A2BB6; }
a { background-color: rgb(122,43,182); }
div.DivClassName
{
background-color: #7A2BB6;
}
.BgClassName
{
background-color: #7A2BB6;
}
</style>
border-color css
<style>
span { border-color: #7A2BB6; }
span { border-color: rgb(122,43,182); }
td.TdClassName
{
border-color: #7A2BB6;
}
.TagClassName
{
border-color: #7A2BB6;
}
</style>