COLOR #7E3E9D

HEX: #7E3E9D RGB: (126,62,157)

Color info

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

RGB color model

#7E3E9D color RGB value is (126,62,157).

RGB: (126,62,157) (49%, 24%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 62 of 255 = 24%
B 157 of 255 = 62%

126
62
157

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

Portions of RGB colors in percentages

R + G + B = 126 + 62 + 157 = 345 (100%)
R 126 of 345 ~ 36.52%
G 62 of 345 ~ 17.97%
B 157 of 345 ~ 45.51'%

%36.52
%17.97
%45.51

CMYK color model

#7E3E9D color CMYK value is (20,61,0,38).

  • cyan value is 19.75%
  • magenta value is 60.51%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (20,61,0,38)
C20M61Y0K38 (20%, 61%, 0%, 38%)
(0.20 / 0.61 / 0.00 / 0.38)

CMYK percentages

%19.75
%60.51
%0
%38.43

Codes

Color #7E3E9D in popluar color models

7E 3E 9D
RGB 126 62 157
HSL 280° 43.38% 42.94%
HSB/HSV 280° 60.51% 61.57%
CMYK 19.75% 60.51% 0.00%
38.43%

Color #7E3E9D in popluar number systems.

HEX 7E 3E 9D
Decimal 126 62 157
Binary 1111110 111110 10011101
Octal 176 76 235

Shades and tints

Shades of #7E3E9D

#7E3E9D
(126,62,157)
#73398F
(115,57,143)
#683481
(104,52,129)
#5D2F73
(93,47,115)
#522A65
(82,42,101)
#472557
(71,37,87)
#3C2049
(60,32,73)
#311B3B
(49,27,59)
#26162D
(38,22,45)
#1B111F
(27,17,31)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #7E3E9D

#7E3E9D
(126,62,157)
#894FA5
(137,79,165)
#9460AD
(148,96,173)
#9F71B5
(159,113,181)
#AA82BD
(170,130,189)
#B593C5
(181,147,197)
#C0A4CD
(192,164,205)
#CBB5D5
(203,181,213)
#D6C6DD
(214,198,221)
#E1D7E5
(225,215,229)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3E9D color. Also use rgb(126,62,157) instead hex code.

Text Font Color

.myTextColor { color: #7E3E9D; }

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

This text font color is #7E3E9D.

Background Color

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

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

This div background color is #7E3E9D.

Border color

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

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

This div border color is #7E3E9D.

Opacity

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

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

Text with #7E3E9D 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 #7E3E9D;}

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

This text has shadow with #7E3E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3E9D.

Preview

Color preview on black background

This text has color #7E3E9D on black background.


Color preview on white background

This text has color #7E3E9D on white background.


Black color preview on #7E3E9D background

This text has black color on #7E3E9D background.


White color preview on #7E3E9D background

This text has white color on #7E3E9D background.


Related colors

Complementary color

Complementary color for #hex is #81C162.


I love getcolorcode.com

Triadic colors

1 #9D7E3E and #3E9D7E with #7E3E9D are triadic colors.

2 #9D3E7E and #3E7E9D with #7E3E9D are triadic colors.