Shades of Purple Heart #7A1AAE
Tints of Purple Heart #7A1AAE
RGB
CMYK
RGB Variations
Color information
#7A1AAE (or 0x7A1AAE) is known color: Purple Heart. HEX triplet: 7A, 1A and AE. RGB value is (122,26,174). Sum of RGB (Red+Green+Blue) = 122+26+174=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1AAE is #85E551. Grayscale: #474747. Windows color (decimal): -8774994 or 11410042. OLE color: 11410042.
HSL color Cylindrical-coordinate representation of color #7A1AAE: hue angle of 278.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1AAE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 26 | 174 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.32 |
| HSL | 278.92º | 0.74% | 0.39% | - |
| HSV(B) | 278.92º | 0.85% | 0.68% | - |
| XYZ | 16.04 | 7.93 | 40.73 | - |
| YUV | 71.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 174 | 0.30 | 0.85 | 0 | 0.32 | 278.92 | 0.74 | 0.39 |
| Hex | 7A | 1A | AE | 1E | 55 | 0 | 20 | 117 | 4A | 27 |
| Octal | 172 | 32 | 256 | 36 | 125 | 0 | 40 | 427 | 112 | 47 |
| Binary | 1111010 | 11010 | 10101110 | 11110 | 1010101 | 0 | 100000 | 100010111 | 1001010 | 100111 |
Color Harmonies of #7A1AAE
Complementary color
Monochromatic Colors of #7A1AAE
Black with #7A1AAE
Text Example
Text Example
White with #7A1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AAE; }
p { color: rgb(122,26,174); }
H1.HeaderClassName
{
color: #7A1AAE;
}
.AnyTagClassName
{
color: #7A1AAE;
}
</style>
background-color css
<style>
a { background-color: #7A1AAE; }
a { background-color: rgb(122,26,174); }
div.DivClassName
{
background-color: #7A1AAE;
}
.BgClassName
{
background-color: #7A1AAE;
}
</style>
border-color css
<style>
span { border-color: #7A1AAE; }
span { border-color: rgb(122,26,174); }
td.TdClassName
{
border-color: #7A1AAE;
}
.TagClassName
{
border-color: #7A1AAE;
}
</style>