COLOR #7E4FB3

HEX: #7E4FB3 RGB: (126,79,179)

Color info

#7E4FB3 contains mainly red and blue colors. Web safe color of #7E4FB3 is #666699 (or #669).

RGB color model

#7E4FB3 color RGB value is (126,79,179).

RGB: (126,79,179) (49%, 31%, 70%)

RGB channels and saturation

R 126 of 255 = 49%
G 79 of 255 = 31%
B 179 of 255 = 70%

126
79
179

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

Portions of RGB colors in percentages

R + G + B = 126 + 79 + 179 = 384 (100%)
R 126 of 384 ~ 32.81%
G 79 of 384 ~ 20.57%
B 179 of 384 ~ 46.61'%

%32.81
%20.57
%46.61

CMYK color model

#7E4FB3 color CMYK value is (30,56,0,30).

  • cyan value is 29.61%
  • magenta value is 55.87%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (30,56,0,30)
C30M56Y0K30 (30%, 56%, 0%, 30%)
(0.30 / 0.56 / 0.00 / 0.30)

CMYK percentages

%29.61
%55.87
%0
%29.8

Codes

Color #7E4FB3 in popluar color models

7E 4F B3
RGB 126 79 179
HSL 268° 39.68% 50.59%
HSB/HSV 268° 55.87% 70.20%
CMYK 29.61% 55.87% 0.00%
29.80%

Color #7E4FB3 in popluar number systems.

HEX 7E 4F B3
Decimal 126 79 179
Binary 1111110 1001111 10110011
Octal 176 117 263

Shades and tints

Shades of #7E4FB3

#7E4FB3
(126,79,179)
#7348A3
(115,72,163)
#684193
(104,65,147)
#5D3A83
(93,58,131)
#523373
(82,51,115)
#472C63
(71,44,99)
#3C2553
(60,37,83)
#311E43
(49,30,67)
#261733
(38,23,51)
#1B1023
(27,16,35)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #7E4FB3

#7E4FB3
(126,79,179)
#895FB9
(137,95,185)
#946FBF
(148,111,191)
#9F7FC5
(159,127,197)
#AA8FCB
(170,143,203)
#B59FD1
(181,159,209)
#C0AFD7
(192,175,215)
#CBBFDD
(203,191,221)
#D6CFE3
(214,207,227)
#E1DFE9
(225,223,233)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4FB3 color. Also use rgb(126,79,179) instead hex code.

Text Font Color

.myTextColor { color: #7E4FB3; }

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

This text font color is #7E4FB3.

Background Color

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

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

This div background color is #7E4FB3.

Border color

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

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

This div border color is #7E4FB3.

Opacity

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

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

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

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

This text has shadow with #7E4FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4FB3.

Preview

Color preview on black background

This text has color #7E4FB3 on black background.


Color preview on white background

This text has color #7E4FB3 on white background.


Black color preview on #7E4FB3 background

This text has black color on #7E4FB3 background.


White color preview on #7E4FB3 background

This text has white color on #7E4FB3 background.


Related colors

Complementary color

Complementary color for #hex is #81B04C.


I love getcolorcode.com

Triadic colors

1 #B37E4F and #4FB37E with #7E4FB3 are triadic colors.

2 #B34F7E and #4F7EB3 with #7E4FB3 are triadic colors.