Shades of Vivid Violet #773D8A
Tints of Vivid Violet #773D8A
RGB
CMYK
RGB Variations
Color information
#773D8A (or 0x773D8A) is known color: Vivid Violet. HEX triplet: 77, 3D and 8A. RGB value is (119,61,138). Sum of RGB (Red+Green+Blue) = 119+61+138=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #773D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D8A is #88C275. Grayscale: #565656. Windows color (decimal): -8962678 or 9059703. OLE color: 9059703.
HSL color Cylindrical-coordinate representation of color #773D8A: hue angle of 285.19º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773D8A is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 61 | 138 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.46 |
| HSL | 285.19º | 0.39% | 0.39% | - |
| HSV(B) | 285.19º | 0.56% | 0.54% | - |
| XYZ | 13.86 | 9.09 | 25.07 | - |
| YUV | 87.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 138 | 0.14 | 0.56 | 0 | 0.46 | 285.19 | 0.39 | 0.39 |
| Hex | 77 | 3D | 8A | E | 38 | 0 | 2E | 11D | 27 | 27 |
| Octal | 167 | 75 | 212 | 16 | 70 | 0 | 56 | 435 | 47 | 47 |
| Binary | 1110111 | 111101 | 10001010 | 1110 | 111000 | 0 | 101110 | 100011101 | 100111 | 100111 |
Color Harmonies of #773D8A
Complementary color
Monochromatic Colors of #773D8A
Black with #773D8A
Text Example
Text Example
White with #773D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D8A; }
p { color: rgb(119,61,138); }
H1.HeaderClassName
{
color: #773D8A;
}
.AnyTagClassName
{
color: #773D8A;
}
</style>
background-color css
<style>
a { background-color: #773D8A; }
a { background-color: rgb(119,61,138); }
div.DivClassName
{
background-color: #773D8A;
}
.BgClassName
{
background-color: #773D8A;
}
</style>
border-color css
<style>
span { border-color: #773D8A; }
span { border-color: rgb(119,61,138); }
td.TdClassName
{
border-color: #773D8A;
}
.TagClassName
{
border-color: #773D8A;
}
</style>