Shades of Vivid Violet #7E3D8A
Tints of Vivid Violet #7E3D8A
RGB
CMYK
RGB Variations
Color information
#7E3D8A (or 0x7E3D8A) is known color: Vivid Violet. HEX triplet: 7E, 3D and 8A. RGB value is (126,61,138). Sum of RGB (Red+Green+Blue) = 126+61+138=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E3D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3D8A is #81C275. Grayscale: #585858. Windows color (decimal): -8503926 or 9059710. OLE color: 9059710.
HSL color Cylindrical-coordinate representation of color #7E3D8A: hue angle of 290.65º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3D8A is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 61 | 138 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.46 |
| HSL | 290.65º | 0.39% | 0.39% | - |
| HSV(B) | 290.65º | 0.56% | 0.54% | - |
| XYZ | 14.86 | 9.61 | 25.12 | - |
| YUV | 89.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 61 | 138 | 0.09 | 0.56 | 0 | 0.46 | 290.65 | 0.39 | 0.39 |
| Hex | 7E | 3D | 8A | 9 | 38 | 0 | 2E | 123 | 27 | 27 |
| Octal | 176 | 75 | 212 | 11 | 70 | 0 | 56 | 443 | 47 | 47 |
| Binary | 1111110 | 111101 | 10001010 | 1001 | 111000 | 0 | 101110 | 100100011 | 100111 | 100111 |
Color Harmonies of #7E3D8A
Complementary color
Monochromatic Colors of #7E3D8A
Black with #7E3D8A
Text Example
Text Example
White with #7E3D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3D8A; }
p { color: rgb(126,61,138); }
H1.HeaderClassName
{
color: #7E3D8A;
}
.AnyTagClassName
{
color: #7E3D8A;
}
</style>
background-color css
<style>
a { background-color: #7E3D8A; }
a { background-color: rgb(126,61,138); }
div.DivClassName
{
background-color: #7E3D8A;
}
.BgClassName
{
background-color: #7E3D8A;
}
</style>
border-color css
<style>
span { border-color: #7E3D8A; }
span { border-color: rgb(126,61,138); }
td.TdClassName
{
border-color: #7E3D8A;
}
.TagClassName
{
border-color: #7E3D8A;
}
</style>