COLOR #7E4382

HEX: #7E4382
RGB: (126,67,130)

Color info

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

RGB color model

#7E4382 color RGB value is (126,67,130).

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

RGB channels and saturation

R 126 of 255 = 49%
G 67 of 255 = 26%
B 130 of 255 = 51%

126
67
130

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

Portions of RGB colors in percentages

R + G + B =
126 + 67 + 130 = 323 (100%)
R 126 of 323 ~ 39.01%
G 67 of 323 ~ 20.74%
B 130 of 323 ~ 40.25%

%39.01
%20.74
%40.25

CMYK color model

#7E4382 color CMYK value is (3,48,0,49).

  • cyan value is 3.08%
  • magenta value is 48.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(3,48,0,49)
C3M48Y0K49 
(3%,48%,0%,49%)
(0.03/0.48/0.00/0.49)	

CMYK percentages

%3.08
%48.46
%0
%49.02

Codes

Color #7E4382 in popluar color models

7E4382
RGB12667130
HSL296°31.98%38.63%
HSB/HSV296°48.46%50.98%
CMYK3.08%48.46%0.00%
49.02%

Color #7E4382 in popluar number systems.

HEX7E4382
Decimal12667130
Binary1111110100001110000010
Octal176103202

Shades and tints

Shades of #7E4382

#7E4382
(126,67,130)
#733D77
(115,61,119)
#68376C
(104,55,108)
#5D3161
(93,49,97)
#522B56
(82,43,86)
#47254B
(71,37,75)
#3C1F40
(60,31,64)
#311935
(49,25,53)
#26132A
(38,19,42)
#1B0D1F
(27,13,31)
#100714
(16,7,20)
#000000
(0,0,0)

Tints of #7E4382

#7E4382
(126,67,130)
#89548D
(137,84,141)
#946598
(148,101,152)
#9F76A3
(159,118,163)
#AA87AE
(170,135,174)
#B598B9
(181,152,185)
#C0A9C4
(192,169,196)
#CBBACF
(203,186,207)
#D6CBDA
(214,203,218)
#E1DCE5
(225,220,229)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4382; }

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

This text font color is #7E4382.


Background Color

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

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

This div background color is #7E4382.


Border color

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

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

This div border color is #7E4382.


Opacity

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

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

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

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

This text has shadow with #7E4382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4382 on black background.


Color preview on white background

This text has color #7E4382 on white background.



Black color preview on #7E4382 background

This text has black color on #7E4382 background.


White color preview on #7E4382 background

This text has white color on #7E4382 background.