Shades of Purple Heart #7A2EC8
Tints of Purple Heart #7A2EC8
RGB
CMYK
RGB Variations
Color information
#7A2EC8 (or 0x7A2EC8) is known color: Purple Heart. HEX triplet: 7A, 2E and C8. RGB value is (122,46,200). Sum of RGB (Red+Green+Blue) = 122+46+200=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 200 (78.52% from 255 or 54.35% from 368); Max value from RGB is 200 - color contains mainly: blue. Hex color #7A2EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2EC8 is #85D137. Grayscale: #555555. Windows color (decimal): -8769848 or 13119098. OLE color: 13119098.
HSL color Cylindrical-coordinate representation of color #7A2EC8: hue angle of 269.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2EC8 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 46 | 200 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.22 |
| HSL | 269.61º | 0.63% | 0.48% | - |
| HSV(B) | 269.61º | 0.77% | 0.78% | - |
| XYZ | 19.43 | 10.26 | 55.6 | - |
| YUV | 86.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 200 | 0.39 | 0.77 | 0 | 0.22 | 269.61 | 0.63 | 0.48 |
| Hex | 7A | 2E | C8 | 27 | 4D | 0 | 16 | 10E | 3F | 30 |
| Octal | 172 | 56 | 310 | 47 | 115 | 0 | 26 | 416 | 77 | 60 |
| Binary | 1111010 | 101110 | 11001000 | 100111 | 1001101 | 0 | 10110 | 100001110 | 111111 | 110000 |
Color Harmonies of #7A2EC8
Complementary color
Monochromatic Colors of #7A2EC8
Black with #7A2EC8
Text Example
Text Example
White with #7A2EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2EC8; }
p { color: rgb(122,46,200); }
H1.HeaderClassName
{
color: #7A2EC8;
}
.AnyTagClassName
{
color: #7A2EC8;
}
</style>
background-color css
<style>
a { background-color: #7A2EC8; }
a { background-color: rgb(122,46,200); }
div.DivClassName
{
background-color: #7A2EC8;
}
.BgClassName
{
background-color: #7A2EC8;
}
</style>
border-color css
<style>
span { border-color: #7A2EC8; }
span { border-color: rgb(122,46,200); }
td.TdClassName
{
border-color: #7A2EC8;
}
.TagClassName
{
border-color: #7A2EC8;
}
</style>