Shades of Vivid Violet #773984
Tints of Vivid Violet #773984
RGB
CMYK
RGB Variations
Color information
#773984 (or 0x773984) is known color: Vivid Violet. HEX triplet: 77, 39 and 84. RGB value is (119,57,132). Sum of RGB (Red+Green+Blue) = 119+57+132=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #773984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773984 is #88C67B. Grayscale: #535353. Windows color (decimal): -8963708 or 8665463. OLE color: 8665463.
HSL color Cylindrical-coordinate representation of color #773984: hue angle of 289.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773984 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 57 | 132 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.48 |
| HSL | 289.6º | 0.4% | 0.37% | - |
| HSV(B) | 289.6º | 0.57% | 0.52% | - |
| XYZ | 13.24 | 8.51 | 22.78 | - |
| YUV | 84.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 132 | 0.10 | 0.57 | 0 | 0.48 | 289.6 | 0.4 | 0.37 |
| Hex | 77 | 39 | 84 | A | 39 | 0 | 30 | 122 | 28 | 25 |
| Octal | 167 | 71 | 204 | 12 | 71 | 0 | 60 | 442 | 50 | 45 |
| Binary | 1110111 | 111001 | 10000100 | 1010 | 111001 | 0 | 110000 | 100100010 | 101000 | 100101 |
Color Harmonies of #773984
Complementary color
Monochromatic Colors of #773984
Black with #773984
Text Example
Text Example
White with #773984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773984; }
p { color: rgb(119,57,132); }
H1.HeaderClassName
{
color: #773984;
}
.AnyTagClassName
{
color: #773984;
}
</style>
background-color css
<style>
a { background-color: #773984; }
a { background-color: rgb(119,57,132); }
div.DivClassName
{
background-color: #773984;
}
.BgClassName
{
background-color: #773984;
}
</style>
border-color css
<style>
span { border-color: #773984; }
span { border-color: rgb(119,57,132); }
td.TdClassName
{
border-color: #773984;
}
.TagClassName
{
border-color: #773984;
}
</style>