Shades of Vivid Violet #76328D
Tints of Vivid Violet #76328D
RGB
CMYK
RGB Variations
Color information
#76328D (or 0x76328D) is known color: Vivid Violet. HEX triplet: 76, 32 and 8D. RGB value is (118,50,141). Sum of RGB (Red+Green+Blue) = 118+50+141=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #76328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76328D is #89CD72. Grayscale: #505050. Windows color (decimal): -9031027 or 9253494. OLE color: 9253494.
HSL color Cylindrical-coordinate representation of color #76328D: hue angle of 284.84º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76328D is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 50 | 141 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.45 |
| HSL | 284.84º | 0.48% | 0.37% | - |
| HSV(B) | 284.84º | 0.65% | 0.55% | - |
| XYZ | 13.42 | 8.06 | 26.05 | - |
| YUV | 80.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 141 | 0.16 | 0.65 | 0 | 0.45 | 284.84 | 0.48 | 0.37 |
| Hex | 76 | 32 | 8D | 10 | 41 | 0 | 2D | 11D | 30 | 25 |
| Octal | 166 | 62 | 215 | 20 | 101 | 0 | 55 | 435 | 60 | 45 |
| Binary | 1110110 | 110010 | 10001101 | 10000 | 1000001 | 0 | 101101 | 100011101 | 110000 | 100101 |
Color Harmonies of #76328D
Complementary color
Monochromatic Colors of #76328D
Black with #76328D
Text Example
Text Example
White with #76328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76328D; }
p { color: rgb(118,50,141); }
H1.HeaderClassName
{
color: #76328D;
}
.AnyTagClassName
{
color: #76328D;
}
</style>
background-color css
<style>
a { background-color: #76328D; }
a { background-color: rgb(118,50,141); }
div.DivClassName
{
background-color: #76328D;
}
.BgClassName
{
background-color: #76328D;
}
</style>
border-color css
<style>
span { border-color: #76328D; }
span { border-color: rgb(118,50,141); }
td.TdClassName
{
border-color: #76328D;
}
.TagClassName
{
border-color: #76328D;
}
</style>