COLOR #7E3179

HEX: #7E3179 RGB: (126,49,121)

Color info

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

RGB color model

#7E3179 color RGB value is (126,49,121).

RGB: (126,49,121) (49%, 19%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 49 of 255 = 19%
B 121 of 255 = 47%

126
49
121

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

Portions of RGB colors in percentages

R + G + B = 126 + 49 + 121 = 296 (100%)
R 126 of 296 ~ 42.57%
G 49 of 296 ~ 16.55%
B 121 of 296 ~ 40.88'%

%42.57
%16.55
%40.88

CMYK color model

#7E3179 color CMYK value is (0,61,4,51).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 3.97%
  • key color value is 50.59%

CMYK: (0,61,4,51)
C0M61Y4K51 (0%, 61%, 4%, 51%)
(0.00 / 0.61 / 0.04 / 0.51)

CMYK percentages

%0
%61.11
%3.97
%50.59

Codes

Color #7E3179 in popluar color models

7E 31 79
RGB 126 49 121
HSL 304° 44.00% 34.31%
HSB/HSV 304° 61.11% 49.41%
CMYK 0.00% 61.11% 3.97%
50.59%

Color #7E3179 in popluar number systems.

HEX 7E 31 79
Decimal 126 49 121
Binary 1111110 110001 1111001
Octal 176 61 171

Shades and tints

Shades of #7E3179

#7E3179
(126,49,121)
#732D6E
(115,45,110)
#682963
(104,41,99)
#5D2558
(93,37,88)
#52214D
(82,33,77)
#471D42
(71,29,66)
#3C1937
(60,25,55)
#31152C
(49,21,44)
#261121
(38,17,33)
#1B0D16
(27,13,22)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #7E3179

#7E3179
(126,49,121)
#894385
(137,67,133)
#945591
(148,85,145)
#9F679D
(159,103,157)
#AA79A9
(170,121,169)
#B58BB5
(181,139,181)
#C09DC1
(192,157,193)
#CBAFCD
(203,175,205)
#D6C1D9
(214,193,217)
#E1D3E5
(225,211,229)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3179 color. Also use rgb(126,49,121) instead hex code.

Text Font Color

.myTextColor { color: #7E3179; }

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

This text font color is #7E3179.

Background Color

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

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

This div background color is #7E3179.

Border color

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

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

This div border color is #7E3179.

Opacity

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

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

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

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

This text has shadow with #7E3179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3179.

Preview

Color preview on black background

This text has color #7E3179 on black background.


Color preview on white background

This text has color #7E3179 on white background.


Black color preview on #7E3179 background

This text has black color on #7E3179 background.


White color preview on #7E3179 background

This text has white color on #7E3179 background.


Related colors

Complementary color

Complementary color for #hex is #81CE86.


I love getcolorcode.com

Triadic colors

1 #797E31 and #31797E with #7E3179 are triadic colors.

2 #79317E and #317E79 with #7E3179 are triadic colors.