Shades of Vivid Violet #773395
Tints of Vivid Violet #773395
RGB
CMYK
RGB Variations
Color information
#773395 (or 0x773395) is known color: Vivid Violet. HEX triplet: 77, 33 and 95. RGB value is (119,51,149). Sum of RGB (Red+Green+Blue) = 119+51+149=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #773395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773395 is #88CC6A. Grayscale: #525252. Windows color (decimal): -8965227 or 9778039. OLE color: 9778039.
HSL color Cylindrical-coordinate representation of color #773395: hue angle of 281.63º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773395 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 51 | 149 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.42 |
| HSL | 281.63º | 0.49% | 0.39% | - |
| HSV(B) | 281.63º | 0.66% | 0.58% | - |
| XYZ | 14.22 | 8.46 | 29.32 | - |
| YUV | 82.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 149 | 0.20 | 0.66 | 0 | 0.42 | 281.63 | 0.49 | 0.39 |
| Hex | 77 | 33 | 95 | 14 | 42 | 0 | 2A | 11A | 31 | 27 |
| Octal | 167 | 63 | 225 | 24 | 102 | 0 | 52 | 432 | 61 | 47 |
| Binary | 1110111 | 110011 | 10010101 | 10100 | 1000010 | 0 | 101010 | 100011010 | 110001 | 100111 |
Color Harmonies of #773395
Complementary color
Monochromatic Colors of #773395
Black with #773395
Text Example
Text Example
White with #773395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773395; }
p { color: rgb(119,51,149); }
H1.HeaderClassName
{
color: #773395;
}
.AnyTagClassName
{
color: #773395;
}
</style>
background-color css
<style>
a { background-color: #773395; }
a { background-color: rgb(119,51,149); }
div.DivClassName
{
background-color: #773395;
}
.BgClassName
{
background-color: #773395;
}
</style>
border-color css
<style>
span { border-color: #773395; }
span { border-color: rgb(119,51,149); }
td.TdClassName
{
border-color: #773395;
}
.TagClassName
{
border-color: #773395;
}
</style>