Shades of Purple Heart #7A14AC
Tints of Purple Heart #7A14AC
RGB
CMYK
RGB Variations
Color information
#7A14AC (or 0x7A14AC) is known color: Purple Heart. HEX triplet: 7A, 14 and AC. RGB value is (122,20,172). Sum of RGB (Red+Green+Blue) = 122+20+172=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A14AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A14AC is #85EB53. Grayscale: #434343. Windows color (decimal): -8776532 or 11277434. OLE color: 11277434.
HSL color Cylindrical-coordinate representation of color #7A14AC: hue angle of 280.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A14AC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 20 | 172 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.33 |
| HSL | 280.26º | 0.79% | 0.38% | - |
| HSV(B) | 280.26º | 0.88% | 0.67% | - |
| XYZ | 15.72 | 7.62 | 39.67 | - |
| YUV | 67.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 172 | 0.29 | 0.88 | 0 | 0.33 | 280.26 | 0.79 | 0.38 |
| Hex | 7A | 14 | AC | 1D | 58 | 0 | 21 | 118 | 4F | 26 |
| Octal | 172 | 24 | 254 | 35 | 130 | 0 | 41 | 430 | 117 | 46 |
| Binary | 1111010 | 10100 | 10101100 | 11101 | 1011000 | 0 | 100001 | 100011000 | 1001111 | 100110 |
Color Harmonies of #7A14AC
Complementary color
Monochromatic Colors of #7A14AC
Black with #7A14AC
Text Example
Text Example
White with #7A14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A14AC; }
p { color: rgb(122,20,172); }
H1.HeaderClassName
{
color: #7A14AC;
}
.AnyTagClassName
{
color: #7A14AC;
}
</style>
background-color css
<style>
a { background-color: #7A14AC; }
a { background-color: rgb(122,20,172); }
div.DivClassName
{
background-color: #7A14AC;
}
.BgClassName
{
background-color: #7A14AC;
}
</style>
border-color css
<style>
span { border-color: #7A14AC; }
span { border-color: rgb(122,20,172); }
td.TdClassName
{
border-color: #7A14AC;
}
.TagClassName
{
border-color: #7A14AC;
}
</style>