COLOR #7E3A6E

HEX: #7E3A6E RGB: (126,58,110)

Color info

#7E3A6E contains mainly red and blue colors. Web safe color of #7E3A6E is #663366 (or #636).

RGB color model

#7E3A6E color RGB value is (126,58,110).

RGB: (126,58,110) (49%, 23%, 43%)

RGB channels and saturation

R 126 of 255 = 49%
G 58 of 255 = 23%
B 110 of 255 = 43%

126
58
110

R + G + B ~ 38%. #7E3A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 58 + 110 = 294 (100%)
R 126 of 294 ~ 42.86%
G 58 of 294 ~ 19.73%
B 110 of 294 ~ 37.41'%

%42.86
%19.73
%37.41

CMYK color model

#7E3A6E color CMYK value is (0,54,13,51).

  • cyan value is 0.00%
  • magenta value is 53.97%
  • yellow value is 12.70%
  • key color value is 50.59%

CMYK: (0,54,13,51)
C0M54Y13K51 (0%, 54%, 13%, 51%)
(0.00 / 0.54 / 0.13 / 0.51)

CMYK percentages

%0
%53.97
%12.7
%50.59

Codes

Color #7E3A6E in popluar color models

7E 3A 6E
RGB 126 58 110
HSL 314° 36.96% 36.08%
HSB/HSV 314° 53.97% 49.41%
CMYK 0.00% 53.97% 12.70%
50.59%

Color #7E3A6E in popluar number systems.

HEX 7E 3A 6E
Decimal 126 58 110
Binary 1111110 111010 1101110
Octal 176 72 156

Shades and tints

Shades of #7E3A6E

#7E3A6E
(126,58,110)
#733564
(115,53,100)
#68305A
(104,48,90)
#5D2B50
(93,43,80)
#522646
(82,38,70)
#47213C
(71,33,60)
#3C1C32
(60,28,50)
#311728
(49,23,40)
#26121E
(38,18,30)
#1B0D14
(27,13,20)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #7E3A6E

#7E3A6E
(126,58,110)
#894B7B
(137,75,123)
#945C88
(148,92,136)
#9F6D95
(159,109,149)
#AA7EA2
(170,126,162)
#B58FAF
(181,143,175)
#C0A0BC
(192,160,188)
#CBB1C9
(203,177,201)
#D6C2D6
(214,194,214)
#E1D3E3
(225,211,227)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3A6E color. Also use rgb(126,58,110) instead hex code.

Text Font Color

.myTextColor { color: #7E3A6E; }

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

This text font color is #7E3A6E.

Background Color

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

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

This div background color is #7E3A6E.

Border color

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

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

This div border color is #7E3A6E.

Opacity

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

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

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

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

This text has shadow with #7E3A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3A6E.

Preview

Color preview on black background

This text has color #7E3A6E on black background.


Color preview on white background

This text has color #7E3A6E on white background.


Black color preview on #7E3A6E background

This text has black color on #7E3A6E background.


White color preview on #7E3A6E background

This text has white color on #7E3A6E background.


Related colors

Complementary color

Complementary color for #hex is #81C591.


I love getcolorcode.com

Triadic colors

1 #6E7E3A and #3A6E7E with #7E3A6E are triadic colors.

2 #6E3A7E and #3A7E6E with #7E3A6E are triadic colors.