Shades of Purple Heart #7916AC
Tints of Purple Heart #7916AC
RGB
CMYK
RGB Variations
Color information
#7916AC (or 0x7916AC) is known color: Purple Heart. HEX triplet: 79, 16 and AC. RGB value is (121,22,172). Sum of RGB (Red+Green+Blue) = 121+22+172=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #7916AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7916AC is #86E953. Grayscale: #444444. Windows color (decimal): -8841556 or 11277945. OLE color: 11277945.
HSL color Cylindrical-coordinate representation of color #7916AC: hue angle of 279.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7916AC is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 22 | 172 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.33 |
| HSL | 279.6º | 0.77% | 0.38% | - |
| HSV(B) | 279.6º | 0.87% | 0.67% | - |
| XYZ | 15.62 | 7.62 | 39.68 | - |
| YUV | 68.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 172 | 0.30 | 0.87 | 0 | 0.33 | 279.6 | 0.77 | 0.38 |
| Hex | 79 | 16 | AC | 1E | 57 | 0 | 21 | 118 | 4D | 26 |
| Octal | 171 | 26 | 254 | 36 | 127 | 0 | 41 | 430 | 115 | 46 |
| Binary | 1111001 | 10110 | 10101100 | 11110 | 1010111 | 0 | 100001 | 100011000 | 1001101 | 100110 |
Color Harmonies of #7916AC
Complementary color
Monochromatic Colors of #7916AC
Black with #7916AC
Text Example
Text Example
White with #7916AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7916AC; }
p { color: rgb(121,22,172); }
H1.HeaderClassName
{
color: #7916AC;
}
.AnyTagClassName
{
color: #7916AC;
}
</style>
background-color css
<style>
a { background-color: #7916AC; }
a { background-color: rgb(121,22,172); }
div.DivClassName
{
background-color: #7916AC;
}
.BgClassName
{
background-color: #7916AC;
}
</style>
border-color css
<style>
span { border-color: #7916AC; }
span { border-color: rgb(121,22,172); }
td.TdClassName
{
border-color: #7916AC;
}
.TagClassName
{
border-color: #7916AC;
}
</style>