COLOR #7E44AF

HEX: #7E44AF
RGB: (126,68,175)

Color info

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

RGB color model

#7E44AF color RGB value is (126,68,175).

  • red value is 126;
  • green value is 68;
  • blue value is 175.
RGB:
(126,68,175)
(49%,27%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 68 of 255 = 27%
B 175 of 255 = 69%

126
68
175

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

Portions of RGB colors in percentages

R + G + B =
126 + 68 + 175 = 369 (100%)
R 126 of 369 ~ 34.15%
G 68 of 369 ~ 18.43%
B 175 of 369 ~ 47.43%

%34.15
%18.43
%47.43

CMYK color model

#7E44AF color CMYK value is (28,61,0,31).

  • cyan value is 28.00%
  • magenta value is 61.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,61,0,31)
C28M61Y0K31 
(28%,61%,0%,31%)
(0.28/0.61/0.00/0.31)	

CMYK percentages

%28
%61.14
%0
%31.37

Codes

Color #7E44AF in popluar color models

7E44AF
RGB12668175
HSL273°44.03%47.65%
HSB/HSV273°61.14%68.63%
CMYK28.00%61.14%0.00%
31.37%

Color #7E44AF in popluar number systems.

HEX7E44AF
Decimal12668175
Binary1111110100010010101111
Octal176104257

Shades and tints

Shades of #7E44AF

#7E44AF
(126,68,175)
#733EA0
(115,62,160)
#683891
(104,56,145)
#5D3282
(93,50,130)
#522C73
(82,44,115)
#472664
(71,38,100)
#3C2055
(60,32,85)
#311A46
(49,26,70)
#261437
(38,20,55)
#1B0E28
(27,14,40)
#100819
(16,8,25)
#000000
(0,0,0)

Tints of #7E44AF

#7E44AF
(126,68,175)
#8955B6
(137,85,182)
#9466BD
(148,102,189)
#9F77C4
(159,119,196)
#AA88CB
(170,136,203)
#B599D2
(181,153,210)
#C0AAD9
(192,170,217)
#CBBBE0
(203,187,224)
#D6CCE7
(214,204,231)
#E1DDEE
(225,221,238)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E44AF color. Also use rgb(126,68,175) instead hex code.

Text Font Color

.myTextColor { color: #7E44AF; }

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

This text font color is #7E44AF.


Background Color

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

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

This div background color is #7E44AF.


Border color

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

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

This div border color is #7E44AF.


Opacity

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

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

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

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

This text has shadow with #7E44AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E44AF on black background.


Color preview on white background

This text has color #7E44AF on white background.



Black color preview on #7E44AF background

This text has black color on #7E44AF background.


White color preview on #7E44AF background

This text has white color on #7E44AF background.