Shades of Vivid Violet #76308C
Tints of Vivid Violet #76308C
RGB
CMYK
RGB Variations
Color information
#76308C (or 0x76308C) is known color: Vivid Violet. HEX triplet: 76, 30 and 8C. RGB value is (118,48,140). Sum of RGB (Red+Green+Blue) = 118+48+140=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #76308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76308C is #89CF73. Grayscale: #4F4F4F. Windows color (decimal): -9031540 or 9187446. OLE color: 9187446.
HSL color Cylindrical-coordinate representation of color #76308C: hue angle of 285.65º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76308C is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 48 | 140 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.45 |
| HSL | 285.65º | 0.49% | 0.37% | - |
| HSV(B) | 285.65º | 0.66% | 0.55% | - |
| XYZ | 13.26 | 7.86 | 25.63 | - |
| YUV | 79.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 140 | 0.16 | 0.66 | 0 | 0.45 | 285.65 | 0.49 | 0.37 |
| Hex | 76 | 30 | 8C | 10 | 42 | 0 | 2D | 11E | 31 | 25 |
| Octal | 166 | 60 | 214 | 20 | 102 | 0 | 55 | 436 | 61 | 45 |
| Binary | 1110110 | 110000 | 10001100 | 10000 | 1000010 | 0 | 101101 | 100011110 | 110001 | 100101 |
Color Harmonies of #76308C
Complementary color
Monochromatic Colors of #76308C
Black with #76308C
Text Example
Text Example
White with #76308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76308C; }
p { color: rgb(118,48,140); }
H1.HeaderClassName
{
color: #76308C;
}
.AnyTagClassName
{
color: #76308C;
}
</style>
background-color css
<style>
a { background-color: #76308C; }
a { background-color: rgb(118,48,140); }
div.DivClassName
{
background-color: #76308C;
}
.BgClassName
{
background-color: #76308C;
}
</style>
border-color css
<style>
span { border-color: #76308C; }
span { border-color: rgb(118,48,140); }
td.TdClassName
{
border-color: #76308C;
}
.TagClassName
{
border-color: #76308C;
}
</style>