Shades of Vivid Violet #771E96
Tints of Vivid Violet #771E96
RGB
CMYK
RGB Variations
Color information
#771E96 (or 0x771E96) is known color: Vivid Violet. HEX triplet: 77, 1E and 96. RGB value is (119,30,150). Sum of RGB (Red+Green+Blue) = 119+30+150=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #771E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771E96 is #88E169. Grayscale: #454545. Windows color (decimal): -8970602 or 9838199. OLE color: 9838199.
HSL color Cylindrical-coordinate representation of color #771E96: hue angle of 284.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771E96 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 30 | 150 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.41 |
| HSL | 284.5º | 0.67% | 0.35% | - |
| HSV(B) | 284.5º | 0.8% | 0.59% | - |
| XYZ | 13.58 | 7.05 | 29.5 | - |
| YUV | 70.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 150 | 0.21 | 0.80 | 0 | 0.41 | 284.5 | 0.67 | 0.35 |
| Hex | 77 | 1E | 96 | 15 | 50 | 0 | 29 | 11C | 43 | 23 |
| Octal | 167 | 36 | 226 | 25 | 120 | 0 | 51 | 434 | 103 | 43 |
| Binary | 1110111 | 11110 | 10010110 | 10101 | 1010000 | 0 | 101001 | 100011100 | 1000011 | 100011 |
Color Harmonies of #771E96
Complementary color
Monochromatic Colors of #771E96
Black with #771E96
Text Example
Text Example
White with #771E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E96; }
p { color: rgb(119,30,150); }
H1.HeaderClassName
{
color: #771E96;
}
.AnyTagClassName
{
color: #771E96;
}
</style>
background-color css
<style>
a { background-color: #771E96; }
a { background-color: rgb(119,30,150); }
div.DivClassName
{
background-color: #771E96;
}
.BgClassName
{
background-color: #771E96;
}
</style>
border-color css
<style>
span { border-color: #771E96; }
span { border-color: rgb(119,30,150); }
td.TdClassName
{
border-color: #771E96;
}
.TagClassName
{
border-color: #771E96;
}
</style>