Shades of Vivid Violet #76298D
Tints of Vivid Violet #76298D
RGB
CMYK
RGB Variations
Color information
#76298D (or 0x76298D) is known color: Vivid Violet. HEX triplet: 76, 29 and 8D. RGB value is (118,41,141). Sum of RGB (Red+Green+Blue) = 118+41+141=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #76298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76298D is #89D672. Grayscale: #4B4B4B. Windows color (decimal): -9033331 or 9251190. OLE color: 9251190.
HSL color Cylindrical-coordinate representation of color #76298D: hue angle of 286.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76298D is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 41 | 141 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.45 |
| HSL | 286.2º | 0.55% | 0.36% | - |
| HSV(B) | 286.2º | 0.71% | 0.55% | - |
| XYZ | 13.07 | 7.36 | 25.93 | - |
| YUV | 75.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 141 | 0.16 | 0.71 | 0 | 0.45 | 286.2 | 0.55 | 0.36 |
| Hex | 76 | 29 | 8D | 10 | 47 | 0 | 2D | 11E | 37 | 24 |
| Octal | 166 | 51 | 215 | 20 | 107 | 0 | 55 | 436 | 67 | 44 |
| Binary | 1110110 | 101001 | 10001101 | 10000 | 1000111 | 0 | 101101 | 100011110 | 110111 | 100100 |
Color Harmonies of #76298D
Complementary color
Monochromatic Colors of #76298D
Black with #76298D
Text Example
Text Example
White with #76298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76298D; }
p { color: rgb(118,41,141); }
H1.HeaderClassName
{
color: #76298D;
}
.AnyTagClassName
{
color: #76298D;
}
</style>
background-color css
<style>
a { background-color: #76298D; }
a { background-color: rgb(118,41,141); }
div.DivClassName
{
background-color: #76298D;
}
.BgClassName
{
background-color: #76298D;
}
</style>
border-color css
<style>
span { border-color: #76298D; }
span { border-color: rgb(118,41,141); }
td.TdClassName
{
border-color: #76298D;
}
.TagClassName
{
border-color: #76298D;
}
</style>