COLOR #7E1FA3

HEX: #7E1FA3 RGB: (126,31,163)

Color info

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

RGB color model

#7E1FA3 color RGB value is (126,31,163).

RGB: (126,31,163) (49%, 12%, 64%)

RGB channels and saturation

R 126 of 255 = 49%
G 31 of 255 = 12%
B 163 of 255 = 64%

126
31
163

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

Portions of RGB colors in percentages

R + G + B = 126 + 31 + 163 = 320 (100%)
R 126 of 320 ~ 39.38%
G 31 of 320 ~ 9.69%
B 163 of 320 ~ 50.94'%

%39.38
%50.94

CMYK color model

#7E1FA3 color CMYK value is (23,81,0,36).

  • cyan value is 22.70%
  • magenta value is 80.98%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (23,81,0,36)
C23M81Y0K36 (23%, 81%, 0%, 36%)
(0.23 / 0.81 / 0.00 / 0.36)

CMYK percentages

%22.7
%80.98
%0
%36.08

Codes

Color #7E1FA3 in popluar color models

7E 1F A3
RGB 126 31 163
HSL 283° 68.04% 38.04%
HSB/HSV 283° 80.98% 63.92%
CMYK 22.70% 80.98% 0.00%
36.08%

Color #7E1FA3 in popluar number systems.

HEX 7E 1F A3
Decimal 126 31 163
Binary 1111110 11111 10100011
Octal 176 37 243

Shades and tints

Shades of #7E1FA3

#7E1FA3
(126,31,163)
#731D95
(115,29,149)
#681B87
(104,27,135)
#5D1979
(93,25,121)
#52176B
(82,23,107)
#47155D
(71,21,93)
#3C134F
(60,19,79)
#311141
(49,17,65)
#260F33
(38,15,51)
#1B0D25
(27,13,37)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #7E1FA3

#7E1FA3
(126,31,163)
#8933AB
(137,51,171)
#9447B3
(148,71,179)
#9F5BBB
(159,91,187)
#AA6FC3
(170,111,195)
#B583CB
(181,131,203)
#C097D3
(192,151,211)
#CBABDB
(203,171,219)
#D6BFE3
(214,191,227)
#E1D3EB
(225,211,235)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1FA3 color. Also use rgb(126,31,163) instead hex code.

Text Font Color

.myTextColor { color: #7E1FA3; }

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

This text font color is #7E1FA3.

Background Color

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

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

This div background color is #7E1FA3.

Border color

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

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

This div border color is #7E1FA3.

Opacity

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

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

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

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

This text has shadow with #7E1FA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E1FA3.

Preview

Color preview on black background

This text has color #7E1FA3 on black background.


Color preview on white background

This text has color #7E1FA3 on white background.


Black color preview on #7E1FA3 background

This text has black color on #7E1FA3 background.


White color preview on #7E1FA3 background

This text has white color on #7E1FA3 background.


Related colors

Complementary color

Complementary color for #hex is #81E05C.


I love getcolorcode.com

Triadic colors

1 #A37E1F and #1FA37E with #7E1FA3 are triadic colors.

2 #A31F7E and #1F7EA3 with #7E1FA3 are triadic colors.