Shades of Vivid Violet #7E238B
Tints of Vivid Violet #7E238B
RGB
CMYK
RGB Variations
Color information
#7E238B (or 0x7E238B) is known color: Vivid Violet. HEX triplet: 7E, 23 and 8B. RGB value is (126,35,139). Sum of RGB (Red+Green+Blue) = 126+35+139=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E238B is #81DC74. Grayscale: #494949. Windows color (decimal): -8510581 or 9118590. OLE color: 9118590.
HSL color Cylindrical-coordinate representation of color #7E238B: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E238B is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 35 | 139 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.45 |
| HSL | 292.5º | 0.6% | 0.34% | - |
| HSV(B) | 292.5º | 0.75% | 0.55% | - |
| XYZ | 13.87 | 7.5 | 25.14 | - |
| YUV | 74.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 139 | 0.09 | 0.75 | 0 | 0.45 | 292.5 | 0.6 | 0.34 |
| Hex | 7E | 23 | 8B | 9 | 4B | 0 | 2D | 124 | 3C | 22 |
| Octal | 176 | 43 | 213 | 11 | 113 | 0 | 55 | 444 | 74 | 42 |
| Binary | 1111110 | 100011 | 10001011 | 1001 | 1001011 | 0 | 101101 | 100100100 | 111100 | 100010 |
Color Harmonies of #7E238B
Complementary color
Monochromatic Colors of #7E238B
Black with #7E238B
Text Example
Text Example
White with #7E238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E238B; }
p { color: rgb(126,35,139); }
H1.HeaderClassName
{
color: #7E238B;
}
.AnyTagClassName
{
color: #7E238B;
}
</style>
background-color css
<style>
a { background-color: #7E238B; }
a { background-color: rgb(126,35,139); }
div.DivClassName
{
background-color: #7E238B;
}
.BgClassName
{
background-color: #7E238B;
}
</style>
border-color css
<style>
span { border-color: #7E238B; }
span { border-color: rgb(126,35,139); }
td.TdClassName
{
border-color: #7E238B;
}
.TagClassName
{
border-color: #7E238B;
}
</style>