Shades of Vivid Violet #771B96
Tints of Vivid Violet #771B96
RGB
CMYK
RGB Variations
Color information
#771B96 (or 0x771B96) is known color: Vivid Violet. HEX triplet: 77, 1B and 96. RGB value is (119,27,150). Sum of RGB (Red+Green+Blue) = 119+27+150=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #771B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771B96 is #88E469. Grayscale: #444444. Windows color (decimal): -8971370 or 9837431. OLE color: 9837431.
HSL color Cylindrical-coordinate representation of color #771B96: hue angle of 284.88º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771B96 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 27 | 150 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.41 |
| HSL | 284.88º | 0.69% | 0.35% | - |
| HSV(B) | 284.88º | 0.82% | 0.59% | - |
| XYZ | 13.5 | 6.91 | 29.48 | - |
| YUV | 68.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 150 | 0.21 | 0.82 | 0 | 0.41 | 284.88 | 0.69 | 0.35 |
| Hex | 77 | 1B | 96 | 15 | 52 | 0 | 29 | 11D | 45 | 23 |
| Octal | 167 | 33 | 226 | 25 | 122 | 0 | 51 | 435 | 105 | 43 |
| Binary | 1110111 | 11011 | 10010110 | 10101 | 1010010 | 0 | 101001 | 100011101 | 1000101 | 100011 |
Color Harmonies of #771B96
Complementary color
Monochromatic Colors of #771B96
Black with #771B96
Text Example
Text Example
White with #771B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B96; }
p { color: rgb(119,27,150); }
H1.HeaderClassName
{
color: #771B96;
}
.AnyTagClassName
{
color: #771B96;
}
</style>
background-color css
<style>
a { background-color: #771B96; }
a { background-color: rgb(119,27,150); }
div.DivClassName
{
background-color: #771B96;
}
.BgClassName
{
background-color: #771B96;
}
</style>
border-color css
<style>
span { border-color: #771B96; }
span { border-color: rgb(119,27,150); }
td.TdClassName
{
border-color: #771B96;
}
.TagClassName
{
border-color: #771B96;
}
</style>