COLOR #7E204E

HEX: #7E204E RGB: (126,32,78)

Color info

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

RGB color model

#7E204E color RGB value is (126,32,78).

RGB: (126,32,78) (49%, 13%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 32 of 255 = 13%
B 78 of 255 = 31%

126
32
78

R + G + B ~ 31%. #7E204E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 32 + 78 = 236 (100%)
R 126 of 236 ~ 53.39%
G 32 of 236 ~ 13.56%
B 78 of 236 ~ 33.05'%

%53.39
%13.56
%33.05

CMYK color model

#7E204E color CMYK value is (0,75,38,51).

  • cyan value is 0.00%
  • magenta value is 74.60%
  • yellow value is 38.10%
  • key color value is 50.59%

CMYK: (0,75,38,51)
C0M75Y38K51 (0%, 75%, 38%, 51%)
(0.00 / 0.75 / 0.38 / 0.51)

CMYK percentages

%0
%74.6
%38.1
%50.59

Codes

Color #7E204E in popluar color models

7E 20 4E
RGB 126 32 78
HSL 331° 59.49% 30.98%
HSB/HSV 331° 74.60% 49.41%
CMYK 0.00% 74.60% 38.10%
50.59%

Color #7E204E in popluar number systems.

HEX 7E 20 4E
Decimal 126 32 78
Binary 1111110 100000 1001110
Octal 176 40 116

Shades and tints

Shades of #7E204E

#7E204E
(126,32,78)
#731E47
(115,30,71)
#681C40
(104,28,64)
#5D1A39
(93,26,57)
#521832
(82,24,50)
#47162B
(71,22,43)
#3C1424
(60,20,36)
#31121D
(49,18,29)
#261016
(38,16,22)
#1B0E0F
(27,14,15)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E204E

#7E204E
(126,32,78)
#89345E
(137,52,94)
#94486E
(148,72,110)
#9F5C7E
(159,92,126)
#AA708E
(170,112,142)
#B5849E
(181,132,158)
#C098AE
(192,152,174)
#CBACBE
(203,172,190)
#D6C0CE
(214,192,206)
#E1D4DE
(225,212,222)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E204E color. Also use rgb(126,32,78) instead hex code.

Text Font Color

.myTextColor { color: #7E204E; }

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

This text font color is #7E204E.

Background Color

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

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

This div background color is #7E204E.

Border color

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

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

This div border color is #7E204E.

Opacity

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

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

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

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

This text has shadow with #7E204E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E204E.

Preview

Color preview on black background

This text has color #7E204E on black background.


Color preview on white background

This text has color #7E204E on white background.


Black color preview on #7E204E background

This text has black color on #7E204E background.


White color preview on #7E204E background

This text has white color on #7E204E background.


Related colors

Complementary color

Complementary color for #hex is #81DFB1.


I love getcolorcode.com

Triadic colors

1 #4E7E20 and #204E7E with #7E204E are triadic colors.

2 #4E207E and #207E4E with #7E204E are triadic colors.