COLOR #7E227D

HEX: #7E227D
RGB: (126,34,125)

Color info

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

RGB color model

#7E227D color RGB value is (126,34,125).

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

RGB channels and saturation

R 126 of 255 = 49%
G 34 of 255 = 13%
B 125 of 255 = 49%

126
34
125

R + G + B ~ 37%. #7E227D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 34 + 125 = 285 (100%)
R 126 of 285 ~ 44.21%
G 34 of 285 ~ 11.93%
B 125 of 285 ~ 43.86%

%44.21
%11.93
%43.86

CMYK color model

#7E227D color CMYK value is (0,73,1,51).

  • cyan value is 0.00%
  • magenta value is 73.02%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK:
(0,73,1,51)
C0M73Y1K51 
(0%,73%,1%,51%)
(0.00/0.73/0.01/0.51)	

CMYK percentages

%0
%73.02
%0.79
%50.59

Codes

Color #7E227D in popluar color models

7E227D
RGB12634125
HSL301°57.50%31.37%
HSB/HSV301°73.02%49.41%
CMYK0.00%73.02%0.79%
50.59%

Color #7E227D in popluar number systems.

HEX7E227D
Decimal12634125
Binary11111101000101111101
Octal17642175

Shades and tints

Shades of #7E227D

#7E227D
(126,34,125)
#731F72
(115,31,114)
#681C67
(104,28,103)
#5D195C
(93,25,92)
#521651
(82,22,81)
#471346
(71,19,70)
#3C103B
(60,16,59)
#310D30
(49,13,48)
#260A25
(38,10,37)
#1B071A
(27,7,26)
#10040F
(16,4,15)
#000000
(0,0,0)

Tints of #7E227D

#7E227D
(126,34,125)
#893688
(137,54,136)
#944A93
(148,74,147)
#9F5E9E
(159,94,158)
#AA72A9
(170,114,169)
#B586B4
(181,134,180)
#C09ABF
(192,154,191)
#CBAECA
(203,174,202)
#D6C2D5
(214,194,213)
#E1D6E0
(225,214,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E227D; }

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

This text font color is #7E227D.


Background Color

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

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

This div background color is #7E227D.


Border color

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

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

This div border color is #7E227D.


Opacity

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

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

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

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

This text has shadow with #7E227D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E227D on black background.


Color preview on white background

This text has color #7E227D on white background.



Black color preview on #7E227D background

This text has black color on #7E227D background.


White color preview on #7E227D background

This text has white color on #7E227D background.