Shades of Vivid Violet #76358A
Tints of Vivid Violet #76358A
RGB
CMYK
RGB Variations
Color information
#76358A (or 0x76358A) is known color: Vivid Violet. HEX triplet: 76, 35 and 8A. RGB value is (118,53,138). Sum of RGB (Red+Green+Blue) = 118+53+138=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #76358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76358A is #89CA75. Grayscale: #515151. Windows color (decimal): -9030262 or 9057654. OLE color: 9057654.
HSL color Cylindrical-coordinate representation of color #76358A: hue angle of 285.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76358A is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 53 | 138 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.46 |
| HSL | 285.88º | 0.45% | 0.37% | - |
| HSV(B) | 285.88º | 0.62% | 0.54% | - |
| XYZ | 13.33 | 8.23 | 24.93 | - |
| YUV | 82.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 138 | 0.14 | 0.62 | 0 | 0.46 | 285.88 | 0.45 | 0.37 |
| Hex | 76 | 35 | 8A | E | 3E | 0 | 2E | 11E | 2D | 25 |
| Octal | 166 | 65 | 212 | 16 | 76 | 0 | 56 | 436 | 55 | 45 |
| Binary | 1110110 | 110101 | 10001010 | 1110 | 111110 | 0 | 101110 | 100011110 | 101101 | 100101 |
Color Harmonies of #76358A
Complementary color
Monochromatic Colors of #76358A
Black with #76358A
Text Example
Text Example
White with #76358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76358A; }
p { color: rgb(118,53,138); }
H1.HeaderClassName
{
color: #76358A;
}
.AnyTagClassName
{
color: #76358A;
}
</style>
background-color css
<style>
a { background-color: #76358A; }
a { background-color: rgb(118,53,138); }
div.DivClassName
{
background-color: #76358A;
}
.BgClassName
{
background-color: #76358A;
}
</style>
border-color css
<style>
span { border-color: #76358A; }
span { border-color: rgb(118,53,138); }
td.TdClassName
{
border-color: #76358A;
}
.TagClassName
{
border-color: #76358A;
}
</style>