Shades of Purple Heart #7714AB
Tints of Purple Heart #7714AB
RGB
CMYK
RGB Variations
Color information
#7714AB (or 0x7714AB) is known color: Purple Heart. HEX triplet: 77, 14 and AB. RGB value is (119,20,171). Sum of RGB (Red+Green+Blue) = 119+20+171=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #7714AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7714AB is #88EB54. Grayscale: #424242. Windows color (decimal): -8973141 or 11211895. OLE color: 11211895.
HSL color Cylindrical-coordinate representation of color #7714AB: hue angle of 279.34º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7714AB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 20 | 171 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.33 |
| HSL | 279.34º | 0.79% | 0.37% | - |
| HSV(B) | 279.34º | 0.88% | 0.67% | - |
| XYZ | 15.21 | 7.36 | 39.15 | - |
| YUV | 66.82 | 186.8 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 171 | 0.30 | 0.88 | 0 | 0.33 | 279.34 | 0.79 | 0.37 |
| Hex | 77 | 14 | AB | 1E | 58 | 0 | 21 | 117 | 4F | 25 |
| Octal | 167 | 24 | 253 | 36 | 130 | 0 | 41 | 427 | 117 | 45 |
| Binary | 1110111 | 10100 | 10101011 | 11110 | 1011000 | 0 | 100001 | 100010111 | 1001111 | 100101 |
Color Harmonies of #7714AB
Complementary color
Monochromatic Colors of #7714AB
Black with #7714AB
Text Example
Text Example
White with #7714AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714AB; }
p { color: rgb(119,20,171); }
H1.HeaderClassName
{
color: #7714AB;
}
.AnyTagClassName
{
color: #7714AB;
}
</style>
background-color css
<style>
a { background-color: #7714AB; }
a { background-color: rgb(119,20,171); }
div.DivClassName
{
background-color: #7714AB;
}
.BgClassName
{
background-color: #7714AB;
}
</style>
border-color css
<style>
span { border-color: #7714AB; }
span { border-color: rgb(119,20,171); }
td.TdClassName
{
border-color: #7714AB;
}
.TagClassName
{
border-color: #7714AB;
}
</style>