COLOR #7E4570

HEX: #7E4570
RGB: (126,69,112)

Color info

#7E4570 contains red, green and blue colors in about the same proportion. Web safe color of #7E4570 is #663366 (or #636).

RGB color model

#7E4570 color RGB value is (126,69,112).

  • red value is 126;
  • green value is 69;
  • blue value is 112.
RGB: (126,69,112) (49%,27%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 69 of 255 = 27%
B 112 of 255 = 44%

126
69
112

R + G + B ~ 40%. #7E4570 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 69 + 112 = 307 (100%)
R 126 of 307 ~ 41.04%
G 69 of 307 ~ 22.48%
B 112 of 307 ~ 36.48%

%41.04
%22.48
%36.48

CMYK color model

#7E4570 color CMYK value is (0,45,11,51).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK: (0,45,11,51) C0M45Y11K51 (0%,45%,11%,51%) (0.00/0.45/0.11/0.51)

CMYK percentages

%0
%45.24
%11.11
%50.59

Codes

Color #7E4570 in popluar color models

7E4570
RGB12669112
HSL315°29.23%38.24%
HSB/HSV315°45.24%49.41%
CMYK0.00%45.24%11.11%
50.59%

Color #7E4570 in popluar number systems.

HEX7E4570
Decimal12669112
Binary111111010001011110000
Octal176105160

Shades and tints

Shades of #7E4570

#7E4570
(126,69,112)
#733F66
(115,63,102)
#68395C
(104,57,92)
#5D3352
(93,51,82)
#522D48
(82,45,72)
#47273E
(71,39,62)
#3C2134
(60,33,52)
#311B2A
(49,27,42)
#261520
(38,21,32)
#1B0F16
(27,15,22)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #7E4570

#7E4570
(126,69,112)
#89557D
(137,85,125)
#94658A
(148,101,138)
#9F7597
(159,117,151)
#AA85A4
(170,133,164)
#B595B1
(181,149,177)
#C0A5BE
(192,165,190)
#CBB5CB
(203,181,203)
#D6C5D8
(214,197,216)
#E1D5E5
(225,213,229)
#ECE5F2
(236,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4570 color. Also use rgb(126,69,112) instead hex code.

Text Font Color

.myTextColor { color: #7E4570; }

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

This text font color is #7E4570.


Background Color

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

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

This div background color is #7E4570.


Border color

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

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

This div border color is #7E4570.


Opacity

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

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

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

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

This text has shadow with #7E4570 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E4570 on black background.


Color preview on white background

This text has color #7E4570 on white background.



Black color preview on #7E4570 background

This text has black color on #7E4570 background.


White color preview on #7E4570 background

This text has white color on #7E4570 background.