COLOR #7E418D

HEX: #7E418D RGB: (126,65,141)

Color info

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

RGB color model

#7E418D color RGB value is (126,65,141).

RGB: (126,65,141) (49%, 25%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 141 of 255 = 55%

126
65
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 65 + 141 = 332 (100%)
R 126 of 332 ~ 37.95%
G 65 of 332 ~ 19.58%
B 141 of 332 ~ 42.47'%

%37.95
%19.58
%42.47

CMYK color model

#7E418D color CMYK value is (11,54,0,45).

  • cyan value is 10.64%
  • magenta value is 53.90%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (11,54,0,45) C11M54Y0K45 (11%,54%,0%,45%) (0.11/0.54/0.00/0.45) 

CMYK percentages

%10.64
%53.9
%0
%44.71

Codes

Color #7E418D in popluar color models

7E 41 8D
RGB 126 65 141
HSL 288° 36.89% 40.39%
HSB/HSV 288° 53.90% 55.29%
CMYK 10.64% 53.90% 0.00%
44.71%

Color #7E418D in popluar number systems.

HEX 7E 41 8D
Decimal 126 65 141
Binary 1111110 1000001 10001101
Octal 176 101 215

Shades and tints

Shades of #7E418D

#7E418D
(126,65,141)
#733C81
(115,60,129)
#683775
(104,55,117)
#5D3269
(93,50,105)
#522D5D
(82,45,93)
#472851
(71,40,81)
#3C2345
(60,35,69)
#311E39
(49,30,57)
#26192D
(38,25,45)
#1B1421
(27,20,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #7E418D

#7E418D
(126,65,141)
#895297
(137,82,151)
#9463A1
(148,99,161)
#9F74AB
(159,116,171)
#AA85B5
(170,133,181)
#B596BF
(181,150,191)
#C0A7C9
(192,167,201)
#CBB8D3
(203,184,211)
#D6C9DD
(214,201,221)
#E1DAE7
(225,218,231)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E418D color. Also use rgb(126,65,141) instead hex code.

Text Font Color

.myTextColor { color: #7E418D; }

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

This text font color is #7E418D.

Background Color

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

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

This div background color is #7E418D.

Border color

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

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

This div border color is #7E418D.

Opacity

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

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

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

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

This text has shadow with #7E418D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E418D.

Preview

Color preview on black background

This text has color #7E418D on black background.


Color preview on white background

This text has color #7E418D on white background.


Black color preview on #7E418D background

This text has black color on #7E418D background.


White color preview on #7E418D background

This text has white color on #7E418D background.


Related colors

Complementary color

Complementary color for #hex is #81BE72.


I love getcolorcode.com

Triadic colors

1 #8D7E41 and #418D7E with #7E418D are triadic colors.

2 #8D417E and #417E8D with #7E418D are triadic colors.