Shades of Purple Heart #7A1EC0
Tints of Purple Heart #7A1EC0
RGB
CMYK
RGB Variations
Color information
#7A1EC0 (or 0x7A1EC0) is known color: Purple Heart. HEX triplet: 7A, 1E and C0. RGB value is (122,30,192). Sum of RGB (Red+Green+Blue) = 122+30+192=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A1EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1EC0 is #85E13F. Grayscale: #4B4B4B. Windows color (decimal): -8773952 or 12590714. OLE color: 12590714.
HSL color Cylindrical-coordinate representation of color #7A1EC0: hue angle of 274.07º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1EC0 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 30 | 192 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.25 |
| HSL | 274.07º | 0.73% | 0.44% | - |
| HSV(B) | 274.07º | 0.84% | 0.75% | - |
| XYZ | 18 | 8.87 | 50.63 | - |
| YUV | 75.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 192 | 0.36 | 0.84 | 0 | 0.25 | 274.07 | 0.73 | 0.44 |
| Hex | 7A | 1E | C0 | 24 | 54 | 0 | 19 | 112 | 49 | 2C |
| Octal | 172 | 36 | 300 | 44 | 124 | 0 | 31 | 422 | 111 | 54 |
| Binary | 1111010 | 11110 | 11000000 | 100100 | 1010100 | 0 | 11001 | 100010010 | 1001001 | 101100 |
Color Harmonies of #7A1EC0
Complementary color
Monochromatic Colors of #7A1EC0
Black with #7A1EC0
Text Example
Text Example
White with #7A1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1EC0; }
p { color: rgb(122,30,192); }
H1.HeaderClassName
{
color: #7A1EC0;
}
.AnyTagClassName
{
color: #7A1EC0;
}
</style>
background-color css
<style>
a { background-color: #7A1EC0; }
a { background-color: rgb(122,30,192); }
div.DivClassName
{
background-color: #7A1EC0;
}
.BgClassName
{
background-color: #7A1EC0;
}
</style>
border-color css
<style>
span { border-color: #7A1EC0; }
span { border-color: rgb(122,30,192); }
td.TdClassName
{
border-color: #7A1EC0;
}
.TagClassName
{
border-color: #7A1EC0;
}
</style>