COLOR #7E4782

HEX: #7E4782
RGB: (126,71,130)

Color info

#7E4782 contains red, green and blue colors in about the same proportion. Web safe color of #7E4782 is #663399 (or #639).

RGB color model

#7E4782 color RGB value is (126,71,130).

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

RGB channels and saturation

R 126 of 255 = 49%
G 71 of 255 = 28%
B 130 of 255 = 51%

126
71
130

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

Portions of RGB colors in percentages

R + G + B =
126 + 71 + 130 = 327 (100%)
R 126 of 327 ~ 38.53%
G 71 of 327 ~ 21.71%
B 130 of 327 ~ 39.76%

%38.53
%21.71
%39.76

CMYK color model

#7E4782 color CMYK value is (3,45,0,49).

  • cyan value is 3.08%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(3,45,0,49)
C3M45Y0K49 
(3%,45%,0%,49%)
(0.03/0.45/0.00/0.49)	

CMYK percentages

%3.08
%45.38
%0
%49.02

Codes

Color #7E4782 in popluar color models

7E4782
RGB12671130
HSL296°29.35%39.41%
HSB/HSV296°45.38%50.98%
CMYK3.08%45.38%0.00%
49.02%

Color #7E4782 in popluar number systems.

HEX7E4782
Decimal12671130
Binary1111110100011110000010
Octal176107202

Shades and tints

Shades of #7E4782

#7E4782
(126,71,130)
#734177
(115,65,119)
#683B6C
(104,59,108)
#5D3561
(93,53,97)
#522F56
(82,47,86)
#47294B
(71,41,75)
#3C2340
(60,35,64)
#311D35
(49,29,53)
#26172A
(38,23,42)
#1B111F
(27,17,31)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #7E4782

#7E4782
(126,71,130)
#89578D
(137,87,141)
#946798
(148,103,152)
#9F77A3
(159,119,163)
#AA87AE
(170,135,174)
#B597B9
(181,151,185)
#C0A7C4
(192,167,196)
#CBB7CF
(203,183,207)
#D6C7DA
(214,199,218)
#E1D7E5
(225,215,229)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4782; }

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

This text font color is #7E4782.


Background Color

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

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

This div background color is #7E4782.


Border color

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

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

This div border color is #7E4782.


Opacity

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

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

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

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

This text has shadow with #7E4782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4782 on black background.


Color preview on white background

This text has color #7E4782 on white background.



Black color preview on #7E4782 background

This text has black color on #7E4782 background.


White color preview on #7E4782 background

This text has white color on #7E4782 background.