COLOR #7E32A4

HEX: #7E32A4
RGB: (126,50,164)

Color info

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

RGB color model

#7E32A4 color RGB value is (126,50,164).

  • red value is 126;
  • green value is 50;
  • blue value is 164.
RGB:
(126,50,164)
(49%,20%,64%)

RGB channels and saturation

R 126 of 255 = 49%
G 50 of 255 = 20%
B 164 of 255 = 64%

126
50
164

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

Portions of RGB colors in percentages

R + G + B =
126 + 50 + 164 = 340 (100%)
R 126 of 340 ~ 37.06%
G 50 of 340 ~ 14.71%
B 164 of 340 ~ 48.24%

%37.06
%14.71
%48.24

CMYK color model

#7E32A4 color CMYK value is (23,70,0,36).

  • cyan value is 23.17%
  • magenta value is 69.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(23,70,0,36)
C23M70Y0K36 
(23%,70%,0%,36%)
(0.23/0.70/0.00/0.36)	

CMYK percentages

%23.17
%69.51
%0
%35.69

Codes

Color #7E32A4 in popluar color models

7E32A4
RGB12650164
HSL280°53.27%41.96%
HSB/HSV280°69.51%64.31%
CMYK23.17%69.51%0.00%
35.69%

Color #7E32A4 in popluar number systems.

HEX7E32A4
Decimal12650164
Binary111111011001010100100
Octal17662244

Shades and tints

Shades of #7E32A4

#7E32A4
(126,50,164)
#732E96
(115,46,150)
#682A88
(104,42,136)
#5D267A
(93,38,122)
#52226C
(82,34,108)
#471E5E
(71,30,94)
#3C1A50
(60,26,80)
#311642
(49,22,66)
#261234
(38,18,52)
#1B0E26
(27,14,38)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #7E32A4

#7E32A4
(126,50,164)
#8944AC
(137,68,172)
#9456B4
(148,86,180)
#9F68BC
(159,104,188)
#AA7AC4
(170,122,196)
#B58CCC
(181,140,204)
#C09ED4
(192,158,212)
#CBB0DC
(203,176,220)
#D6C2E4
(214,194,228)
#E1D4EC
(225,212,236)
#ECE6F4
(236,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E32A4 color. Also use rgb(126,50,164) instead hex code.

Text Font Color

.myTextColor { color: #7E32A4; }

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

This text font color is #7E32A4.


Background Color

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

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

This div background color is #7E32A4.


Border color

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

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

This div border color is #7E32A4.


Opacity

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

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

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

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

This text has shadow with #7E32A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E32A4 on black background.


Color preview on white background

This text has color #7E32A4 on white background.



Black color preview on #7E32A4 background

This text has black color on #7E32A4 background.


White color preview on #7E32A4 background

This text has white color on #7E32A4 background.