Shades of Vivid Violet #7E398A
Tints of Vivid Violet #7E398A
RGB
CMYK
RGB Variations
Color information
#7E398A (or 0x7E398A) is known color: Vivid Violet. HEX triplet: 7E, 39 and 8A. RGB value is (126,57,138). Sum of RGB (Red+Green+Blue) = 126+57+138=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E398A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E398A is #81C675. Grayscale: #565656. Windows color (decimal): -8504950 or 9058686. OLE color: 9058686.
HSL color Cylindrical-coordinate representation of color #7E398A: hue angle of 291.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E398A is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 57 | 138 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.46 |
| HSL | 291.11º | 0.42% | 0.38% | - |
| HSV(B) | 291.11º | 0.59% | 0.54% | - |
| XYZ | 14.65 | 9.2 | 25.05 | - |
| YUV | 86.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 138 | 0.09 | 0.59 | 0 | 0.46 | 291.11 | 0.42 | 0.38 |
| Hex | 7E | 39 | 8A | 9 | 3B | 0 | 2E | 123 | 2A | 26 |
| Octal | 176 | 71 | 212 | 11 | 73 | 0 | 56 | 443 | 52 | 46 |
| Binary | 1111110 | 111001 | 10001010 | 1001 | 111011 | 0 | 101110 | 100100011 | 101010 | 100110 |
Color Harmonies of #7E398A
Complementary color
Monochromatic Colors of #7E398A
Black with #7E398A
Text Example
Text Example
White with #7E398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E398A; }
p { color: rgb(126,57,138); }
H1.HeaderClassName
{
color: #7E398A;
}
.AnyTagClassName
{
color: #7E398A;
}
</style>
background-color css
<style>
a { background-color: #7E398A; }
a { background-color: rgb(126,57,138); }
div.DivClassName
{
background-color: #7E398A;
}
.BgClassName
{
background-color: #7E398A;
}
</style>
border-color css
<style>
span { border-color: #7E398A; }
span { border-color: rgb(126,57,138); }
td.TdClassName
{
border-color: #7E398A;
}
.TagClassName
{
border-color: #7E398A;
}
</style>