Shades of Vivid Violet #7711A7
Tints of Vivid Violet #7711A7
RGB
CMYK
RGB Variations
Color information
#7711A7 (or 0x7711A7) is known color: Vivid Violet. HEX triplet: 77, 11 and A7. RGB value is (119,17,167). Sum of RGB (Red+Green+Blue) = 119+17+167=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #7711A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7711A7 is #88EE58. Grayscale: #404040. Windows color (decimal): -8973913 or 10948983. OLE color: 10948983.
HSL color Cylindrical-coordinate representation of color #7711A7: hue angle of 280.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7711A7 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 17 | 167 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.35 |
| HSL | 280.8º | 0.82% | 0.36% | - |
| HSV(B) | 280.8º | 0.9% | 0.65% | - |
| XYZ | 14.78 | 7.11 | 37.15 | - |
| YUV | 64.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 167 | 0.29 | 0.90 | 0 | 0.35 | 280.8 | 0.82 | 0.36 |
| Hex | 77 | 11 | A7 | 1D | 5A | 0 | 23 | 119 | 52 | 24 |
| Octal | 167 | 21 | 247 | 35 | 132 | 0 | 43 | 431 | 122 | 44 |
| Binary | 1110111 | 10001 | 10100111 | 11101 | 1011010 | 0 | 100011 | 100011001 | 1010010 | 100100 |
Color Harmonies of #7711A7
Complementary color
Monochromatic Colors of #7711A7
Black with #7711A7
Text Example
Text Example
White with #7711A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7711A7; }
p { color: rgb(119,17,167); }
H1.HeaderClassName
{
color: #7711A7;
}
.AnyTagClassName
{
color: #7711A7;
}
</style>
background-color css
<style>
a { background-color: #7711A7; }
a { background-color: rgb(119,17,167); }
div.DivClassName
{
background-color: #7711A7;
}
.BgClassName
{
background-color: #7711A7;
}
</style>
border-color css
<style>
span { border-color: #7711A7; }
span { border-color: rgb(119,17,167); }
td.TdClassName
{
border-color: #7711A7;
}
.TagClassName
{
border-color: #7711A7;
}
</style>