COLOR #7E6FA1

HEX: #7E6FA1
RGB: (126,111,161)

Color info

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

RGB color model

#7E6FA1 color RGB value is (126,111,161).

  • red value is 126;
  • green value is 111;
  • blue value is 161.
RGB:
(126,111,161)
(49%,44%,63%)

RGB channels and saturation

R 126 of 255 = 49%
G 111 of 255 = 44%
B 161 of 255 = 63%

126
111
161

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

Portions of RGB colors in percentages

R + G + B =
126 + 111 + 161 = 398 (100%)
R 126 of 398 ~ 31.66%
G 111 of 398 ~ 27.89%
B 161 of 398 ~ 40.45%

%31.66
%27.89
%40.45

CMYK color model

#7E6FA1 color CMYK value is (22,31,0,37).

  • cyan value is 21.74%
  • magenta value is 31.06%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(22,31,0,37)
C22M31Y0K37 
(22%,31%,0%,37%)
(0.22/0.31/0.00/0.37)	

CMYK percentages

%21.74
%31.06
%0
%36.86

Codes

Color #7E6FA1 in popluar color models

7E6FA1
RGB126111161
HSL258°21.01%53.33%
HSB/HSV258°31.06%63.14%
CMYK21.74%31.06%0.00%
36.86%

Color #7E6FA1 in popluar number systems.

HEX7E6FA1
Decimal126111161
Binary1111110110111110100001
Octal176157241

Shades and tints

Shades of #7E6FA1

#7E6FA1
(126,111,161)
#736593
(115,101,147)
#685B85
(104,91,133)
#5D5177
(93,81,119)
#524769
(82,71,105)
#473D5B
(71,61,91)
#3C334D
(60,51,77)
#31293F
(49,41,63)
#261F31
(38,31,49)
#1B1523
(27,21,35)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #7E6FA1

#7E6FA1
(126,111,161)
#897CA9
(137,124,169)
#9489B1
(148,137,177)
#9F96B9
(159,150,185)
#AAA3C1
(170,163,193)
#B5B0C9
(181,176,201)
#C0BDD1
(192,189,209)
#CBCAD9
(203,202,217)
#D6D7E1
(214,215,225)
#E1E4E9
(225,228,233)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6FA1 color. Also use rgb(126,111,161) instead hex code.

Text Font Color

.myTextColor { color: #7E6FA1; }

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

This text font color is #7E6FA1.


Background Color

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

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

This div background color is #7E6FA1.


Border color

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

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

This div border color is #7E6FA1.


Opacity

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

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

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

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

This text has shadow with #7E6FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6FA1 on black background.


Color preview on white background

This text has color #7E6FA1 on white background.



Black color preview on #7E6FA1 background

This text has black color on #7E6FA1 background.


White color preview on #7E6FA1 background

This text has white color on #7E6FA1 background.