Shades of Vivid Violet #7714A9
Tints of Vivid Violet #7714A9
RGB
CMYK
RGB Variations
Color information
#7714A9 (or 0x7714A9) is known color: Vivid Violet. HEX triplet: 77, 14 and A9. RGB value is (119,20,169). Sum of RGB (Red+Green+Blue) = 119+20+169=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #7714A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7714A9 is #88EB56. Grayscale: #424242. Windows color (decimal): -8973143 or 11080823. OLE color: 11080823.
HSL color Cylindrical-coordinate representation of color #7714A9: hue angle of 279.87º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7714A9 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 20 | 169 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.34 |
| HSL | 279.87º | 0.79% | 0.37% | - |
| HSV(B) | 279.87º | 0.88% | 0.66% | - |
| XYZ | 15.02 | 7.29 | 38.15 | - |
| YUV | 66.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 169 | 0.30 | 0.88 | 0 | 0.34 | 279.87 | 0.79 | 0.37 |
| Hex | 77 | 14 | A9 | 1E | 58 | 0 | 22 | 118 | 4F | 25 |
| Octal | 167 | 24 | 251 | 36 | 130 | 0 | 42 | 430 | 117 | 45 |
| Binary | 1110111 | 10100 | 10101001 | 11110 | 1011000 | 0 | 100010 | 100011000 | 1001111 | 100101 |
Color Harmonies of #7714A9
Complementary color
Monochromatic Colors of #7714A9
Black with #7714A9
Text Example
Text Example
White with #7714A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714A9; }
p { color: rgb(119,20,169); }
H1.HeaderClassName
{
color: #7714A9;
}
.AnyTagClassName
{
color: #7714A9;
}
</style>
background-color css
<style>
a { background-color: #7714A9; }
a { background-color: rgb(119,20,169); }
div.DivClassName
{
background-color: #7714A9;
}
.BgClassName
{
background-color: #7714A9;
}
</style>
border-color css
<style>
span { border-color: #7714A9; }
span { border-color: rgb(119,20,169); }
td.TdClassName
{
border-color: #7714A9;
}
.TagClassName
{
border-color: #7714A9;
}
</style>