Shades of Purple Heart #7714CE
Tints of Purple Heart #7714CE
RGB
CMYK
RGB Variations
Color information
#7714CE (or 0x7714CE) is known color: Purple Heart. HEX triplet: 77, 14 and CE. RGB value is (119,20,206). Sum of RGB (Red+Green+Blue) = 119+20+206=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #7714CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7714CE is #88EB31. Grayscale: #464646. Windows color (decimal): -8973106 or 13505655. OLE color: 13505655.
HSL color Cylindrical-coordinate representation of color #7714CE: hue angle of 271.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7714CE is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 20 | 206 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.19 |
| HSL | 271.94º | 0.82% | 0.44% | - |
| HSV(B) | 271.94º | 0.9% | 0.81% | - |
| XYZ | 19 | 8.88 | 59.1 | - |
| YUV | 70.81 | 204.3 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 206 | 0.42 | 0.90 | 0 | 0.19 | 271.94 | 0.82 | 0.44 |
| Hex | 77 | 14 | CE | 2A | 5A | 0 | 13 | 110 | 52 | 2C |
| Octal | 167 | 24 | 316 | 52 | 132 | 0 | 23 | 420 | 122 | 54 |
| Binary | 1110111 | 10100 | 11001110 | 101010 | 1011010 | 0 | 10011 | 100010000 | 1010010 | 101100 |
Color Harmonies of #7714CE
Complementary color
Monochromatic Colors of #7714CE
Black with #7714CE
Text Example
Text Example
White with #7714CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714CE; }
p { color: rgb(119,20,206); }
H1.HeaderClassName
{
color: #7714CE;
}
.AnyTagClassName
{
color: #7714CE;
}
</style>
background-color css
<style>
a { background-color: #7714CE; }
a { background-color: rgb(119,20,206); }
div.DivClassName
{
background-color: #7714CE;
}
.BgClassName
{
background-color: #7714CE;
}
</style>
border-color css
<style>
span { border-color: #7714CE; }
span { border-color: rgb(119,20,206); }
td.TdClassName
{
border-color: #7714CE;
}
.TagClassName
{
border-color: #7714CE;
}
</style>