COLOR #7E2163

HEX: #7E2163 RGB: (126,33,99)

Color info

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

RGB color model

#7E2163 color RGB value is (126,33,99).

RGB: (126,33,99) (49%, 13%, 39%)

RGB channels and saturation

R 126 of 255 = 49%
G 33 of 255 = 13%
B 99 of 255 = 39%

126
33
99

R + G + B ~ 34%. #7E2163 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 33 + 99 = 258 (100%)
R 126 of 258 ~ 48.84%
G 33 of 258 ~ 12.79%
B 99 of 258 ~ 38.37'%

%48.84
%12.79
%38.37

CMYK color model

#7E2163 color CMYK value is (0,74,21,51).

  • cyan value is 0.00%
  • magenta value is 73.81%
  • yellow value is 21.43%
  • key color value is 50.59%

CMYK: (0,74,21,51)
C0M74Y21K51 (0%, 74%, 21%, 51%)
(0.00 / 0.74 / 0.21 / 0.51)

CMYK percentages

%0
%73.81
%21.43
%50.59

Codes

Color #7E2163 in popluar color models

7E 21 63
RGB 126 33 99
HSL 317° 58.49% 31.18%
HSB/HSV 317° 73.81% 49.41%
CMYK 0.00% 73.81% 21.43%
50.59%

Color #7E2163 in popluar number systems.

HEX 7E 21 63
Decimal 126 33 99
Binary 1111110 100001 1100011
Octal 176 41 143

Shades and tints

Shades of #7E2163

#7E2163
(126,33,99)
#731E5A
(115,30,90)
#681B51
(104,27,81)
#5D1848
(93,24,72)
#52153F
(82,21,63)
#471236
(71,18,54)
#3C0F2D
(60,15,45)
#310C24
(49,12,36)
#26091B
(38,9,27)
#1B0612
(27,6,18)
#100309
(16,3,9)
#000000
(0,0,0)

Tints of #7E2163

#7E2163
(126,33,99)
#893571
(137,53,113)
#94497F
(148,73,127)
#9F5D8D
(159,93,141)
#AA719B
(170,113,155)
#B585A9
(181,133,169)
#C099B7
(192,153,183)
#CBADC5
(203,173,197)
#D6C1D3
(214,193,211)
#E1D5E1
(225,213,225)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2163 color. Also use rgb(126,33,99) instead hex code.

Text Font Color

.myTextColor { color: #7E2163; }

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

This text font color is #7E2163.

Background Color

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

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

This div background color is #7E2163.

Border color

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

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

This div border color is #7E2163.

Opacity

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

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

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

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

This text has shadow with #7E2163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E2163.

Preview

Color preview on black background

This text has color #7E2163 on black background.


Color preview on white background

This text has color #7E2163 on white background.


Black color preview on #7E2163 background

This text has black color on #7E2163 background.


White color preview on #7E2163 background

This text has white color on #7E2163 background.


Related colors

Complementary color

Complementary color for #hex is #81DE9C.


I love getcolorcode.com

Triadic colors

1 #637E21 and #21637E with #7E2163 are triadic colors.

2 #63217E and #217E63 with #7E2163 are triadic colors.