Shades of Vivid Violet #7E328D
Tints of Vivid Violet #7E328D
RGB
CMYK
RGB Variations
Color information
#7E328D (or 0x7E328D) is known color: Vivid Violet. HEX triplet: 7E, 32 and 8D. RGB value is (126,50,141). Sum of RGB (Red+Green+Blue) = 126+50+141=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E328D is #81CD72. Grayscale: #525252. Windows color (decimal): -8506739 or 9253502. OLE color: 9253502.
HSL color Cylindrical-coordinate representation of color #7E328D: hue angle of 290.11º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E328D is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 50 | 141 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.45 |
| HSL | 290.11º | 0.48% | 0.37% | - |
| HSV(B) | 290.11º | 0.65% | 0.55% | - |
| XYZ | 14.55 | 8.64 | 26.1 | - |
| YUV | 83.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 141 | 0.11 | 0.65 | 0 | 0.45 | 290.11 | 0.48 | 0.37 |
| Hex | 7E | 32 | 8D | B | 41 | 0 | 2D | 122 | 30 | 25 |
| Octal | 176 | 62 | 215 | 13 | 101 | 0 | 55 | 442 | 60 | 45 |
| Binary | 1111110 | 110010 | 10001101 | 1011 | 1000001 | 0 | 101101 | 100100010 | 110000 | 100101 |
Color Harmonies of #7E328D
Complementary color
Monochromatic Colors of #7E328D
Black with #7E328D
Text Example
Text Example
White with #7E328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E328D; }
p { color: rgb(126,50,141); }
H1.HeaderClassName
{
color: #7E328D;
}
.AnyTagClassName
{
color: #7E328D;
}
</style>
background-color css
<style>
a { background-color: #7E328D; }
a { background-color: rgb(126,50,141); }
div.DivClassName
{
background-color: #7E328D;
}
.BgClassName
{
background-color: #7E328D;
}
</style>
border-color css
<style>
span { border-color: #7E328D; }
span { border-color: rgb(126,50,141); }
td.TdClassName
{
border-color: #7E328D;
}
.TagClassName
{
border-color: #7E328D;
}
</style>