Shades of Vivid Violet #7E238E
Tints of Vivid Violet #7E238E
RGB
CMYK
RGB Variations
Color information
#7E238E (or 0x7E238E) is known color: Vivid Violet. HEX triplet: 7E, 23 and 8E. RGB value is (126,35,142). Sum of RGB (Red+Green+Blue) = 126+35+142=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E238E is #81DC71. Grayscale: #4A4A4A. Windows color (decimal): -8510578 or 9315198. OLE color: 9315198.
HSL color Cylindrical-coordinate representation of color #7E238E: hue angle of 291.03º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E238E is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 35 | 142 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.44 |
| HSL | 291.03º | 0.6% | 0.35% | - |
| HSV(B) | 291.03º | 0.75% | 0.56% | - |
| XYZ | 14.09 | 7.59 | 26.31 | - |
| YUV | 74.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 142 | 0.11 | 0.75 | 0 | 0.44 | 291.03 | 0.6 | 0.35 |
| Hex | 7E | 23 | 8E | B | 4B | 0 | 2C | 123 | 3C | 23 |
| Octal | 176 | 43 | 216 | 13 | 113 | 0 | 54 | 443 | 74 | 43 |
| Binary | 1111110 | 100011 | 10001110 | 1011 | 1001011 | 0 | 101100 | 100100011 | 111100 | 100011 |
Color Harmonies of #7E238E
Complementary color
Monochromatic Colors of #7E238E
Black with #7E238E
Text Example
Text Example
White with #7E238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E238E; }
p { color: rgb(126,35,142); }
H1.HeaderClassName
{
color: #7E238E;
}
.AnyTagClassName
{
color: #7E238E;
}
</style>
background-color css
<style>
a { background-color: #7E238E; }
a { background-color: rgb(126,35,142); }
div.DivClassName
{
background-color: #7E238E;
}
.BgClassName
{
background-color: #7E238E;
}
</style>
border-color css
<style>
span { border-color: #7E238E; }
span { border-color: rgb(126,35,142); }
td.TdClassName
{
border-color: #7E238E;
}
.TagClassName
{
border-color: #7E238E;
}
</style>