Shades of Vivid Violet #773397
Tints of Vivid Violet #773397
RGB
CMYK
RGB Variations
Color information
#773397 (or 0x773397) is known color: Vivid Violet. HEX triplet: 77, 33 and 97. RGB value is (119,51,151). Sum of RGB (Red+Green+Blue) = 119+51+151=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #773397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773397 is #88CC68. Grayscale: #525252. Windows color (decimal): -8965225 or 9909111. OLE color: 9909111.
HSL color Cylindrical-coordinate representation of color #773397: hue angle of 280.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773397 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 51 | 151 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.41 |
| HSL | 280.8º | 0.5% | 0.4% | - |
| HSV(B) | 280.8º | 0.66% | 0.59% | - |
| XYZ | 14.38 | 8.52 | 30.17 | - |
| YUV | 82.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 151 | 0.21 | 0.66 | 0 | 0.41 | 280.8 | 0.5 | 0.4 |
| Hex | 77 | 33 | 97 | 15 | 42 | 0 | 29 | 119 | 32 | 28 |
| Octal | 167 | 63 | 227 | 25 | 102 | 0 | 51 | 431 | 62 | 50 |
| Binary | 1110111 | 110011 | 10010111 | 10101 | 1000010 | 0 | 101001 | 100011001 | 110010 | 101000 |
Color Harmonies of #773397
Complementary color
Monochromatic Colors of #773397
Black with #773397
Text Example
Text Example
White with #773397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773397; }
p { color: rgb(119,51,151); }
H1.HeaderClassName
{
color: #773397;
}
.AnyTagClassName
{
color: #773397;
}
</style>
background-color css
<style>
a { background-color: #773397; }
a { background-color: rgb(119,51,151); }
div.DivClassName
{
background-color: #773397;
}
.BgClassName
{
background-color: #773397;
}
</style>
border-color css
<style>
span { border-color: #773397; }
span { border-color: rgb(119,51,151); }
td.TdClassName
{
border-color: #773397;
}
.TagClassName
{
border-color: #773397;
}
</style>