COLOR #7E2276

HEX: #7E2276
RGB: (126,34,118)

Color info

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

RGB color model

#7E2276 color RGB value is (126,34,118).

  • red value is 126;
  • green value is 34;
  • blue value is 118.
RGB:
(126,34,118)
(49%,13%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 34 of 255 = 13%
B 118 of 255 = 46%

126
34
118

R + G + B ~ 36%. #7E2276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 34 + 118 = 278 (100%)
R 126 of 278 ~ 45.32%
G 34 of 278 ~ 12.23%
B 118 of 278 ~ 42.45%

%45.32
%12.23
%42.45

CMYK color model

#7E2276 color CMYK value is (0,73,6,51).

  • cyan value is 0.00%
  • magenta value is 73.02%
  • yellow value is 6.35%
  • key color value is 50.59%
CMYK:
(0,73,6,51)
C0M73Y6K51 
(0%,73%,6%,51%)
(0.00/0.73/0.06/0.51)	

CMYK percentages

%0
%73.02
%6.35
%50.59

Codes

Color #7E2276 in popluar color models

7E2276
RGB12634118
HSL305°57.50%31.37%
HSB/HSV305°73.02%49.41%
CMYK0.00%73.02%6.35%
50.59%

Color #7E2276 in popluar number systems.

HEX7E2276
Decimal12634118
Binary11111101000101110110
Octal17642166

Shades and tints

Shades of #7E2276

#7E2276
(126,34,118)
#731F6C
(115,31,108)
#681C62
(104,28,98)
#5D1958
(93,25,88)
#52164E
(82,22,78)
#471344
(71,19,68)
#3C103A
(60,16,58)
#310D30
(49,13,48)
#260A26
(38,10,38)
#1B071C
(27,7,28)
#100412
(16,4,18)
#000000
(0,0,0)

Tints of #7E2276

#7E2276
(126,34,118)
#893682
(137,54,130)
#944A8E
(148,74,142)
#9F5E9A
(159,94,154)
#AA72A6
(170,114,166)
#B586B2
(181,134,178)
#C09ABE
(192,154,190)
#CBAECA
(203,174,202)
#D6C2D6
(214,194,214)
#E1D6E2
(225,214,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2276 color. Also use rgb(126,34,118) instead hex code.

Text Font Color

.myTextColor { color: #7E2276; }

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

This text font color is #7E2276.


Background Color

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

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

This div background color is #7E2276.


Border color

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

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

This div border color is #7E2276.


Opacity

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

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

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

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

This text has shadow with #7E2276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2276 on black background.


Color preview on white background

This text has color #7E2276 on white background.



Black color preview on #7E2276 background

This text has black color on #7E2276 background.


White color preview on #7E2276 background

This text has white color on #7E2276 background.