Shades of Vivid Violet #76368C
Tints of Vivid Violet #76368C
RGB
CMYK
RGB Variations
Color information
#76368C (or 0x76368C) is known color: Vivid Violet. HEX triplet: 76, 36 and 8C. RGB value is (118,54,140). Sum of RGB (Red+Green+Blue) = 118+54+140=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #76368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76368C is #89C973. Grayscale: #525252. Windows color (decimal): -9030004 or 9188982. OLE color: 9188982.
HSL color Cylindrical-coordinate representation of color #76368C: hue angle of 284.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76368C is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 54 | 140 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.45 |
| HSL | 284.65º | 0.44% | 0.38% | - |
| HSV(B) | 284.65º | 0.61% | 0.55% | - |
| XYZ | 13.52 | 8.38 | 25.72 | - |
| YUV | 82.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 140 | 0.16 | 0.61 | 0 | 0.45 | 284.65 | 0.44 | 0.38 |
| Hex | 76 | 36 | 8C | 10 | 3D | 0 | 2D | 11D | 2C | 26 |
| Octal | 166 | 66 | 214 | 20 | 75 | 0 | 55 | 435 | 54 | 46 |
| Binary | 1110110 | 110110 | 10001100 | 10000 | 111101 | 0 | 101101 | 100011101 | 101100 | 100110 |
Color Harmonies of #76368C
Complementary color
Monochromatic Colors of #76368C
Black with #76368C
Text Example
Text Example
White with #76368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76368C; }
p { color: rgb(118,54,140); }
H1.HeaderClassName
{
color: #76368C;
}
.AnyTagClassName
{
color: #76368C;
}
</style>
background-color css
<style>
a { background-color: #76368C; }
a { background-color: rgb(118,54,140); }
div.DivClassName
{
background-color: #76368C;
}
.BgClassName
{
background-color: #76368C;
}
</style>
border-color css
<style>
span { border-color: #76368C; }
span { border-color: rgb(118,54,140); }
td.TdClassName
{
border-color: #76368C;
}
.TagClassName
{
border-color: #76368C;
}
</style>