Shades of Vivid Violet #7E438D
Tints of Vivid Violet #7E438D
RGB
CMYK
RGB Variations
Color information
#7E438D (or 0x7E438D) is known color: Vivid Violet. HEX triplet: 7E, 43 and 8D. RGB value is (126,67,141). Sum of RGB (Red+Green+Blue) = 126+67+141=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E438D is #81BC72. Grayscale: #5C5C5C. Windows color (decimal): -8502387 or 9257854. OLE color: 9257854.
HSL color Cylindrical-coordinate representation of color #7E438D: hue angle of 287.84º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E438D is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 67 | 141 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.45 |
| HSL | 287.84º | 0.36% | 0.41% | - |
| HSV(B) | 287.84º | 0.52% | 0.55% | - |
| XYZ | 15.42 | 10.37 | 26.39 | - |
| YUV | 93.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 141 | 0.11 | 0.52 | 0 | 0.45 | 287.84 | 0.36 | 0.41 |
| Hex | 7E | 43 | 8D | B | 34 | 0 | 2D | 120 | 24 | 29 |
| Octal | 176 | 103 | 215 | 13 | 64 | 0 | 55 | 440 | 44 | 51 |
| Binary | 1111110 | 1000011 | 10001101 | 1011 | 110100 | 0 | 101101 | 100100000 | 100100 | 101001 |
Color Harmonies of #7E438D
Complementary color
Monochromatic Colors of #7E438D
Black with #7E438D
Text Example
Text Example
White with #7E438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E438D; }
p { color: rgb(126,67,141); }
H1.HeaderClassName
{
color: #7E438D;
}
.AnyTagClassName
{
color: #7E438D;
}
</style>
background-color css
<style>
a { background-color: #7E438D; }
a { background-color: rgb(126,67,141); }
div.DivClassName
{
background-color: #7E438D;
}
.BgClassName
{
background-color: #7E438D;
}
</style>
border-color css
<style>
span { border-color: #7E438D; }
span { border-color: rgb(126,67,141); }
td.TdClassName
{
border-color: #7E438D;
}
.TagClassName
{
border-color: #7E438D;
}
</style>