Shades of Purple Heart #7616AD
Tints of Purple Heart #7616AD
RGB
CMYK
RGB Variations
Color information
#7616AD (or 0x7616AD) is known color: Purple Heart. HEX triplet: 76, 16 and AD. RGB value is (118,22,173). Sum of RGB (Red+Green+Blue) = 118+22+173=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #7616AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7616AD is #89E952. Grayscale: #434343. Windows color (decimal): -9038163 or 11343478. OLE color: 11343478.
HSL color Cylindrical-coordinate representation of color #7616AD: hue angle of 278.15º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7616AD is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 22 | 173 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.32 |
| HSL | 278.15º | 0.77% | 0.38% | - |
| HSV(B) | 278.15º | 0.87% | 0.68% | - |
| XYZ | 15.3 | 7.44 | 40.17 | - |
| YUV | 67.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 173 | 0.32 | 0.87 | 0 | 0.32 | 278.15 | 0.77 | 0.38 |
| Hex | 76 | 16 | AD | 20 | 57 | 0 | 20 | 116 | 4D | 26 |
| Octal | 166 | 26 | 255 | 40 | 127 | 0 | 40 | 426 | 115 | 46 |
| Binary | 1110110 | 10110 | 10101101 | 100000 | 1010111 | 0 | 100000 | 100010110 | 1001101 | 100110 |
Color Harmonies of #7616AD
Complementary color
Monochromatic Colors of #7616AD
Black with #7616AD
Text Example
Text Example
White with #7616AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7616AD; }
p { color: rgb(118,22,173); }
H1.HeaderClassName
{
color: #7616AD;
}
.AnyTagClassName
{
color: #7616AD;
}
</style>
background-color css
<style>
a { background-color: #7616AD; }
a { background-color: rgb(118,22,173); }
div.DivClassName
{
background-color: #7616AD;
}
.BgClassName
{
background-color: #7616AD;
}
</style>
border-color css
<style>
span { border-color: #7616AD; }
span { border-color: rgb(118,22,173); }
td.TdClassName
{
border-color: #7616AD;
}
.TagClassName
{
border-color: #7616AD;
}
</style>