Shades of Vivid Violet #7E388D
Tints of Vivid Violet #7E388D
RGB
CMYK
RGB Variations
Color information
#7E388D (or 0x7E388D) is known color: Vivid Violet. HEX triplet: 7E, 38 and 8D. RGB value is (126,56,141). Sum of RGB (Red+Green+Blue) = 126+56+141=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E388D is #81C772. Grayscale: #565656. Windows color (decimal): -8505203 or 9255038. OLE color: 9255038.
HSL color Cylindrical-coordinate representation of color #7E388D: hue angle of 289.41º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E388D is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 56 | 141 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.45 |
| HSL | 289.41º | 0.43% | 0.39% | - |
| HSV(B) | 289.41º | 0.6% | 0.55% | - |
| XYZ | 14.83 | 9.19 | 26.19 | - |
| YUV | 86.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 141 | 0.11 | 0.60 | 0 | 0.45 | 289.41 | 0.43 | 0.39 |
| Hex | 7E | 38 | 8D | B | 3C | 0 | 2D | 121 | 2B | 27 |
| Octal | 176 | 70 | 215 | 13 | 74 | 0 | 55 | 441 | 53 | 47 |
| Binary | 1111110 | 111000 | 10001101 | 1011 | 111100 | 0 | 101101 | 100100001 | 101011 | 100111 |
Color Harmonies of #7E388D
Complementary color
Monochromatic Colors of #7E388D
Black with #7E388D
Text Example
Text Example
White with #7E388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E388D; }
p { color: rgb(126,56,141); }
H1.HeaderClassName
{
color: #7E388D;
}
.AnyTagClassName
{
color: #7E388D;
}
</style>
background-color css
<style>
a { background-color: #7E388D; }
a { background-color: rgb(126,56,141); }
div.DivClassName
{
background-color: #7E388D;
}
.BgClassName
{
background-color: #7E388D;
}
</style>
border-color css
<style>
span { border-color: #7E388D; }
span { border-color: rgb(126,56,141); }
td.TdClassName
{
border-color: #7E388D;
}
.TagClassName
{
border-color: #7E388D;
}
</style>