Shades of Purple Heart #7716CE
Tints of Purple Heart #7716CE
RGB
CMYK
RGB Variations
Color information
#7716CE (or 0x7716CE) is known color: Purple Heart. HEX triplet: 77, 16 and CE. RGB value is (119,22,206). Sum of RGB (Red+Green+Blue) = 119+22+206=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #7716CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716CE is #88E931. Grayscale: #474747. Windows color (decimal): -8972594 or 13506167. OLE color: 13506167.
HSL color Cylindrical-coordinate representation of color #7716CE: hue angle of 271.63º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7716CE is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 22 | 206 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.19 |
| HSL | 271.63º | 0.81% | 0.45% | - |
| HSV(B) | 271.63º | 0.89% | 0.81% | - |
| XYZ | 19.04 | 8.95 | 59.12 | - |
| YUV | 71.98 | 203.64 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 206 | 0.42 | 0.89 | 0 | 0.19 | 271.63 | 0.81 | 0.45 |
| Hex | 77 | 16 | CE | 2A | 59 | 0 | 13 | 110 | 51 | 2D |
| Octal | 167 | 26 | 316 | 52 | 131 | 0 | 23 | 420 | 121 | 55 |
| Binary | 1110111 | 10110 | 11001110 | 101010 | 1011001 | 0 | 10011 | 100010000 | 1010001 | 101101 |
Color Harmonies of #7716CE
Complementary color
Monochromatic Colors of #7716CE
Black with #7716CE
Text Example
Text Example
White with #7716CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7716CE; }
p { color: rgb(119,22,206); }
H1.HeaderClassName
{
color: #7716CE;
}
.AnyTagClassName
{
color: #7716CE;
}
</style>
background-color css
<style>
a { background-color: #7716CE; }
a { background-color: rgb(119,22,206); }
div.DivClassName
{
background-color: #7716CE;
}
.BgClassName
{
background-color: #7716CE;
}
</style>
border-color css
<style>
span { border-color: #7716CE; }
span { border-color: rgb(119,22,206); }
td.TdClassName
{
border-color: #7716CE;
}
.TagClassName
{
border-color: #7716CE;
}
</style>