COLOR #7E168D

HEX: #7E168D
RGB: (126,22,141)

Color info

#7E168D contains mainly red and blue colors. Web safe color of #7E168D is #660099 (or #609).

RGB color model

#7E168D color RGB value is (126,22,141).

  • red value is 126;
  • green value is 22;
  • blue value is 141.
RGB:
(126,22,141)
(49%,9%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 22 of 255 = 9%
B 141 of 255 = 55%

126
22
141

R + G + B ~ 38%. #7E168D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 22 + 141 = 289 (100%)
R 126 of 289 ~ 43.6%
G 22 of 289 ~ 7.61%
B 141 of 289 ~ 48.79%

%43.6
%48.79

CMYK color model

#7E168D color CMYK value is (11,84,0,45).

  • cyan value is 10.64%
  • magenta value is 84.40%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,84,0,45)
C11M84Y0K45 
(11%,84%,0%,45%)
(0.11/0.84/0.00/0.45)	

CMYK percentages

%10.64
%84.4
%0
%44.71

Codes

Color #7E168D in popluar color models

7E168D
RGB12622141
HSL292°73.01%31.96%
HSB/HSV292°84.40%55.29%
CMYK10.64%84.40%0.00%
44.71%

Color #7E168D in popluar number systems.

HEX7E168D
Decimal12622141
Binary11111101011010001101
Octal17626215

Shades and tints

Shades of #7E168D

#7E168D
(126,22,141)
#731481
(115,20,129)
#681275
(104,18,117)
#5D1069
(93,16,105)
#520E5D
(82,14,93)
#470C51
(71,12,81)
#3C0A45
(60,10,69)
#310839
(49,8,57)
#26062D
(38,6,45)
#1B0421
(27,4,33)
#100215
(16,2,21)
#000000
(0,0,0)

Tints of #7E168D

#7E168D
(126,22,141)
#892B97
(137,43,151)
#9440A1
(148,64,161)
#9F55AB
(159,85,171)
#AA6AB5
(170,106,181)
#B57FBF
(181,127,191)
#C094C9
(192,148,201)
#CBA9D3
(203,169,211)
#D6BEDD
(214,190,221)
#E1D3E7
(225,211,231)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E168D color. Also use rgb(126,22,141) instead hex code.

Text Font Color

.myTextColor { color: #7E168D; }

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

This text font color is #7E168D.


Background Color

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

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

This div background color is #7E168D.


Border color

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

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

This div border color is #7E168D.


Opacity

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

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

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

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

This text has shadow with #7E168D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E168D on black background.


Color preview on white background

This text has color #7E168D on white background.



Black color preview on #7E168D background

This text has black color on #7E168D background.


White color preview on #7E168D background

This text has white color on #7E168D background.