Shades of Vivid Violet #773185
Tints of Vivid Violet #773185
RGB
CMYK
RGB Variations
Color information
#773185 (or 0x773185) is known color: Vivid Violet. HEX triplet: 77, 31 and 85. RGB value is (119,49,133). Sum of RGB (Red+Green+Blue) = 119+49+133=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #773185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773185 is #88CE7A. Grayscale: #4F4F4F. Windows color (decimal): -8965755 or 8728951. OLE color: 8728951.
HSL color Cylindrical-coordinate representation of color #773185: hue angle of 290º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773185 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 49 | 133 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.48 |
| HSL | 290º | 0.46% | 0.36% | - |
| HSV(B) | 290º | 0.63% | 0.52% | - |
| XYZ | 12.94 | 7.81 | 23.02 | - |
| YUV | 79.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 133 | 0.11 | 0.63 | 0 | 0.48 | 290 | 0.46 | 0.36 |
| Hex | 77 | 31 | 85 | B | 3F | 0 | 30 | 122 | 2E | 24 |
| Octal | 167 | 61 | 205 | 13 | 77 | 0 | 60 | 442 | 56 | 44 |
| Binary | 1110111 | 110001 | 10000101 | 1011 | 111111 | 0 | 110000 | 100100010 | 101110 | 100100 |
Color Harmonies of #773185
Complementary color
Monochromatic Colors of #773185
Black with #773185
Text Example
Text Example
White with #773185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773185; }
p { color: rgb(119,49,133); }
H1.HeaderClassName
{
color: #773185;
}
.AnyTagClassName
{
color: #773185;
}
</style>
background-color css
<style>
a { background-color: #773185; }
a { background-color: rgb(119,49,133); }
div.DivClassName
{
background-color: #773185;
}
.BgClassName
{
background-color: #773185;
}
</style>
border-color css
<style>
span { border-color: #773185; }
span { border-color: rgb(119,49,133); }
td.TdClassName
{
border-color: #773185;
}
.TagClassName
{
border-color: #773185;
}
</style>