COLOR #7E4389

HEX: #7E4389 RGB: (126,67,137)

Color info

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

RGB color model

#7E4389 color RGB value is (126,67,137).

RGB: (126,67,137) (49%, 26%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 67 of 255 = 26%
B 137 of 255 = 54%

126
67
137

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

Portions of RGB colors in percentages

R + G + B = 126 + 67 + 137 = 330 (100%)
R 126 of 330 ~ 38.18%
G 67 of 330 ~ 20.3%
B 137 of 330 ~ 41.52'%

%38.18
%20.3
%41.52

CMYK color model

#7E4389 color CMYK value is (8,51,0,46).

  • cyan value is 8.03%
  • magenta value is 51.09%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (8,51,0,46)
C8M51Y0K46 (8%, 51%, 0%, 46%)
(0.08 / 0.51 / 0.00 / 0.46)

CMYK percentages

%8.03
%51.09
%0
%46.27

Codes

Color #7E4389 in popluar color models

7E 43 89
RGB 126 67 137
HSL 291° 34.31% 40.00%
HSB/HSV 291° 51.09% 53.73%
CMYK 8.03% 51.09% 0.00%
46.27%

Color #7E4389 in popluar number systems.

HEX 7E 43 89
Decimal 126 67 137
Binary 1111110 1000011 10001001
Octal 176 103 211

Shades and tints

Shades of #7E4389

#7E4389
(126,67,137)
#733D7D
(115,61,125)
#683771
(104,55,113)
#5D3165
(93,49,101)
#522B59
(82,43,89)
#47254D
(71,37,77)
#3C1F41
(60,31,65)
#311935
(49,25,53)
#261329
(38,19,41)
#1B0D1D
(27,13,29)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #7E4389

#7E4389
(126,67,137)
#895493
(137,84,147)
#94659D
(148,101,157)
#9F76A7
(159,118,167)
#AA87B1
(170,135,177)
#B598BB
(181,152,187)
#C0A9C5
(192,169,197)
#CBBACF
(203,186,207)
#D6CBD9
(214,203,217)
#E1DCE3
(225,220,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4389; }

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

This text font color is #7E4389.

Background Color

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

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

This div background color is #7E4389.

Border color

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

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

This div border color is #7E4389.

Opacity

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

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

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

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

This text has shadow with #7E4389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4389.

Preview

Color preview on black background

This text has color #7E4389 on black background.


Color preview on white background

This text has color #7E4389 on white background.


Black color preview on #7E4389 background

This text has black color on #7E4389 background.


White color preview on #7E4389 background

This text has white color on #7E4389 background.


Related colors

Complementary color

Complementary color for #hex is #81BC76.


I love getcolorcode.com

Triadic colors

1 #897E43 and #43897E with #7E4389 are triadic colors.

2 #89437E and #437E89 with #7E4389 are triadic colors.