COLOR #7E74AF

HEX: #7E74AF
RGB: (126,116,175)

Color info

#7E74AF contains red, green and blue colors in about the same proportion. Web safe color of #7E74AF is #666699 (or #669).

RGB color model

#7E74AF color RGB value is (126,116,175).

  • red value is 126;
  • green value is 116;
  • blue value is 175.
RGB:
(126,116,175)
(49%,45%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 116 of 255 = 45%
B 175 of 255 = 69%

126
116
175

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

Portions of RGB colors in percentages

R + G + B =
126 + 116 + 175 = 417 (100%)
R 126 of 417 ~ 30.22%
G 116 of 417 ~ 27.82%
B 175 of 417 ~ 41.97%

%30.22
%27.82
%41.97

CMYK color model

#7E74AF color CMYK value is (28,34,0,31).

  • cyan value is 28.00%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,34,0,31)
C28M34Y0K31 
(28%,34%,0%,31%)
(0.28/0.34/0.00/0.31)	

CMYK percentages

%28
%33.71
%0
%31.37

Codes

Color #7E74AF in popluar color models

7E74AF
RGB126116175
HSL250°26.94%57.06%
HSB/HSV250°33.71%68.63%
CMYK28.00%33.71%0.00%
31.37%

Color #7E74AF in popluar number systems.

HEX7E74AF
Decimal126116175
Binary1111110111010010101111
Octal176164257

Shades and tints

Shades of #7E74AF

#7E74AF
(126,116,175)
#736AA0
(115,106,160)
#686091
(104,96,145)
#5D5682
(93,86,130)
#524C73
(82,76,115)
#474264
(71,66,100)
#3C3855
(60,56,85)
#312E46
(49,46,70)
#262437
(38,36,55)
#1B1A28
(27,26,40)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #7E74AF

#7E74AF
(126,116,175)
#8980B6
(137,128,182)
#948CBD
(148,140,189)
#9F98C4
(159,152,196)
#AAA4CB
(170,164,203)
#B5B0D2
(181,176,210)
#C0BCD9
(192,188,217)
#CBC8E0
(203,200,224)
#D6D4E7
(214,212,231)
#E1E0EE
(225,224,238)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E74AF color. Also use rgb(126,116,175) instead hex code.

Text Font Color

.myTextColor { color: #7E74AF; }

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

This text font color is #7E74AF.


Background Color

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

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

This div background color is #7E74AF.


Border color

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

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

This div border color is #7E74AF.


Opacity

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

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

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

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

This text has shadow with #7E74AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E74AF on black background.


Color preview on white background

This text has color #7E74AF on white background.



Black color preview on #7E74AF background

This text has black color on #7E74AF background.


White color preview on #7E74AF background

This text has white color on #7E74AF background.