Shades of Vivid Violet #773A93
Tints of Vivid Violet #773A93
RGB
CMYK
RGB Variations
Color information
#773A93 (or 0x773A93) is known color: Vivid Violet. HEX triplet: 77, 3A and 93. RGB value is (119,58,147). Sum of RGB (Red+Green+Blue) = 119+58+147=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #773A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773A93 is #88C56C. Grayscale: #565656. Windows color (decimal): -8963437 or 9648759. OLE color: 9648759.
HSL color Cylindrical-coordinate representation of color #773A93: hue angle of 281.12º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773A93 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 58 | 147 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.42 |
| HSL | 281.12º | 0.43% | 0.4% | - |
| HSV(B) | 281.12º | 0.61% | 0.58% | - |
| XYZ | 14.39 | 9.05 | 28.59 | - |
| YUV | 86.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 147 | 0.19 | 0.61 | 0 | 0.42 | 281.12 | 0.43 | 0.4 |
| Hex | 77 | 3A | 93 | 13 | 3D | 0 | 2A | 119 | 2B | 28 |
| Octal | 167 | 72 | 223 | 23 | 75 | 0 | 52 | 431 | 53 | 50 |
| Binary | 1110111 | 111010 | 10010011 | 10011 | 111101 | 0 | 101010 | 100011001 | 101011 | 101000 |
Color Harmonies of #773A93
Complementary color
Monochromatic Colors of #773A93
Black with #773A93
Text Example
Text Example
White with #773A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A93; }
p { color: rgb(119,58,147); }
H1.HeaderClassName
{
color: #773A93;
}
.AnyTagClassName
{
color: #773A93;
}
</style>
background-color css
<style>
a { background-color: #773A93; }
a { background-color: rgb(119,58,147); }
div.DivClassName
{
background-color: #773A93;
}
.BgClassName
{
background-color: #773A93;
}
</style>
border-color css
<style>
span { border-color: #773A93; }
span { border-color: rgb(119,58,147); }
td.TdClassName
{
border-color: #773A93;
}
.TagClassName
{
border-color: #773A93;
}
</style>