Shades of Vivid Violet #76329C
Tints of Vivid Violet #76329C
RGB
CMYK
RGB Variations
Color information
#76329C (or 0x76329C) is known color: Vivid Violet. HEX triplet: 76, 32 and 9C. RGB value is (118,50,156). Sum of RGB (Red+Green+Blue) = 118+50+156=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #76329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76329C is #89CD63. Grayscale: #525252. Windows color (decimal): -9031012 or 10236534. OLE color: 10236534.
HSL color Cylindrical-coordinate representation of color #76329C: hue angle of 278.49º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76329C is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 50 | 156 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.39 |
| HSL | 278.49º | 0.51% | 0.4% | - |
| HSV(B) | 278.49º | 0.68% | 0.61% | - |
| XYZ | 14.61 | 8.53 | 32.33 | - |
| YUV | 82.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 156 | 0.24 | 0.68 | 0 | 0.39 | 278.49 | 0.51 | 0.4 |
| Hex | 76 | 32 | 9C | 18 | 44 | 0 | 27 | 116 | 33 | 28 |
| Octal | 166 | 62 | 234 | 30 | 104 | 0 | 47 | 426 | 63 | 50 |
| Binary | 1110110 | 110010 | 10011100 | 11000 | 1000100 | 0 | 100111 | 100010110 | 110011 | 101000 |
Color Harmonies of #76329C
Complementary color
Monochromatic Colors of #76329C
Black with #76329C
Text Example
Text Example
White with #76329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76329C; }
p { color: rgb(118,50,156); }
H1.HeaderClassName
{
color: #76329C;
}
.AnyTagClassName
{
color: #76329C;
}
</style>
background-color css
<style>
a { background-color: #76329C; }
a { background-color: rgb(118,50,156); }
div.DivClassName
{
background-color: #76329C;
}
.BgClassName
{
background-color: #76329C;
}
</style>
border-color css
<style>
span { border-color: #76329C; }
span { border-color: rgb(118,50,156); }
td.TdClassName
{
border-color: #76329C;
}
.TagClassName
{
border-color: #76329C;
}
</style>