Shades of Vivid Violet #7E3195
Tints of Vivid Violet #7E3195
RGB
CMYK
RGB Variations
Color information
#7E3195 (or 0x7E3195) is known color: Vivid Violet. HEX triplet: 7E, 31 and 95. RGB value is (126,49,149). Sum of RGB (Red+Green+Blue) = 126+49+149=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E3195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3195 is #81CE6A. Grayscale: #535353. Windows color (decimal): -8506987 or 9777534. OLE color: 9777534.
HSL color Cylindrical-coordinate representation of color #7E3195: hue angle of 286.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3195 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 49 | 149 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.42 |
| HSL | 286.2º | 0.51% | 0.39% | - |
| HSV(B) | 286.2º | 0.67% | 0.58% | - |
| XYZ | 15.13 | 8.8 | 29.34 | - |
| YUV | 83.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 149 | 0.15 | 0.67 | 0 | 0.42 | 286.2 | 0.51 | 0.39 |
| Hex | 7E | 31 | 95 | F | 43 | 0 | 2A | 11E | 33 | 27 |
| Octal | 176 | 61 | 225 | 17 | 103 | 0 | 52 | 436 | 63 | 47 |
| Binary | 1111110 | 110001 | 10010101 | 1111 | 1000011 | 0 | 101010 | 100011110 | 110011 | 100111 |
Color Harmonies of #7E3195
Complementary color
Monochromatic Colors of #7E3195
Black with #7E3195
Text Example
Text Example
White with #7E3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3195; }
p { color: rgb(126,49,149); }
H1.HeaderClassName
{
color: #7E3195;
}
.AnyTagClassName
{
color: #7E3195;
}
</style>
background-color css
<style>
a { background-color: #7E3195; }
a { background-color: rgb(126,49,149); }
div.DivClassName
{
background-color: #7E3195;
}
.BgClassName
{
background-color: #7E3195;
}
</style>
border-color css
<style>
span { border-color: #7E3195; }
span { border-color: rgb(126,49,149); }
td.TdClassName
{
border-color: #7E3195;
}
.TagClassName
{
border-color: #7E3195;
}
</style>