COLOR #7E4980

HEX: #7E4980
RGB: (126,73,128)

Color info

#7E4980 contains red, green and blue colors in about the same proportion. Web safe color of #7E4980 is #663366 (or #636).

RGB color model

#7E4980 color RGB value is (126,73,128).

  • red value is 126;
  • green value is 73;
  • blue value is 128.
RGB:
(126,73,128)
(49%,29%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 73 of 255 = 29%
B 128 of 255 = 50%

126
73
128

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

Portions of RGB colors in percentages

R + G + B =
126 + 73 + 128 = 327 (100%)
R 126 of 327 ~ 38.53%
G 73 of 327 ~ 22.32%
B 128 of 327 ~ 39.14%

%38.53
%22.32
%39.14

CMYK color model

#7E4980 color CMYK value is (2,43,0,50).

  • cyan value is 1.56%
  • magenta value is 42.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(2,43,0,50)
C2M43Y0K50 
(2%,43%,0%,50%)
(0.02/0.43/0.00/0.50)	

CMYK percentages

%1.56
%42.97
%0
%49.8

Codes

Color #7E4980 in popluar color models

7E4980
RGB12673128
HSL298°27.36%39.41%
HSB/HSV298°42.97%50.20%
CMYK1.56%42.97%0.00%
49.80%

Color #7E4980 in popluar number systems.

HEX7E4980
Decimal12673128
Binary1111110100100110000000
Octal176111200

Shades and tints

Shades of #7E4980

#7E4980
(126,73,128)
#734375
(115,67,117)
#683D6A
(104,61,106)
#5D375F
(93,55,95)
#523154
(82,49,84)
#472B49
(71,43,73)
#3C253E
(60,37,62)
#311F33
(49,31,51)
#261928
(38,25,40)
#1B131D
(27,19,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E4980

#7E4980
(126,73,128)
#89598B
(137,89,139)
#946996
(148,105,150)
#9F79A1
(159,121,161)
#AA89AC
(170,137,172)
#B599B7
(181,153,183)
#C0A9C2
(192,169,194)
#CBB9CD
(203,185,205)
#D6C9D8
(214,201,216)
#E1D9E3
(225,217,227)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4980 color. Also use rgb(126,73,128) instead hex code.

Text Font Color

.myTextColor { color: #7E4980; }

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

This text font color is #7E4980.


Background Color

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

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

This div background color is #7E4980.


Border color

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

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

This div border color is #7E4980.


Opacity

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

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

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

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

This text has shadow with #7E4980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4980 on black background.


Color preview on white background

This text has color #7E4980 on white background.



Black color preview on #7E4980 background

This text has black color on #7E4980 background.


White color preview on #7E4980 background

This text has white color on #7E4980 background.