Shades of Vivid Violet #773391
Tints of Vivid Violet #773391
RGB
CMYK
RGB Variations
Color information
#773391 (or 0x773391) is known color: Vivid Violet. HEX triplet: 77, 33 and 91. RGB value is (119,51,145). Sum of RGB (Red+Green+Blue) = 119+51+145=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #773391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773391 is #88CC6E. Grayscale: #515151. Windows color (decimal): -8965231 or 9515895. OLE color: 9515895.
HSL color Cylindrical-coordinate representation of color #773391: hue angle of 283.4º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773391 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 51 | 145 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.43 |
| HSL | 283.4º | 0.48% | 0.38% | - |
| HSV(B) | 283.4º | 0.65% | 0.57% | - |
| XYZ | 13.9 | 8.33 | 27.66 | - |
| YUV | 82.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 145 | 0.18 | 0.65 | 0 | 0.43 | 283.4 | 0.48 | 0.38 |
| Hex | 77 | 33 | 91 | 12 | 41 | 0 | 2B | 11B | 30 | 26 |
| Octal | 167 | 63 | 221 | 22 | 101 | 0 | 53 | 433 | 60 | 46 |
| Binary | 1110111 | 110011 | 10010001 | 10010 | 1000001 | 0 | 101011 | 100011011 | 110000 | 100110 |
Color Harmonies of #773391
Complementary color
Monochromatic Colors of #773391
Black with #773391
Text Example
Text Example
White with #773391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773391; }
p { color: rgb(119,51,145); }
H1.HeaderClassName
{
color: #773391;
}
.AnyTagClassName
{
color: #773391;
}
</style>
background-color css
<style>
a { background-color: #773391; }
a { background-color: rgb(119,51,145); }
div.DivClassName
{
background-color: #773391;
}
.BgClassName
{
background-color: #773391;
}
</style>
border-color css
<style>
span { border-color: #773391; }
span { border-color: rgb(119,51,145); }
td.TdClassName
{
border-color: #773391;
}
.TagClassName
{
border-color: #773391;
}
</style>