Shades of Vivid Violet #773483
Tints of Vivid Violet #773483
RGB
CMYK
RGB Variations
Color information
#773483 (or 0x773483) is known color: Vivid Violet. HEX triplet: 77, 34 and 83. RGB value is (119,52,131). Sum of RGB (Red+Green+Blue) = 119+52+131=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #773483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773483 is #88CB7C. Grayscale: #505050. Windows color (decimal): -8964989 or 8598647. OLE color: 8598647.
HSL color Cylindrical-coordinate representation of color #773483: hue angle of 290.89º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773483 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 52 | 131 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.49 |
| HSL | 290.89º | 0.43% | 0.36% | - |
| HSV(B) | 290.89º | 0.6% | 0.51% | - |
| XYZ | 12.93 | 8.02 | 22.34 | - |
| YUV | 81.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 131 | 0.09 | 0.60 | 0 | 0.49 | 290.89 | 0.43 | 0.36 |
| Hex | 77 | 34 | 83 | 9 | 3C | 0 | 31 | 123 | 2B | 24 |
| Octal | 167 | 64 | 203 | 11 | 74 | 0 | 61 | 443 | 53 | 44 |
| Binary | 1110111 | 110100 | 10000011 | 1001 | 111100 | 0 | 110001 | 100100011 | 101011 | 100100 |
Color Harmonies of #773483
Complementary color
Monochromatic Colors of #773483
Black with #773483
Text Example
Text Example
White with #773483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773483; }
p { color: rgb(119,52,131); }
H1.HeaderClassName
{
color: #773483;
}
.AnyTagClassName
{
color: #773483;
}
</style>
background-color css
<style>
a { background-color: #773483; }
a { background-color: rgb(119,52,131); }
div.DivClassName
{
background-color: #773483;
}
.BgClassName
{
background-color: #773483;
}
</style>
border-color css
<style>
span { border-color: #773483; }
span { border-color: rgb(119,52,131); }
td.TdClassName
{
border-color: #773483;
}
.TagClassName
{
border-color: #773483;
}
</style>