Shades of Purple Heart #7A2EBA
Tints of Purple Heart #7A2EBA
RGB
CMYK
RGB Variations
Color information
#7A2EBA (or 0x7A2EBA) is known color: Purple Heart. HEX triplet: 7A, 2E and BA. RGB value is (122,46,186). Sum of RGB (Red+Green+Blue) = 122+46+186=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2EBA is #85D145. Grayscale: #545454. Windows color (decimal): -8769862 or 12201594. OLE color: 12201594.
HSL color Cylindrical-coordinate representation of color #7A2EBA: hue angle of 272.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2EBA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 46 | 186 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.27 |
| HSL | 272.57º | 0.6% | 0.45% | - |
| HSV(B) | 272.57º | 0.75% | 0.73% | - |
| XYZ | 17.87 | 9.64 | 47.37 | - |
| YUV | 84.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 186 | 0.34 | 0.75 | 0 | 0.27 | 272.57 | 0.6 | 0.45 |
| Hex | 7A | 2E | BA | 22 | 4B | 0 | 1B | 111 | 3C | 2D |
| Octal | 172 | 56 | 272 | 42 | 113 | 0 | 33 | 421 | 74 | 55 |
| Binary | 1111010 | 101110 | 10111010 | 100010 | 1001011 | 0 | 11011 | 100010001 | 111100 | 101101 |
Color Harmonies of #7A2EBA
Complementary color
Monochromatic Colors of #7A2EBA
Black with #7A2EBA
Text Example
Text Example
White with #7A2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2EBA; }
p { color: rgb(122,46,186); }
H1.HeaderClassName
{
color: #7A2EBA;
}
.AnyTagClassName
{
color: #7A2EBA;
}
</style>
background-color css
<style>
a { background-color: #7A2EBA; }
a { background-color: rgb(122,46,186); }
div.DivClassName
{
background-color: #7A2EBA;
}
.BgClassName
{
background-color: #7A2EBA;
}
</style>
border-color css
<style>
span { border-color: #7A2EBA; }
span { border-color: rgb(122,46,186); }
td.TdClassName
{
border-color: #7A2EBA;
}
.TagClassName
{
border-color: #7A2EBA;
}
</style>