Shades of Vivid Violet #7E2D8E
Tints of Vivid Violet #7E2D8E
RGB
CMYK
RGB Variations
Color information
#7E2D8E (or 0x7E2D8E) is known color: Vivid Violet. HEX triplet: 7E, 2D and 8E. RGB value is (126,45,142). Sum of RGB (Red+Green+Blue) = 126+45+142=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E2D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2D8E is #81D271. Grayscale: #4F4F4F. Windows color (decimal): -8508018 or 9317758. OLE color: 9317758.
HSL color Cylindrical-coordinate representation of color #7E2D8E: hue angle of 290.1º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E2D8E is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 45 | 142 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.44 |
| HSL | 290.1º | 0.52% | 0.37% | - |
| HSV(B) | 290.1º | 0.68% | 0.56% | - |
| XYZ | 14.43 | 8.27 | 26.43 | - |
| YUV | 80.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 142 | 0.11 | 0.68 | 0 | 0.44 | 290.1 | 0.52 | 0.37 |
| Hex | 7E | 2D | 8E | B | 44 | 0 | 2C | 122 | 34 | 25 |
| Octal | 176 | 55 | 216 | 13 | 104 | 0 | 54 | 442 | 64 | 45 |
| Binary | 1111110 | 101101 | 10001110 | 1011 | 1000100 | 0 | 101100 | 100100010 | 110100 | 100101 |
Color Harmonies of #7E2D8E
Complementary color
Monochromatic Colors of #7E2D8E
Black with #7E2D8E
Text Example
Text Example
White with #7E2D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2D8E; }
p { color: rgb(126,45,142); }
H1.HeaderClassName
{
color: #7E2D8E;
}
.AnyTagClassName
{
color: #7E2D8E;
}
</style>
background-color css
<style>
a { background-color: #7E2D8E; }
a { background-color: rgb(126,45,142); }
div.DivClassName
{
background-color: #7E2D8E;
}
.BgClassName
{
background-color: #7E2D8E;
}
</style>
border-color css
<style>
span { border-color: #7E2D8E; }
span { border-color: rgb(126,45,142); }
td.TdClassName
{
border-color: #7E2D8E;
}
.TagClassName
{
border-color: #7E2D8E;
}
</style>