Shades of Vivid Violet #773189
Tints of Vivid Violet #773189
RGB
CMYK
RGB Variations
Color information
#773189 (or 0x773189) is known color: Vivid Violet. HEX triplet: 77, 31 and 89. RGB value is (119,49,137). Sum of RGB (Red+Green+Blue) = 119+49+137=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #773189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773189 is #88CE76. Grayscale: #4F4F4F. Windows color (decimal): -8965751 or 8991095. OLE color: 8991095.
HSL color Cylindrical-coordinate representation of color #773189: hue angle of 287.73º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773189 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 49 | 137 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.46 |
| HSL | 287.73º | 0.47% | 0.36% | - |
| HSV(B) | 287.73º | 0.64% | 0.54% | - |
| XYZ | 13.22 | 7.92 | 24.5 | - |
| YUV | 79.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 137 | 0.13 | 0.64 | 0 | 0.46 | 287.73 | 0.47 | 0.36 |
| Hex | 77 | 31 | 89 | D | 40 | 0 | 2E | 120 | 2F | 24 |
| Octal | 167 | 61 | 211 | 15 | 100 | 0 | 56 | 440 | 57 | 44 |
| Binary | 1110111 | 110001 | 10001001 | 1101 | 1000000 | 0 | 101110 | 100100000 | 101111 | 100100 |
Color Harmonies of #773189
Complementary color
Monochromatic Colors of #773189
Black with #773189
Text Example
Text Example
White with #773189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773189; }
p { color: rgb(119,49,137); }
H1.HeaderClassName
{
color: #773189;
}
.AnyTagClassName
{
color: #773189;
}
</style>
background-color css
<style>
a { background-color: #773189; }
a { background-color: rgb(119,49,137); }
div.DivClassName
{
background-color: #773189;
}
.BgClassName
{
background-color: #773189;
}
</style>
border-color css
<style>
span { border-color: #773189; }
span { border-color: rgb(119,49,137); }
td.TdClassName
{
border-color: #773189;
}
.TagClassName
{
border-color: #773189;
}
</style>