Shades of Purple Heart #7617AD
Tints of Purple Heart #7617AD
RGB
CMYK
RGB Variations
Color information
#7617AD (or 0x7617AD) is known color: Purple Heart. HEX triplet: 76, 17 and AD. RGB value is (118,23,173). Sum of RGB (Red+Green+Blue) = 118+23+173=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #7617AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7617AD is #89E852. Grayscale: #444444. Windows color (decimal): -9037907 or 11343734. OLE color: 11343734.
HSL color Cylindrical-coordinate representation of color #7617AD: hue angle of 278º 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 #7617AD is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 23 | 173 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.32 |
| HSL | 278º | 0.77% | 0.38% | - |
| HSV(B) | 278º | 0.87% | 0.68% | - |
| XYZ | 15.32 | 7.48 | 40.17 | - |
| YUV | 68.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 173 | 0.32 | 0.87 | 0 | 0.32 | 278 | 0.77 | 0.38 |
| Hex | 76 | 17 | AD | 20 | 57 | 0 | 20 | 116 | 4D | 26 |
| Octal | 166 | 27 | 255 | 40 | 127 | 0 | 40 | 426 | 115 | 46 |
| Binary | 1110110 | 10111 | 10101101 | 100000 | 1010111 | 0 | 100000 | 100010110 | 1001101 | 100110 |
Color Harmonies of #7617AD
Complementary color
Monochromatic Colors of #7617AD
Black with #7617AD
Text Example
Text Example
White with #7617AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7617AD; }
p { color: rgb(118,23,173); }
H1.HeaderClassName
{
color: #7617AD;
}
.AnyTagClassName
{
color: #7617AD;
}
</style>
background-color css
<style>
a { background-color: #7617AD; }
a { background-color: rgb(118,23,173); }
div.DivClassName
{
background-color: #7617AD;
}
.BgClassName
{
background-color: #7617AD;
}
</style>
border-color css
<style>
span { border-color: #7617AD; }
span { border-color: rgb(118,23,173); }
td.TdClassName
{
border-color: #7617AD;
}
.TagClassName
{
border-color: #7617AD;
}
</style>