Shades of Vivid Violet #773188
Tints of Vivid Violet #773188
RGB
CMYK
RGB Variations
Color information
#773188 (or 0x773188) is known color: Vivid Violet. HEX triplet: 77, 31 and 88. RGB value is (119,49,136). Sum of RGB (Red+Green+Blue) = 119+49+136=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #773188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773188 is #88CE77. Grayscale: #4F4F4F. Windows color (decimal): -8965752 or 8925559. OLE color: 8925559.
HSL color Cylindrical-coordinate representation of color #773188: hue angle of 288.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773188 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 49 | 136 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.47 |
| HSL | 288.28º | 0.47% | 0.36% | - |
| HSV(B) | 288.28º | 0.64% | 0.53% | - |
| XYZ | 13.15 | 7.9 | 24.12 | - |
| YUV | 79.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 136 | 0.12 | 0.64 | 0 | 0.47 | 288.28 | 0.47 | 0.36 |
| Hex | 77 | 31 | 88 | C | 40 | 0 | 2F | 120 | 2F | 24 |
| Octal | 167 | 61 | 210 | 14 | 100 | 0 | 57 | 440 | 57 | 44 |
| Binary | 1110111 | 110001 | 10001000 | 1100 | 1000000 | 0 | 101111 | 100100000 | 101111 | 100100 |
Color Harmonies of #773188
Complementary color
Monochromatic Colors of #773188
Black with #773188
Text Example
Text Example
White with #773188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773188; }
p { color: rgb(119,49,136); }
H1.HeaderClassName
{
color: #773188;
}
.AnyTagClassName
{
color: #773188;
}
</style>
background-color css
<style>
a { background-color: #773188; }
a { background-color: rgb(119,49,136); }
div.DivClassName
{
background-color: #773188;
}
.BgClassName
{
background-color: #773188;
}
</style>
border-color css
<style>
span { border-color: #773188; }
span { border-color: rgb(119,49,136); }
td.TdClassName
{
border-color: #773188;
}
.TagClassName
{
border-color: #773188;
}
</style>