Shades of Vivid Violet #77328E
Tints of Vivid Violet #77328E
RGB
CMYK
RGB Variations
Color information
#77328E (or 0x77328E) is known color: Vivid Violet. HEX triplet: 77, 32 and 8E. RGB value is (119,50,142). Sum of RGB (Red+Green+Blue) = 119+50+142=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #77328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77328E is #88CD71. Grayscale: #505050. Windows color (decimal): -8965490 or 9319031. OLE color: 9319031.
HSL color Cylindrical-coordinate representation of color #77328E: hue angle of 285º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77328E is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 50 | 142 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.44 |
| HSL | 285º | 0.48% | 0.38% | - |
| HSV(B) | 285º | 0.65% | 0.56% | - |
| XYZ | 13.63 | 8.16 | 26.45 | - |
| YUV | 81.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 142 | 0.16 | 0.65 | 0 | 0.44 | 285 | 0.48 | 0.38 |
| Hex | 77 | 32 | 8E | 10 | 41 | 0 | 2C | 11D | 30 | 26 |
| Octal | 167 | 62 | 216 | 20 | 101 | 0 | 54 | 435 | 60 | 46 |
| Binary | 1110111 | 110010 | 10001110 | 10000 | 1000001 | 0 | 101100 | 100011101 | 110000 | 100110 |
Color Harmonies of #77328E
Complementary color
Monochromatic Colors of #77328E
Black with #77328E
Text Example
Text Example
White with #77328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77328E; }
p { color: rgb(119,50,142); }
H1.HeaderClassName
{
color: #77328E;
}
.AnyTagClassName
{
color: #77328E;
}
</style>
background-color css
<style>
a { background-color: #77328E; }
a { background-color: rgb(119,50,142); }
div.DivClassName
{
background-color: #77328E;
}
.BgClassName
{
background-color: #77328E;
}
</style>
border-color css
<style>
span { border-color: #77328E; }
span { border-color: rgb(119,50,142); }
td.TdClassName
{
border-color: #77328E;
}
.TagClassName
{
border-color: #77328E;
}
</style>