Shades of Vivid Violet #773983
Tints of Vivid Violet #773983
RGB
CMYK
RGB Variations
Color information
#773983 (or 0x773983) is known color: Vivid Violet. HEX triplet: 77, 39 and 83. RGB value is (119,57,131). Sum of RGB (Red+Green+Blue) = 119+57+131=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #773983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773983 is #88C67C. Grayscale: #535353. Windows color (decimal): -8963709 or 8599927. OLE color: 8599927.
HSL color Cylindrical-coordinate representation of color #773983: hue angle of 290.27º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773983 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 57 | 131 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.49 |
| HSL | 290.27º | 0.39% | 0.37% | - |
| HSV(B) | 290.27º | 0.56% | 0.51% | - |
| XYZ | 13.17 | 8.49 | 22.42 | - |
| YUV | 83.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 131 | 0.09 | 0.56 | 0 | 0.49 | 290.27 | 0.39 | 0.37 |
| Hex | 77 | 39 | 83 | 9 | 38 | 0 | 31 | 122 | 27 | 25 |
| Octal | 167 | 71 | 203 | 11 | 70 | 0 | 61 | 442 | 47 | 45 |
| Binary | 1110111 | 111001 | 10000011 | 1001 | 111000 | 0 | 110001 | 100100010 | 100111 | 100101 |
Color Harmonies of #773983
Complementary color
Monochromatic Colors of #773983
Black with #773983
Text Example
Text Example
White with #773983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773983; }
p { color: rgb(119,57,131); }
H1.HeaderClassName
{
color: #773983;
}
.AnyTagClassName
{
color: #773983;
}
</style>
background-color css
<style>
a { background-color: #773983; }
a { background-color: rgb(119,57,131); }
div.DivClassName
{
background-color: #773983;
}
.BgClassName
{
background-color: #773983;
}
</style>
border-color css
<style>
span { border-color: #773983; }
span { border-color: rgb(119,57,131); }
td.TdClassName
{
border-color: #773983;
}
.TagClassName
{
border-color: #773983;
}
</style>