Shades of Purple Heart #7A1EC3
Tints of Purple Heart #7A1EC3
RGB
CMYK
RGB Variations
Color information
#7A1EC3 (or 0x7A1EC3) is known color: Purple Heart. HEX triplet: 7A, 1E and C3. RGB value is (122,30,195). Sum of RGB (Red+Green+Blue) = 122+30+195=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A1EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1EC3 is #85E13C. Grayscale: #4B4B4B. Windows color (decimal): -8773949 or 12787322. OLE color: 12787322.
HSL color Cylindrical-coordinate representation of color #7A1EC3: hue angle of 273.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1EC3 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 30 | 195 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.24 |
| HSL | 273.45º | 0.73% | 0.44% | - |
| HSV(B) | 273.45º | 0.85% | 0.76% | - |
| XYZ | 18.34 | 9.01 | 52.4 | - |
| YUV | 76.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 195 | 0.37 | 0.85 | 0 | 0.24 | 273.45 | 0.73 | 0.44 |
| Hex | 7A | 1E | C3 | 25 | 55 | 0 | 18 | 111 | 49 | 2C |
| Octal | 172 | 36 | 303 | 45 | 125 | 0 | 30 | 421 | 111 | 54 |
| Binary | 1111010 | 11110 | 11000011 | 100101 | 1010101 | 0 | 11000 | 100010001 | 1001001 | 101100 |
Color Harmonies of #7A1EC3
Complementary color
Monochromatic Colors of #7A1EC3
Black with #7A1EC3
Text Example
Text Example
White with #7A1EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1EC3; }
p { color: rgb(122,30,195); }
H1.HeaderClassName
{
color: #7A1EC3;
}
.AnyTagClassName
{
color: #7A1EC3;
}
</style>
background-color css
<style>
a { background-color: #7A1EC3; }
a { background-color: rgb(122,30,195); }
div.DivClassName
{
background-color: #7A1EC3;
}
.BgClassName
{
background-color: #7A1EC3;
}
</style>
border-color css
<style>
span { border-color: #7A1EC3; }
span { border-color: rgb(122,30,195); }
td.TdClassName
{
border-color: #7A1EC3;
}
.TagClassName
{
border-color: #7A1EC3;
}
</style>