Shades of Vivid Violet #7E418D
Tints of Vivid Violet #7E418D
RGB
CMYK
RGB Variations
Color information
#7E418D (or 0x7E418D) is known color: Vivid Violet. HEX triplet: 7E, 41 and 8D. RGB value is (126,65,141). Sum of RGB (Red+Green+Blue) = 126+65+141=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E418D is #81BE72. Grayscale: #5B5B5B. Windows color (decimal): -8502899 or 9257342. OLE color: 9257342.
HSL color Cylindrical-coordinate representation of color #7E418D: hue angle of 288.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E418D is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 65 | 141 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.45 |
| HSL | 288.16º | 0.37% | 0.4% | - |
| HSV(B) | 288.16º | 0.54% | 0.55% | - |
| XYZ | 15.3 | 10.14 | 26.35 | - |
| YUV | 91.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 141 | 0.11 | 0.54 | 0 | 0.45 | 288.16 | 0.37 | 0.4 |
| Hex | 7E | 41 | 8D | B | 36 | 0 | 2D | 120 | 25 | 28 |
| Octal | 176 | 101 | 215 | 13 | 66 | 0 | 55 | 440 | 45 | 50 |
| Binary | 1111110 | 1000001 | 10001101 | 1011 | 110110 | 0 | 101101 | 100100000 | 100101 | 101000 |
Color Harmonies of #7E418D
Complementary color
Monochromatic Colors of #7E418D
Black with #7E418D
Text Example
Text Example
White with #7E418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E418D; }
p { color: rgb(126,65,141); }
H1.HeaderClassName
{
color: #7E418D;
}
.AnyTagClassName
{
color: #7E418D;
}
</style>
background-color css
<style>
a { background-color: #7E418D; }
a { background-color: rgb(126,65,141); }
div.DivClassName
{
background-color: #7E418D;
}
.BgClassName
{
background-color: #7E418D;
}
</style>
border-color css
<style>
span { border-color: #7E418D; }
span { border-color: rgb(126,65,141); }
td.TdClassName
{
border-color: #7E418D;
}
.TagClassName
{
border-color: #7E418D;
}
</style>