Shades of Purple Heart #7717AB
Tints of Purple Heart #7717AB
RGB
CMYK
RGB Variations
Color information
#7717AB (or 0x7717AB) is known color: Purple Heart. HEX triplet: 77, 17 and AB. RGB value is (119,23,171). Sum of RGB (Red+Green+Blue) = 119+23+171=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #7717AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7717AB is #88E854. Grayscale: #444444. Windows color (decimal): -8972373 or 11212663. OLE color: 11212663.
HSL color Cylindrical-coordinate representation of color #7717AB: hue angle of 278.92º degrees, saturation: 0.76, 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 #7717AB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 23 | 171 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.33 |
| HSL | 278.92º | 0.76% | 0.38% | - |
| HSV(B) | 278.92º | 0.87% | 0.67% | - |
| XYZ | 15.26 | 7.48 | 39.17 | - |
| YUV | 68.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 171 | 0.30 | 0.87 | 0 | 0.33 | 278.92 | 0.76 | 0.38 |
| Hex | 77 | 17 | AB | 1E | 57 | 0 | 21 | 117 | 4C | 26 |
| Octal | 167 | 27 | 253 | 36 | 127 | 0 | 41 | 427 | 114 | 46 |
| Binary | 1110111 | 10111 | 10101011 | 11110 | 1010111 | 0 | 100001 | 100010111 | 1001100 | 100110 |
Color Harmonies of #7717AB
Complementary color
Monochromatic Colors of #7717AB
Black with #7717AB
Text Example
Text Example
White with #7717AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7717AB; }
p { color: rgb(119,23,171); }
H1.HeaderClassName
{
color: #7717AB;
}
.AnyTagClassName
{
color: #7717AB;
}
</style>
background-color css
<style>
a { background-color: #7717AB; }
a { background-color: rgb(119,23,171); }
div.DivClassName
{
background-color: #7717AB;
}
.BgClassName
{
background-color: #7717AB;
}
</style>
border-color css
<style>
span { border-color: #7717AB; }
span { border-color: rgb(119,23,171); }
td.TdClassName
{
border-color: #7717AB;
}
.TagClassName
{
border-color: #7717AB;
}
</style>