COLOR #7E4FC3

HEX: #7E4FC3
RGB: (126,79,195)

Color info

#7E4FC3 contains mainly blue color. Web safe color of #7E4FC3 is #6666CC (or #66C).

RGB color model

#7E4FC3 color RGB value is (126,79,195).

  • red value is 126;
  • green value is 79;
  • blue value is 195.
RGB:
(126,79,195)
(49%,31%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 79 of 255 = 31%
B 195 of 255 = 76%

126
79
195

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

Portions of RGB colors in percentages

R + G + B =
126 + 79 + 195 = 400 (100%)
R 126 of 400 ~ 31.5%
G 79 of 400 ~ 19.75%
B 195 of 400 ~ 48.75%

%31.5
%19.75
%48.75

CMYK color model

#7E4FC3 color CMYK value is (35,59,0,24).

  • cyan value is 35.38%
  • magenta value is 59.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,59,0,24)
C35M59Y0K24 
(35%,59%,0%,24%)
(0.35/0.59/0.00/0.24)	

CMYK percentages

%35.38
%59.49
%0
%23.53

Codes

Color #7E4FC3 in popluar color models

7E4FC3
RGB12679195
HSL264°49.15%53.73%
HSB/HSV264°59.49%76.47%
CMYK35.38%59.49%0.00%
23.53%

Color #7E4FC3 in popluar number systems.

HEX7E4FC3
Decimal12679195
Binary1111110100111111000011
Octal176117303

Shades and tints

Shades of #7E4FC3

#7E4FC3
(126,79,195)
#7348B2
(115,72,178)
#6841A1
(104,65,161)
#5D3A90
(93,58,144)
#52337F
(82,51,127)
#472C6E
(71,44,110)
#3C255D
(60,37,93)
#311E4C
(49,30,76)
#26173B
(38,23,59)
#1B102A
(27,16,42)
#100919
(16,9,25)
#000000
(0,0,0)

Tints of #7E4FC3

#7E4FC3
(126,79,195)
#895FC8
(137,95,200)
#946FCD
(148,111,205)
#9F7FD2
(159,127,210)
#AA8FD7
(170,143,215)
#B59FDC
(181,159,220)
#C0AFE1
(192,175,225)
#CBBFE6
(203,191,230)
#D6CFEB
(214,207,235)
#E1DFF0
(225,223,240)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4FC3; }

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

This text font color is #7E4FC3.


Background Color

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

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

This div background color is #7E4FC3.


Border color

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

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

This div border color is #7E4FC3.


Opacity

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

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

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

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

This text has shadow with #7E4FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4FC3 on black background.


Color preview on white background

This text has color #7E4FC3 on white background.



Black color preview on #7E4FC3 background

This text has black color on #7E4FC3 background.


White color preview on #7E4FC3 background

This text has white color on #7E4FC3 background.