COLOR #7F4EB1

HEX: #7F4EB1
RGB: (127,78,177)

Color info

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

RGB color model

#7F4EB1 color RGB value is (127,78,177).

  • red value is 127;
  • green value is 78;
  • blue value is 177.
RGB:
(127,78,177)
(50%,31%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 78 of 255 = 31%
B 177 of 255 = 69%

127
78
177

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

Portions of RGB colors in percentages

R + G + B =
127 + 78 + 177 = 382 (100%)
R 127 of 382 ~ 33.25%
G 78 of 382 ~ 20.42%
B 177 of 382 ~ 46.34%

%33.25
%20.42
%46.34

CMYK color model

#7F4EB1 color CMYK value is (28,56,0,31).

  • cyan value is 28.25%
  • magenta value is 55.93%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(28,56,0,31)
C28M56Y0K31 
(28%,56%,0%,31%)
(0.28/0.56/0.00/0.31)	

CMYK percentages

%28.25
%55.93
%0
%30.59

Codes

Color #7F4EB1 in popluar color models

7F4EB1
RGB12778177
HSL270°38.82%50.00%
HSB/HSV270°55.93%69.41%
CMYK28.25%55.93%0.00%
30.59%

Color #7F4EB1 in popluar number systems.

HEX7F4EB1
Decimal12778177
Binary1111111100111010110001
Octal177116261

Shades and tints

Shades of #7F4EB1

#7F4EB1
(127,78,177)
#7447A1
(116,71,161)
#694091
(105,64,145)
#5E3981
(94,57,129)
#533271
(83,50,113)
#482B61
(72,43,97)
#3D2451
(61,36,81)
#321D41
(50,29,65)
#271631
(39,22,49)
#1C0F21
(28,15,33)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #7F4EB1

#7F4EB1
(127,78,177)
#8A5EB8
(138,94,184)
#956EBF
(149,110,191)
#A07EC6
(160,126,198)
#AB8ECD
(171,142,205)
#B69ED4
(182,158,212)
#C1AEDB
(193,174,219)
#CCBEE2
(204,190,226)
#D7CEE9
(215,206,233)
#E2DEF0
(226,222,240)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4EB1 color. Also use rgb(127,78,177) instead hex code.

Text Font Color

.myTextColor { color: #7F4EB1; }

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

This text font color is #7F4EB1.


Background Color

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

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

This div background color is #7F4EB1.


Border color

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

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

This div border color is #7F4EB1.


Opacity

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

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

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

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

This text has shadow with #7F4EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4EB1 on black background.


Color preview on white background

This text has color #7F4EB1 on white background.



Black color preview on #7F4EB1 background

This text has black color on #7F4EB1 background.


White color preview on #7F4EB1 background

This text has white color on #7F4EB1 background.