Shades of Vivid Violet #773F95
Tints of Vivid Violet #773F95
RGB
CMYK
RGB Variations
Color information
#773F95 (or 0x773F95) is known color: Vivid Violet. HEX triplet: 77, 3F and 95. RGB value is (119,63,149). Sum of RGB (Red+Green+Blue) = 119+63+149=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #773F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F95 is #88C06A. Grayscale: #595959. Windows color (decimal): -8962155 or 9781111. OLE color: 9781111.
HSL color Cylindrical-coordinate representation of color #773F95: hue angle of 279.07º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773F95 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 63 | 149 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.42 |
| HSL | 279.07º | 0.41% | 0.42% | - |
| HSV(B) | 279.07º | 0.58% | 0.58% | - |
| XYZ | 14.81 | 9.65 | 29.52 | - |
| YUV | 89.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 149 | 0.20 | 0.58 | 0 | 0.42 | 279.07 | 0.41 | 0.42 |
| Hex | 77 | 3F | 95 | 14 | 3A | 0 | 2A | 117 | 29 | 2A |
| Octal | 167 | 77 | 225 | 24 | 72 | 0 | 52 | 427 | 51 | 52 |
| Binary | 1110111 | 111111 | 10010101 | 10100 | 111010 | 0 | 101010 | 100010111 | 101001 | 101010 |
Color Harmonies of #773F95
Complementary color
Monochromatic Colors of #773F95
Black with #773F95
Text Example
Text Example
White with #773F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F95; }
p { color: rgb(119,63,149); }
H1.HeaderClassName
{
color: #773F95;
}
.AnyTagClassName
{
color: #773F95;
}
</style>
background-color css
<style>
a { background-color: #773F95; }
a { background-color: rgb(119,63,149); }
div.DivClassName
{
background-color: #773F95;
}
.BgClassName
{
background-color: #773F95;
}
</style>
border-color css
<style>
span { border-color: #773F95; }
span { border-color: rgb(119,63,149); }
td.TdClassName
{
border-color: #773F95;
}
.TagClassName
{
border-color: #773F95;
}
</style>