Shades of Purple Heart #7714C7
Tints of Purple Heart #7714C7
RGB
CMYK
RGB Variations
Color information
#7714C7 (or 0x7714C7) is known color: Purple Heart. HEX triplet: 77, 14 and C7. RGB value is (119,20,199). Sum of RGB (Red+Green+Blue) = 119+20+199=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #7714C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7714C7 is #88EB38. Grayscale: #454545. Windows color (decimal): -8973113 or 13046903. OLE color: 13046903.
HSL color Cylindrical-coordinate representation of color #7714C7: hue angle of 273.18º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7714C7 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 20 | 199 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.22 |
| HSL | 273.18º | 0.82% | 0.43% | - |
| HSV(B) | 273.18º | 0.9% | 0.78% | - |
| XYZ | 18.17 | 8.55 | 54.72 | - |
| YUV | 70.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 199 | 0.40 | 0.90 | 0 | 0.22 | 273.18 | 0.82 | 0.43 |
| Hex | 77 | 14 | C7 | 28 | 5A | 0 | 16 | 111 | 52 | 2B |
| Octal | 167 | 24 | 307 | 50 | 132 | 0 | 26 | 421 | 122 | 53 |
| Binary | 1110111 | 10100 | 11000111 | 101000 | 1011010 | 0 | 10110 | 100010001 | 1010010 | 101011 |
Color Harmonies of #7714C7
Complementary color
Monochromatic Colors of #7714C7
Black with #7714C7
Text Example
Text Example
White with #7714C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714C7; }
p { color: rgb(119,20,199); }
H1.HeaderClassName
{
color: #7714C7;
}
.AnyTagClassName
{
color: #7714C7;
}
</style>
background-color css
<style>
a { background-color: #7714C7; }
a { background-color: rgb(119,20,199); }
div.DivClassName
{
background-color: #7714C7;
}
.BgClassName
{
background-color: #7714C7;
}
</style>
border-color css
<style>
span { border-color: #7714C7; }
span { border-color: rgb(119,20,199); }
td.TdClassName
{
border-color: #7714C7;
}
.TagClassName
{
border-color: #7714C7;
}
</style>