Shades of Vivid Violet #773C85
Tints of Vivid Violet #773C85
RGB
CMYK
RGB Variations
Color information
#773C85 (or 0x773C85) is known color: Vivid Violet. HEX triplet: 77, 3C and 85. RGB value is (119,60,133). Sum of RGB (Red+Green+Blue) = 119+60+133=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #773C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773C85 is #88C37A. Grayscale: #555555. Windows color (decimal): -8962939 or 8731767. OLE color: 8731767.
HSL color Cylindrical-coordinate representation of color #773C85: hue angle of 288.49º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773C85 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 60 | 133 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.48 |
| HSL | 288.49º | 0.38% | 0.38% | - |
| HSV(B) | 288.49º | 0.55% | 0.52% | - |
| XYZ | 13.46 | 8.85 | 23.19 | - |
| YUV | 85.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 133 | 0.11 | 0.55 | 0 | 0.48 | 288.49 | 0.38 | 0.38 |
| Hex | 77 | 3C | 85 | B | 37 | 0 | 30 | 120 | 26 | 26 |
| Octal | 167 | 74 | 205 | 13 | 67 | 0 | 60 | 440 | 46 | 46 |
| Binary | 1110111 | 111100 | 10000101 | 1011 | 110111 | 0 | 110000 | 100100000 | 100110 | 100110 |
Color Harmonies of #773C85
Complementary color
Monochromatic Colors of #773C85
Black with #773C85
Text Example
Text Example
White with #773C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C85; }
p { color: rgb(119,60,133); }
H1.HeaderClassName
{
color: #773C85;
}
.AnyTagClassName
{
color: #773C85;
}
</style>
background-color css
<style>
a { background-color: #773C85; }
a { background-color: rgb(119,60,133); }
div.DivClassName
{
background-color: #773C85;
}
.BgClassName
{
background-color: #773C85;
}
</style>
border-color css
<style>
span { border-color: #773C85; }
span { border-color: rgb(119,60,133); }
td.TdClassName
{
border-color: #773C85;
}
.TagClassName
{
border-color: #773C85;
}
</style>