COLOR #7E199E

HEX: #7E199E RGB: (126,25,158)

Color info

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

RGB color model

#7E199E color RGB value is (126,25,158).

RGB: (126,25,158) (49%, 10%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 25 of 255 = 10%
B 158 of 255 = 62%

126
25
158

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

Portions of RGB colors in percentages

R + G + B = 126 + 25 + 158 = 309 (100%)
R 126 of 309 ~ 40.78%
G 25 of 309 ~ 8.09%
B 158 of 309 ~ 51.13'%

%40.78
%51.13

CMYK color model

#7E199E color CMYK value is (20,84,0,38).

  • cyan value is 20.25%
  • magenta value is 84.18%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (20,84,0,38)
C20M84Y0K38 (20%, 84%, 0%, 38%)
(0.20 / 0.84 / 0.00 / 0.38)

CMYK percentages

%20.25
%84.18
%0
%38.04

Codes

Color #7E199E in popluar color models

7E 19 9E
RGB 126 25 158
HSL 286° 72.68% 35.88%
HSB/HSV 286° 84.18% 61.96%
CMYK 20.25% 84.18% 0.00%
38.04%

Color #7E199E in popluar number systems.

HEX 7E 19 9E
Decimal 126 25 158
Binary 1111110 11001 10011110
Octal 176 31 236

Shades and tints

Shades of #7E199E

#7E199E
(126,25,158)
#731790
(115,23,144)
#681582
(104,21,130)
#5D1374
(93,19,116)
#521166
(82,17,102)
#470F58
(71,15,88)
#3C0D4A
(60,13,74)
#310B3C
(49,11,60)
#26092E
(38,9,46)
#1B0720
(27,7,32)
#100512
(16,5,18)
#000000
(0,0,0)

Tints of #7E199E

#7E199E
(126,25,158)
#892DA6
(137,45,166)
#9441AE
(148,65,174)
#9F55B6
(159,85,182)
#AA69BE
(170,105,190)
#B57DC6
(181,125,198)
#C091CE
(192,145,206)
#CBA5D6
(203,165,214)
#D6B9DE
(214,185,222)
#E1CDE6
(225,205,230)
#ECE1EE
(236,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E199E color. Also use rgb(126,25,158) instead hex code.

Text Font Color

.myTextColor { color: #7E199E; }

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

This text font color is #7E199E.

Background Color

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

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

This div background color is #7E199E.

Border color

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

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

This div border color is #7E199E.

Opacity

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

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

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

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

This text has shadow with #7E199E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E199E.

Preview

Color preview on black background

This text has color #7E199E on black background.


Color preview on white background

This text has color #7E199E on white background.


Black color preview on #7E199E background

This text has black color on #7E199E background.


White color preview on #7E199E background

This text has white color on #7E199E background.


Related colors

Complementary color

Complementary color for #hex is #81E661.


I love getcolorcode.com

Triadic colors

1 #9E7E19 and #199E7E with #7E199E are triadic colors.

2 #9E197E and #197E9E with #7E199E are triadic colors.