Shades of Purple Heart #7A1AC2
Tints of Purple Heart #7A1AC2
RGB
CMYK
RGB Variations
Color information
#7A1AC2 (or 0x7A1AC2) is known color: Purple Heart. HEX triplet: 7A, 1A and C2. RGB value is (122,26,194). Sum of RGB (Red+Green+Blue) = 122+26+194=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #7A1AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1AC2 is #85E53D. Grayscale: #494949. Windows color (decimal): -8774974 or 12720762. OLE color: 12720762.
HSL color Cylindrical-coordinate representation of color #7A1AC2: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1AC2 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 26 | 194 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.24 |
| HSL | 274.29º | 0.76% | 0.43% | - |
| HSV(B) | 274.29º | 0.87% | 0.76% | - |
| XYZ | 18.13 | 8.77 | 51.78 | - |
| YUV | 73.86 | 195.8 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 194 | 0.37 | 0.87 | 0 | 0.24 | 274.29 | 0.76 | 0.43 |
| Hex | 7A | 1A | C2 | 25 | 57 | 0 | 18 | 112 | 4C | 2B |
| Octal | 172 | 32 | 302 | 45 | 127 | 0 | 30 | 422 | 114 | 53 |
| Binary | 1111010 | 11010 | 11000010 | 100101 | 1010111 | 0 | 11000 | 100010010 | 1001100 | 101011 |
Color Harmonies of #7A1AC2
Complementary color
Monochromatic Colors of #7A1AC2
Black with #7A1AC2
Text Example
Text Example
White with #7A1AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AC2; }
p { color: rgb(122,26,194); }
H1.HeaderClassName
{
color: #7A1AC2;
}
.AnyTagClassName
{
color: #7A1AC2;
}
</style>
background-color css
<style>
a { background-color: #7A1AC2; }
a { background-color: rgb(122,26,194); }
div.DivClassName
{
background-color: #7A1AC2;
}
.BgClassName
{
background-color: #7A1AC2;
}
</style>
border-color css
<style>
span { border-color: #7A1AC2; }
span { border-color: rgb(122,26,194); }
td.TdClassName
{
border-color: #7A1AC2;
}
.TagClassName
{
border-color: #7A1AC2;
}
</style>