Shades of Purple Heart #7A1AC3
Tints of Purple Heart #7A1AC3
RGB
CMYK
RGB Variations
Color information
#7A1AC3 (or 0x7A1AC3) is known color: Purple Heart. HEX triplet: 7A, 1A and C3. RGB value is (122,26,195). Sum of RGB (Red+Green+Blue) = 122+26+195=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 195 (76.56% from 255 or 56.85% from 343); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A1AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1AC3 is #85E53C. Grayscale: #494949. Windows color (decimal): -8774973 or 12786298. OLE color: 12786298.
HSL color Cylindrical-coordinate representation of color #7A1AC3: hue angle of 274.08º 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 #7A1AC3 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 26 | 195 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.24 |
| HSL | 274.08º | 0.76% | 0.43% | - |
| HSV(B) | 274.08º | 0.87% | 0.76% | - |
| XYZ | 18.25 | 8.82 | 52.37 | - |
| YUV | 73.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 195 | 0.37 | 0.87 | 0 | 0.24 | 274.08 | 0.76 | 0.43 |
| Hex | 7A | 1A | C3 | 25 | 57 | 0 | 18 | 112 | 4C | 2B |
| Octal | 172 | 32 | 303 | 45 | 127 | 0 | 30 | 422 | 114 | 53 |
| Binary | 1111010 | 11010 | 11000011 | 100101 | 1010111 | 0 | 11000 | 100010010 | 1001100 | 101011 |
Color Harmonies of #7A1AC3
Complementary color
Monochromatic Colors of #7A1AC3
Black with #7A1AC3
Text Example
Text Example
White with #7A1AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AC3; }
p { color: rgb(122,26,195); }
H1.HeaderClassName
{
color: #7A1AC3;
}
.AnyTagClassName
{
color: #7A1AC3;
}
</style>
background-color css
<style>
a { background-color: #7A1AC3; }
a { background-color: rgb(122,26,195); }
div.DivClassName
{
background-color: #7A1AC3;
}
.BgClassName
{
background-color: #7A1AC3;
}
</style>
border-color css
<style>
span { border-color: #7A1AC3; }
span { border-color: rgb(122,26,195); }
td.TdClassName
{
border-color: #7A1AC3;
}
.TagClassName
{
border-color: #7A1AC3;
}
</style>