Shades of Purple Heart #7A1AC4
Tints of Purple Heart #7A1AC4
RGB
CMYK
RGB Variations
Color information
#7A1AC4 (or 0x7A1AC4) is known color: Purple Heart. HEX triplet: 7A, 1A and C4. RGB value is (122,26,196). Sum of RGB (Red+Green+Blue) = 122+26+196=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A1AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1AC4 is #85E53B. Grayscale: #494949. Windows color (decimal): -8774972 or 12851834. OLE color: 12851834.
HSL color Cylindrical-coordinate representation of color #7A1AC4: hue angle of 273.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1AC4 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 26 | 196 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.23 |
| HSL | 273.88º | 0.77% | 0.44% | - |
| HSV(B) | 273.88º | 0.87% | 0.77% | - |
| XYZ | 18.36 | 8.86 | 52.97 | - |
| YUV | 74.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 196 | 0.38 | 0.87 | 0 | 0.23 | 273.88 | 0.77 | 0.44 |
| Hex | 7A | 1A | C4 | 26 | 57 | 0 | 17 | 112 | 4D | 2C |
| Octal | 172 | 32 | 304 | 46 | 127 | 0 | 27 | 422 | 115 | 54 |
| Binary | 1111010 | 11010 | 11000100 | 100110 | 1010111 | 0 | 10111 | 100010010 | 1001101 | 101100 |
Color Harmonies of #7A1AC4
Complementary color
Monochromatic Colors of #7A1AC4
Black with #7A1AC4
Text Example
Text Example
White with #7A1AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AC4; }
p { color: rgb(122,26,196); }
H1.HeaderClassName
{
color: #7A1AC4;
}
.AnyTagClassName
{
color: #7A1AC4;
}
</style>
background-color css
<style>
a { background-color: #7A1AC4; }
a { background-color: rgb(122,26,196); }
div.DivClassName
{
background-color: #7A1AC4;
}
.BgClassName
{
background-color: #7A1AC4;
}
</style>
border-color css
<style>
span { border-color: #7A1AC4; }
span { border-color: rgb(122,26,196); }
td.TdClassName
{
border-color: #7A1AC4;
}
.TagClassName
{
border-color: #7A1AC4;
}
</style>