Shades of Vivid Violet #76328F
Tints of Vivid Violet #76328F
RGB
CMYK
RGB Variations
Color information
#76328F (or 0x76328F) is known color: Vivid Violet. HEX triplet: 76, 32 and 8F. RGB value is (118,50,143). Sum of RGB (Red+Green+Blue) = 118+50+143=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #76328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76328F is #89CD70. Grayscale: #505050. Windows color (decimal): -9031025 or 9384566. OLE color: 9384566.
HSL color Cylindrical-coordinate representation of color #76328F: hue angle of 283.87º 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 #76328F is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 50 | 143 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.44 |
| HSL | 283.87º | 0.48% | 0.38% | - |
| HSV(B) | 283.87º | 0.65% | 0.56% | - |
| XYZ | 13.57 | 8.12 | 26.84 | - |
| YUV | 80.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 143 | 0.17 | 0.65 | 0 | 0.44 | 283.87 | 0.48 | 0.38 |
| Hex | 76 | 32 | 8F | 11 | 41 | 0 | 2C | 11C | 30 | 26 |
| Octal | 166 | 62 | 217 | 21 | 101 | 0 | 54 | 434 | 60 | 46 |
| Binary | 1110110 | 110010 | 10001111 | 10001 | 1000001 | 0 | 101100 | 100011100 | 110000 | 100110 |
Color Harmonies of #76328F
Complementary color
Monochromatic Colors of #76328F
Black with #76328F
Text Example
Text Example
White with #76328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76328F; }
p { color: rgb(118,50,143); }
H1.HeaderClassName
{
color: #76328F;
}
.AnyTagClassName
{
color: #76328F;
}
</style>
background-color css
<style>
a { background-color: #76328F; }
a { background-color: rgb(118,50,143); }
div.DivClassName
{
background-color: #76328F;
}
.BgClassName
{
background-color: #76328F;
}
</style>
border-color css
<style>
span { border-color: #76328F; }
span { border-color: rgb(118,50,143); }
td.TdClassName
{
border-color: #76328F;
}
.TagClassName
{
border-color: #76328F;
}
</style>