COLOR #7E48AF

HEX: #7E48AF RGB: (126,72,175)

Color info

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

RGB color model

#7E48AF color RGB value is (126,72,175).

RGB: (126,72,175) (49%, 28%, 69%)

RGB channels and saturation

R 126 of 255 = 49%
G 72 of 255 = 28%
B 175 of 255 = 69%

126
72
175

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

Portions of RGB colors in percentages

R + G + B = 126 + 72 + 175 = 373 (100%)
R 126 of 373 ~ 33.78%
G 72 of 373 ~ 19.3%
B 175 of 373 ~ 46.92'%

%33.78
%19.3
%46.92

CMYK color model

#7E48AF color CMYK value is (28,59,0,31).

  • cyan value is 28.00%
  • magenta value is 58.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (28,59,0,31)
C28M59Y0K31 (28%, 59%, 0%, 31%)
(0.28 / 0.59 / 0.00 / 0.31)

CMYK percentages

%28
%58.86
%0
%31.37

Codes

Color #7E48AF in popluar color models

7E 48 AF
RGB 126 72 175
HSL 271° 41.70% 48.43%
HSB/HSV 271° 58.86% 68.63%
CMYK 28.00% 58.86% 0.00%
31.37%

Color #7E48AF in popluar number systems.

HEX 7E 48 AF
Decimal 126 72 175
Binary 1111110 1001000 10101111
Octal 176 110 257

Shades and tints

Shades of #7E48AF

#7E48AF
(126,72,175)
#7342A0
(115,66,160)
#683C91
(104,60,145)
#5D3682
(93,54,130)
#523073
(82,48,115)
#472A64
(71,42,100)
#3C2455
(60,36,85)
#311E46
(49,30,70)
#261837
(38,24,55)
#1B1228
(27,18,40)
#100C19
(16,12,25)
#000000
(0,0,0)

Tints of #7E48AF

#7E48AF
(126,72,175)
#8958B6
(137,88,182)
#9468BD
(148,104,189)
#9F78C4
(159,120,196)
#AA88CB
(170,136,203)
#B598D2
(181,152,210)
#C0A8D9
(192,168,217)
#CBB8E0
(203,184,224)
#D6C8E7
(214,200,231)
#E1D8EE
(225,216,238)
#ECE8F5
(236,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E48AF; }

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

This text font color is #7E48AF.

Background Color

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

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

This div background color is #7E48AF.

Border color

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

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

This div border color is #7E48AF.

Opacity

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

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

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

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

This text has shadow with #7E48AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E48AF.

Preview

Color preview on black background

This text has color #7E48AF on black background.


Color preview on white background

This text has color #7E48AF on white background.


Black color preview on #7E48AF background

This text has black color on #7E48AF background.


White color preview on #7E48AF background

This text has white color on #7E48AF background.


Related colors

Complementary color

Complementary color for #hex is #81B750.


I love getcolorcode.com

Triadic colors

1 #AF7E48 and #48AF7E with #7E48AF are triadic colors.

2 #AF487E and #487EAF with #7E48AF are triadic colors.