COLOR #7E2161

HEX: #7E2161
RGB: (126,33,97)

Color info

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

RGB color model

#7E2161 color RGB value is (126,33,97).

  • red value is 126;
  • green value is 33;
  • blue value is 97.
RGB:
(126,33,97)
(49%,13%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 33 of 255 = 13%
B 97 of 255 = 38%

126
33
97

R + G + B ~ 33%. #7E2161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 33 + 97 = 256 (100%)
R 126 of 256 ~ 49.22%
G 33 of 256 ~ 12.89%
B 97 of 256 ~ 37.89%

%49.22
%12.89
%37.89

CMYK color model

#7E2161 color CMYK value is (0,74,23,51).

  • cyan value is 0.00%
  • magenta value is 73.81%
  • yellow value is 23.02%
  • key color value is 50.59%
CMYK:
(0,74,23,51)
C0M74Y23K51 
(0%,74%,23%,51%)
(0.00/0.74/0.23/0.51)	

CMYK percentages

%0
%73.81
%23.02
%50.59

Codes

Color #7E2161 in popluar color models

7E2161
RGB1263397
HSL319°58.49%31.18%
HSB/HSV319°73.81%49.41%
CMYK0.00%73.81%23.02%
50.59%

Color #7E2161 in popluar number systems.

HEX7E2161
Decimal1263397
Binary11111101000011100001
Octal17641141

Shades and tints

Shades of #7E2161

#7E2161
(126,33,97)
#731E59
(115,30,89)
#681B51
(104,27,81)
#5D1849
(93,24,73)
#521541
(82,21,65)
#471239
(71,18,57)
#3C0F31
(60,15,49)
#310C29
(49,12,41)
#260921
(38,9,33)
#1B0619
(27,6,25)
#100311
(16,3,17)
#000000
(0,0,0)

Tints of #7E2161

#7E2161
(126,33,97)
#89356F
(137,53,111)
#94497D
(148,73,125)
#9F5D8B
(159,93,139)
#AA7199
(170,113,153)
#B585A7
(181,133,167)
#C099B5
(192,153,181)
#CBADC3
(203,173,195)
#D6C1D1
(214,193,209)
#E1D5DF
(225,213,223)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2161; }

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

This text font color is #7E2161.


Background Color

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

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

This div background color is #7E2161.


Border color

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

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

This div border color is #7E2161.


Opacity

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

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

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

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

This text has shadow with #7E2161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2161 on black background.


Color preview on white background

This text has color #7E2161 on white background.



Black color preview on #7E2161 background

This text has black color on #7E2161 background.


White color preview on #7E2161 background

This text has white color on #7E2161 background.