Shades of Vivid Violet #773F91
Tints of Vivid Violet #773F91
RGB
CMYK
RGB Variations
Color information
#773F91 (or 0x773F91) is known color: Vivid Violet. HEX triplet: 77, 3F and 91. RGB value is (119,63,145). Sum of RGB (Red+Green+Blue) = 119+63+145=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #773F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F91 is #88C06E. Grayscale: #585858. Windows color (decimal): -8962159 or 9518967. OLE color: 9518967.
HSL color Cylindrical-coordinate representation of color #773F91: hue angle of 280.98º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773F91 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 63 | 145 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.43 |
| HSL | 280.98º | 0.39% | 0.41% | - |
| HSV(B) | 280.98º | 0.57% | 0.57% | - |
| XYZ | 14.5 | 9.52 | 27.86 | - |
| YUV | 89.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 145 | 0.18 | 0.57 | 0 | 0.43 | 280.98 | 0.39 | 0.41 |
| Hex | 77 | 3F | 91 | 12 | 39 | 0 | 2B | 119 | 27 | 29 |
| Octal | 167 | 77 | 221 | 22 | 71 | 0 | 53 | 431 | 47 | 51 |
| Binary | 1110111 | 111111 | 10010001 | 10010 | 111001 | 0 | 101011 | 100011001 | 100111 | 101001 |
Color Harmonies of #773F91
Complementary color
Monochromatic Colors of #773F91
Black with #773F91
Text Example
Text Example
White with #773F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F91; }
p { color: rgb(119,63,145); }
H1.HeaderClassName
{
color: #773F91;
}
.AnyTagClassName
{
color: #773F91;
}
</style>
background-color css
<style>
a { background-color: #773F91; }
a { background-color: rgb(119,63,145); }
div.DivClassName
{
background-color: #773F91;
}
.BgClassName
{
background-color: #773F91;
}
</style>
border-color css
<style>
span { border-color: #773F91; }
span { border-color: rgb(119,63,145); }
td.TdClassName
{
border-color: #773F91;
}
.TagClassName
{
border-color: #773F91;
}
</style>