COLOR #7E3982

HEX: #7E3982
RGB: (126,57,130)

Color info

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

RGB color model

#7E3982 color RGB value is (126,57,130).

  • red value is 126;
  • green value is 57;
  • blue value is 130.
RGB:
(126,57,130)
(49%,22%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 57 of 255 = 22%
B 130 of 255 = 51%

126
57
130

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

Portions of RGB colors in percentages

R + G + B =
126 + 57 + 130 = 313 (100%)
R 126 of 313 ~ 40.26%
G 57 of 313 ~ 18.21%
B 130 of 313 ~ 41.53%

%40.26
%18.21
%41.53

CMYK color model

#7E3982 color CMYK value is (3,56,0,49).

  • cyan value is 3.08%
  • magenta value is 56.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(3,56,0,49)
C3M56Y0K49 
(3%,56%,0%,49%)
(0.03/0.56/0.00/0.49)	

CMYK percentages

%3.08
%56.15
%0
%49.02

Codes

Color #7E3982 in popluar color models

7E3982
RGB12657130
HSL297°39.04%36.67%
HSB/HSV297°56.15%50.98%
CMYK3.08%56.15%0.00%
49.02%

Color #7E3982 in popluar number systems.

HEX7E3982
Decimal12657130
Binary111111011100110000010
Octal17671202

Shades and tints

Shades of #7E3982

#7E3982
(126,57,130)
#733477
(115,52,119)
#682F6C
(104,47,108)
#5D2A61
(93,42,97)
#522556
(82,37,86)
#47204B
(71,32,75)
#3C1B40
(60,27,64)
#311635
(49,22,53)
#26112A
(38,17,42)
#1B0C1F
(27,12,31)
#100714
(16,7,20)
#000000
(0,0,0)

Tints of #7E3982

#7E3982
(126,57,130)
#894B8D
(137,75,141)
#945D98
(148,93,152)
#9F6FA3
(159,111,163)
#AA81AE
(170,129,174)
#B593B9
(181,147,185)
#C0A5C4
(192,165,196)
#CBB7CF
(203,183,207)
#D6C9DA
(214,201,218)
#E1DBE5
(225,219,229)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3982 color. Also use rgb(126,57,130) instead hex code.

Text Font Color

.myTextColor { color: #7E3982; }

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

This text font color is #7E3982.


Background Color

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

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

This div background color is #7E3982.


Border color

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

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

This div border color is #7E3982.


Opacity

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

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

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

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

This text has shadow with #7E3982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3982 on black background.


Color preview on white background

This text has color #7E3982 on white background.



Black color preview on #7E3982 background

This text has black color on #7E3982 background.


White color preview on #7E3982 background

This text has white color on #7E3982 background.