COLOR #7E4D9E

HEX: #7E4D9E
RGB: (126,77,158)

Color info

#7E4D9E contains mainly red and blue colors. Web safe color of #7E4D9E is #663399 (or #639).

RGB color model

#7E4D9E color RGB value is (126,77,158).

  • red value is 126;
  • green value is 77;
  • blue value is 158.
RGB:
(126,77,158)
(49%,30%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 77 of 255 = 30%
B 158 of 255 = 62%

126
77
158

R + G + B ~ 47%. #7E4D9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 77 + 158 = 361 (100%)
R 126 of 361 ~ 34.9%
G 77 of 361 ~ 21.33%
B 158 of 361 ~ 43.77%

%34.9
%21.33
%43.77

CMYK color model

#7E4D9E color CMYK value is (20,51,0,38).

  • cyan value is 20.25%
  • magenta value is 51.27%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,51,0,38)
C20M51Y0K38 
(20%,51%,0%,38%)
(0.20/0.51/0.00/0.38)	

CMYK percentages

%20.25
%51.27
%0
%38.04

Codes

Color #7E4D9E in popluar color models

7E4D9E
RGB12677158
HSL276°34.47%46.08%
HSB/HSV276°51.27%61.96%
CMYK20.25%51.27%0.00%
38.04%

Color #7E4D9E in popluar number systems.

HEX7E4D9E
Decimal12677158
Binary1111110100110110011110
Octal176115236

Shades and tints

Shades of #7E4D9E

#7E4D9E
(126,77,158)
#734690
(115,70,144)
#683F82
(104,63,130)
#5D3874
(93,56,116)
#523166
(82,49,102)
#472A58
(71,42,88)
#3C234A
(60,35,74)
#311C3C
(49,28,60)
#26152E
(38,21,46)
#1B0E20
(27,14,32)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #7E4D9E

#7E4D9E
(126,77,158)
#895DA6
(137,93,166)
#946DAE
(148,109,174)
#9F7DB6
(159,125,182)
#AA8DBE
(170,141,190)
#B59DC6
(181,157,198)
#C0ADCE
(192,173,206)
#CBBDD6
(203,189,214)
#D6CDDE
(214,205,222)
#E1DDE6
(225,221,230)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4D9E color. Also use rgb(126,77,158) instead hex code.

Text Font Color

.myTextColor { color: #7E4D9E; }

<p style="color:#7E4D9E">This sample text font color is #7E4D9E.</p>

This text font color is #7E4D9E.


Background Color

.myBgColor { background-color: #7E4D9E; }

<div style="background-color:#7E4D9E">Inner text</div>

This div background color is #7E4D9E.


Border color

.myBorderColor { border: 1px solid #7E4D9E; }

<div style="border:3px solid #7E4D9E">Div</div>

This div border color is #7E4D9E.


Opacity

.myOpacity80 { color: #7E4D9E; opacity: 0.8; }

<p style="color:#7E4D9E;opacity:0.8;">80%</p>

Text with #7E4D9E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E4D9E;}

<p style="text-shadow: 3px 3px 1px #7E4D9E">Text here.</p>

This text has shadow with #7E4D9E color.

.textShadow {text-shadow: 3px 3px 1px #7E4D9E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E4D9E, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E4D9E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E4D9E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E4D9E, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E4D9E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E4D9E;
  -webkit-box-shadow:	1px 1px 3px 2px #7E4D9E;
  box-shadow:		1px 1px 3px 2px #7E4D9E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E4D9E;
-webkit-box-shadow: 1px 1px 3px 2px #7E4D9E;
box-shadow:1px 1px 3px 2px #7E4D9E;">
Div content here</div>
This div box has shadow with color #7E4D9E.

Preview

Color preview on black background

This text has color #7E4D9E on black background.


Color preview on white background

This text has color #7E4D9E on white background.



Black color preview on #7E4D9E background

This text has black color on #7E4D9E background.


White color preview on #7E4D9E background

This text has white color on #7E4D9E background.