Shades of Vivid Violet #773993
Tints of Vivid Violet #773993
RGB
CMYK
RGB Variations
Color information
#773993 (or 0x773993) is known color: Vivid Violet. HEX triplet: 77, 39 and 93. RGB value is (119,57,147). Sum of RGB (Red+Green+Blue) = 119+57+147=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #773993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773993 is #88C66C. Grayscale: #555555. Windows color (decimal): -8963693 or 9648503. OLE color: 9648503.
HSL color Cylindrical-coordinate representation of color #773993: hue angle of 281.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773993 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 57 | 147 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.42 |
| HSL | 281.33º | 0.44% | 0.4% | - |
| HSV(B) | 281.33º | 0.61% | 0.58% | - |
| XYZ | 14.34 | 8.95 | 28.58 | - |
| YUV | 85.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 147 | 0.19 | 0.61 | 0 | 0.42 | 281.33 | 0.44 | 0.4 |
| Hex | 77 | 39 | 93 | 13 | 3D | 0 | 2A | 119 | 2C | 28 |
| Octal | 167 | 71 | 223 | 23 | 75 | 0 | 52 | 431 | 54 | 50 |
| Binary | 1110111 | 111001 | 10010011 | 10011 | 111101 | 0 | 101010 | 100011001 | 101100 | 101000 |
Color Harmonies of #773993
Complementary color
Monochromatic Colors of #773993
Black with #773993
Text Example
Text Example
White with #773993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773993; }
p { color: rgb(119,57,147); }
H1.HeaderClassName
{
color: #773993;
}
.AnyTagClassName
{
color: #773993;
}
</style>
background-color css
<style>
a { background-color: #773993; }
a { background-color: rgb(119,57,147); }
div.DivClassName
{
background-color: #773993;
}
.BgClassName
{
background-color: #773993;
}
</style>
border-color css
<style>
span { border-color: #773993; }
span { border-color: rgb(119,57,147); }
td.TdClassName
{
border-color: #773993;
}
.TagClassName
{
border-color: #773993;
}
</style>