Shades of Vivid Violet #773499
Tints of Vivid Violet #773499
RGB
CMYK
RGB Variations
Color information
#773499 (or 0x773499) is known color: Vivid Violet. HEX triplet: 77, 34 and 99. RGB value is (119,52,153). Sum of RGB (Red+Green+Blue) = 119+52+153=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #773499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773499 is #88CB66. Grayscale: #535353. Windows color (decimal): -8964967 or 10040439. OLE color: 10040439.
HSL color Cylindrical-coordinate representation of color #773499: hue angle of 279.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773499 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 52 | 153 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.4 |
| HSL | 279.8º | 0.49% | 0.4% | - |
| HSV(B) | 279.8º | 0.66% | 0.6% | - |
| XYZ | 14.59 | 8.68 | 31.04 | - |
| YUV | 83.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 153 | 0.22 | 0.66 | 0 | 0.4 | 279.8 | 0.49 | 0.4 |
| Hex | 77 | 34 | 99 | 16 | 42 | 0 | 28 | 118 | 31 | 28 |
| Octal | 167 | 64 | 231 | 26 | 102 | 0 | 50 | 430 | 61 | 50 |
| Binary | 1110111 | 110100 | 10011001 | 10110 | 1000010 | 0 | 101000 | 100011000 | 110001 | 101000 |
Color Harmonies of #773499
Complementary color
Monochromatic Colors of #773499
Black with #773499
Text Example
Text Example
White with #773499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773499; }
p { color: rgb(119,52,153); }
H1.HeaderClassName
{
color: #773499;
}
.AnyTagClassName
{
color: #773499;
}
</style>
background-color css
<style>
a { background-color: #773499; }
a { background-color: rgb(119,52,153); }
div.DivClassName
{
background-color: #773499;
}
.BgClassName
{
background-color: #773499;
}
</style>
border-color css
<style>
span { border-color: #773499; }
span { border-color: rgb(119,52,153); }
td.TdClassName
{
border-color: #773499;
}
.TagClassName
{
border-color: #773499;
}
</style>