COLOR #7E3C8B

HEX: #7E3C8B RGB: (126,60,139)

Color info

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

RGB color model

#7E3C8B color RGB value is (126,60,139).

RGB: (126,60,139) (49%, 24%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 60 of 255 = 24%
B 139 of 255 = 55%

126
60
139

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

Portions of RGB colors in percentages

R + G + B = 126 + 60 + 139 = 325 (100%)
R 126 of 325 ~ 38.77%
G 60 of 325 ~ 18.46%
B 139 of 325 ~ 42.77'%

%38.77
%18.46
%42.77

CMYK color model

#7E3C8B color CMYK value is (9,57,0,45).

  • cyan value is 9.35%
  • magenta value is 56.83%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (9,57,0,45)
C9M57Y0K45 (9%, 57%, 0%, 45%)
(0.09 / 0.57 / 0.00 / 0.45)

CMYK percentages

%9.35
%56.83
%0
%45.49

Codes

Color #7E3C8B in popluar color models

7E 3C 8B
RGB 126 60 139
HSL 290° 39.70% 39.02%
HSB/HSV 290° 56.83% 54.51%
CMYK 9.35% 56.83% 0.00%
45.49%

Color #7E3C8B in popluar number systems.

HEX 7E 3C 8B
Decimal 126 60 139
Binary 1111110 111100 10001011
Octal 176 74 213

Shades and tints

Shades of #7E3C8B

#7E3C8B
(126,60,139)
#73377F
(115,55,127)
#683273
(104,50,115)
#5D2D67
(93,45,103)
#52285B
(82,40,91)
#47234F
(71,35,79)
#3C1E43
(60,30,67)
#311937
(49,25,55)
#26142B
(38,20,43)
#1B0F1F
(27,15,31)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #7E3C8B

#7E3C8B
(126,60,139)
#894D95
(137,77,149)
#945E9F
(148,94,159)
#9F6FA9
(159,111,169)
#AA80B3
(170,128,179)
#B591BD
(181,145,189)
#C0A2C7
(192,162,199)
#CBB3D1
(203,179,209)
#D6C4DB
(214,196,219)
#E1D5E5
(225,213,229)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3C8B color. Also use rgb(126,60,139) instead hex code.

Text Font Color

.myTextColor { color: #7E3C8B; }

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

This text font color is #7E3C8B.

Background Color

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

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

This div background color is #7E3C8B.

Border color

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

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

This div border color is #7E3C8B.

Opacity

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

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

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

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

This text has shadow with #7E3C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3C8B.

Preview

Color preview on black background

This text has color #7E3C8B on black background.


Color preview on white background

This text has color #7E3C8B on white background.


Black color preview on #7E3C8B background

This text has black color on #7E3C8B background.


White color preview on #7E3C8B background

This text has white color on #7E3C8B background.


Related colors

Complementary color

Complementary color for #hex is #81C374.


I love getcolorcode.com

Triadic colors

1 #8B7E3C and #3C8B7E with #7E3C8B are triadic colors.

2 #8B3C7E and #3C7E8B with #7E3C8B are triadic colors.