Shades of Vivid Violet #7E3A8A
Tints of Vivid Violet #7E3A8A
RGB
CMYK
RGB Variations
Color information
#7E3A8A (or 0x7E3A8A) is known color: Vivid Violet. HEX triplet: 7E, 3A and 8A. RGB value is (126,58,138). Sum of RGB (Red+Green+Blue) = 126+58+138=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E3A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3A8A is #81C575. Grayscale: #575757. Windows color (decimal): -8504694 or 9058942. OLE color: 9058942.
HSL color Cylindrical-coordinate representation of color #7E3A8A: hue angle of 291º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3A8A is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 58 | 138 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.46 |
| HSL | 291º | 0.41% | 0.38% | - |
| HSV(B) | 291º | 0.58% | 0.54% | - |
| XYZ | 14.7 | 9.3 | 25.06 | - |
| YUV | 87.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 138 | 0.09 | 0.58 | 0 | 0.46 | 291 | 0.41 | 0.38 |
| Hex | 7E | 3A | 8A | 9 | 3A | 0 | 2E | 123 | 29 | 26 |
| Octal | 176 | 72 | 212 | 11 | 72 | 0 | 56 | 443 | 51 | 46 |
| Binary | 1111110 | 111010 | 10001010 | 1001 | 111010 | 0 | 101110 | 100100011 | 101001 | 100110 |
Color Harmonies of #7E3A8A
Complementary color
Monochromatic Colors of #7E3A8A
Black with #7E3A8A
Text Example
Text Example
White with #7E3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A8A; }
p { color: rgb(126,58,138); }
H1.HeaderClassName
{
color: #7E3A8A;
}
.AnyTagClassName
{
color: #7E3A8A;
}
</style>
background-color css
<style>
a { background-color: #7E3A8A; }
a { background-color: rgb(126,58,138); }
div.DivClassName
{
background-color: #7E3A8A;
}
.BgClassName
{
background-color: #7E3A8A;
}
</style>
border-color css
<style>
span { border-color: #7E3A8A; }
span { border-color: rgb(126,58,138); }
td.TdClassName
{
border-color: #7E3A8A;
}
.TagClassName
{
border-color: #7E3A8A;
}
</style>