Shades of Vivid Violet #7E398B
Tints of Vivid Violet #7E398B
RGB
CMYK
RGB Variations
Color information
#7E398B (or 0x7E398B) is known color: Vivid Violet. HEX triplet: 7E, 39 and 8B. RGB value is (126,57,139). Sum of RGB (Red+Green+Blue) = 126+57+139=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E398B is #81C674. Grayscale: #565656. Windows color (decimal): -8504949 or 9124222. OLE color: 9124222.
HSL color Cylindrical-coordinate representation of color #7E398B: hue angle of 290.49º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E398B is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 57 | 139 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.45 |
| HSL | 290.49º | 0.42% | 0.38% | - |
| HSV(B) | 290.49º | 0.59% | 0.55% | - |
| XYZ | 14.73 | 9.23 | 25.43 | - |
| YUV | 86.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 139 | 0.09 | 0.59 | 0 | 0.45 | 290.49 | 0.42 | 0.38 |
| Hex | 7E | 39 | 8B | 9 | 3B | 0 | 2D | 122 | 2A | 26 |
| Octal | 176 | 71 | 213 | 11 | 73 | 0 | 55 | 442 | 52 | 46 |
| Binary | 1111110 | 111001 | 10001011 | 1001 | 111011 | 0 | 101101 | 100100010 | 101010 | 100110 |
Color Harmonies of #7E398B
Complementary color
Monochromatic Colors of #7E398B
Black with #7E398B
Text Example
Text Example
White with #7E398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E398B; }
p { color: rgb(126,57,139); }
H1.HeaderClassName
{
color: #7E398B;
}
.AnyTagClassName
{
color: #7E398B;
}
</style>
background-color css
<style>
a { background-color: #7E398B; }
a { background-color: rgb(126,57,139); }
div.DivClassName
{
background-color: #7E398B;
}
.BgClassName
{
background-color: #7E398B;
}
</style>
border-color css
<style>
span { border-color: #7E398B; }
span { border-color: rgb(126,57,139); }
td.TdClassName
{
border-color: #7E398B;
}
.TagClassName
{
border-color: #7E398B;
}
</style>