Shades of Vivid Violet #773498
Tints of Vivid Violet #773498
RGB
CMYK
RGB Variations
Color information
#773498 (or 0x773498) is known color: Vivid Violet. HEX triplet: 77, 34 and 98. RGB value is (119,52,152). Sum of RGB (Red+Green+Blue) = 119+52+152=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #773498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773498 is #88CB67. Grayscale: #535353. Windows color (decimal): -8964968 or 9974903. OLE color: 9974903.
HSL color Cylindrical-coordinate representation of color #773498: hue angle of 280.2º 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 #773498 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 52 | 152 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.40 |
| HSL | 280.2º | 0.49% | 0.4% | - |
| HSV(B) | 280.2º | 0.66% | 0.6% | - |
| XYZ | 14.5 | 8.64 | 30.61 | - |
| YUV | 83.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 152 | 0.22 | 0.66 | 0 | 0.40 | 280.2 | 0.49 | 0.4 |
| Hex | 77 | 34 | 98 | 16 | 42 | 0 | 28 | 118 | 31 | 28 |
| Octal | 167 | 64 | 230 | 26 | 102 | 0 | 50 | 430 | 61 | 50 |
| Binary | 1110111 | 110100 | 10011000 | 10110 | 1000010 | 0 | 101000 | 100011000 | 110001 | 101000 |
Color Harmonies of #773498
Complementary color
Monochromatic Colors of #773498
Black with #773498
Text Example
Text Example
White with #773498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773498; }
p { color: rgb(119,52,152); }
H1.HeaderClassName
{
color: #773498;
}
.AnyTagClassName
{
color: #773498;
}
</style>
background-color css
<style>
a { background-color: #773498; }
a { background-color: rgb(119,52,152); }
div.DivClassName
{
background-color: #773498;
}
.BgClassName
{
background-color: #773498;
}
</style>
border-color css
<style>
span { border-color: #773498; }
span { border-color: rgb(119,52,152); }
td.TdClassName
{
border-color: #773498;
}
.TagClassName
{
border-color: #773498;
}
</style>