Shades of Purple Heart #7A1AAC
Tints of Purple Heart #7A1AAC
RGB
CMYK
RGB Variations
Color information
#7A1AAC (or 0x7A1AAC) is known color: Purple Heart. HEX triplet: 7A, 1A and AC. RGB value is (122,26,172). Sum of RGB (Red+Green+Blue) = 122+26+172=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A1AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1AAC is #85E553. Grayscale: #464646. Windows color (decimal): -8774996 or 11278970. OLE color: 11278970.
HSL color Cylindrical-coordinate representation of color #7A1AAC: hue angle of 279.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1AAC is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 26 | 172 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.33 |
| HSL | 279.45º | 0.74% | 0.39% | - |
| HSV(B) | 279.45º | 0.85% | 0.67% | - |
| XYZ | 15.84 | 7.85 | 39.71 | - |
| YUV | 71.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 172 | 0.29 | 0.85 | 0 | 0.33 | 279.45 | 0.74 | 0.39 |
| Hex | 7A | 1A | AC | 1D | 55 | 0 | 21 | 117 | 4A | 27 |
| Octal | 172 | 32 | 254 | 35 | 125 | 0 | 41 | 427 | 112 | 47 |
| Binary | 1111010 | 11010 | 10101100 | 11101 | 1010101 | 0 | 100001 | 100010111 | 1001010 | 100111 |
Color Harmonies of #7A1AAC
Complementary color
Monochromatic Colors of #7A1AAC
Black with #7A1AAC
Text Example
Text Example
White with #7A1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AAC; }
p { color: rgb(122,26,172); }
H1.HeaderClassName
{
color: #7A1AAC;
}
.AnyTagClassName
{
color: #7A1AAC;
}
</style>
background-color css
<style>
a { background-color: #7A1AAC; }
a { background-color: rgb(122,26,172); }
div.DivClassName
{
background-color: #7A1AAC;
}
.BgClassName
{
background-color: #7A1AAC;
}
</style>
border-color css
<style>
span { border-color: #7A1AAC; }
span { border-color: rgb(122,26,172); }
td.TdClassName
{
border-color: #7A1AAC;
}
.TagClassName
{
border-color: #7A1AAC;
}
</style>