Shades of Vivid Violet #7E3C9E
Tints of Vivid Violet #7E3C9E
RGB
CMYK
RGB Variations
Color information
#7E3C9E (or 0x7E3C9E) is known color: Vivid Violet. HEX triplet: 7E, 3C and 9E. RGB value is (126,60,158). Sum of RGB (Red+Green+Blue) = 126+60+158=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E3C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3C9E is #81C361. Grayscale: #5A5A5A. Windows color (decimal): -8504162 or 10370174. OLE color: 10370174.
HSL color Cylindrical-coordinate representation of color #7E3C9E: hue angle of 280.41º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3C9E is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 60 | 158 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.38 |
| HSL | 280.41º | 0.45% | 0.43% | - |
| HSV(B) | 280.41º | 0.62% | 0.62% | - |
| XYZ | 16.39 | 10.14 | 33.44 | - |
| YUV | 90.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 158 | 0.20 | 0.62 | 0 | 0.38 | 280.41 | 0.45 | 0.43 |
| Hex | 7E | 3C | 9E | 14 | 3E | 0 | 26 | 118 | 2D | 2B |
| Octal | 176 | 74 | 236 | 24 | 76 | 0 | 46 | 430 | 55 | 53 |
| Binary | 1111110 | 111100 | 10011110 | 10100 | 111110 | 0 | 100110 | 100011000 | 101101 | 101011 |
Color Harmonies of #7E3C9E
Complementary color
Monochromatic Colors of #7E3C9E
Black with #7E3C9E
Text Example
Text Example
White with #7E3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C9E; }
p { color: rgb(126,60,158); }
H1.HeaderClassName
{
color: #7E3C9E;
}
.AnyTagClassName
{
color: #7E3C9E;
}
</style>
background-color css
<style>
a { background-color: #7E3C9E; }
a { background-color: rgb(126,60,158); }
div.DivClassName
{
background-color: #7E3C9E;
}
.BgClassName
{
background-color: #7E3C9E;
}
</style>
border-color css
<style>
span { border-color: #7E3C9E; }
span { border-color: rgb(126,60,158); }
td.TdClassName
{
border-color: #7E3C9E;
}
.TagClassName
{
border-color: #7E3C9E;
}
</style>