COLOR #7E4C92

HEX: #7E4C92
RGB: (126,76,146)

Color info

#7E4C92 contains mainly red and blue colors. Web safe color of #7E4C92 is #663399 (or #639).

RGB color model

#7E4C92 color RGB value is (126,76,146).

  • red value is 126;
  • green value is 76;
  • blue value is 146.
RGB:
(126,76,146)
(49%,30%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 146 of 255 = 57%

126
76
146

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

Portions of RGB colors in percentages

R + G + B =
126 + 76 + 146 = 348 (100%)
R 126 of 348 ~ 36.21%
G 76 of 348 ~ 21.84%
B 146 of 348 ~ 41.95%

%36.21
%21.84
%41.95

CMYK color model

#7E4C92 color CMYK value is (14,48,0,43).

  • cyan value is 13.70%
  • magenta value is 47.95%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,48,0,43)
C14M48Y0K43 
(14%,48%,0%,43%)
(0.14/0.48/0.00/0.43)	

CMYK percentages

%13.7
%47.95
%0
%42.75

Codes

Color #7E4C92 in popluar color models

7E4C92
RGB12676146
HSL283°31.53%43.53%
HSB/HSV283°47.95%57.25%
CMYK13.70%47.95%0.00%
42.75%

Color #7E4C92 in popluar number systems.

HEX7E4C92
Decimal12676146
Binary1111110100110010010010
Octal176114222

Shades and tints

Shades of #7E4C92

#7E4C92
(126,76,146)
#734685
(115,70,133)
#684078
(104,64,120)
#5D3A6B
(93,58,107)
#52345E
(82,52,94)
#472E51
(71,46,81)
#3C2844
(60,40,68)
#312237
(49,34,55)
#261C2A
(38,28,42)
#1B161D
(27,22,29)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E4C92

#7E4C92
(126,76,146)
#895C9B
(137,92,155)
#946CA4
(148,108,164)
#9F7CAD
(159,124,173)
#AA8CB6
(170,140,182)
#B59CBF
(181,156,191)
#C0ACC8
(192,172,200)
#CBBCD1
(203,188,209)
#D6CCDA
(214,204,218)
#E1DCE3
(225,220,227)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4C92 color. Also use rgb(126,76,146) instead hex code.

Text Font Color

.myTextColor { color: #7E4C92; }

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

This text font color is #7E4C92.


Background Color

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

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

This div background color is #7E4C92.


Border color

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

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

This div border color is #7E4C92.


Opacity

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

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

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

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

This text has shadow with #7E4C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4C92 on black background.


Color preview on white background

This text has color #7E4C92 on white background.



Black color preview on #7E4C92 background

This text has black color on #7E4C92 background.


White color preview on #7E4C92 background

This text has white color on #7E4C92 background.