COLOR #7F4FAE

HEX: #7F4FAE
RGB: (127,79,174)

Color info

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

RGB color model

#7F4FAE color RGB value is (127,79,174).

  • red value is 127;
  • green value is 79;
  • blue value is 174.
RGB:
(127,79,174)
(50%,31%,68%)

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 174 of 255 = 68%

127
79
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 79 + 174 = 380 (100%)
R 127 of 380 ~ 33.42%
G 79 of 380 ~ 20.79%
B 174 of 380 ~ 45.79%

%33.42
%20.79
%45.79

CMYK color model

#7F4FAE color CMYK value is (27,55,0,32).

  • cyan value is 27.01%
  • magenta value is 54.60%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,55,0,32)
C27M55Y0K32 
(27%,55%,0%,32%)
(0.27/0.55/0.00/0.32)	

CMYK percentages

%27.01
%54.6
%0
%31.76

Codes

Color #7F4FAE in popluar color models

7F4FAE
RGB12779174
HSL270°37.55%49.61%
HSB/HSV270°54.60%68.24%
CMYK27.01%54.60%0.00%
31.76%

Color #7F4FAE in popluar number systems.

HEX7F4FAE
Decimal12779174
Binary1111111100111110101110
Octal177117256

Shades and tints

Shades of #7F4FAE

#7F4FAE
(127,79,174)
#74489F
(116,72,159)
#694190
(105,65,144)
#5E3A81
(94,58,129)
#533372
(83,51,114)
#482C63
(72,44,99)
#3D2554
(61,37,84)
#321E45
(50,30,69)
#271736
(39,23,54)
#1C1027
(28,16,39)
#110918
(17,9,24)
#000000
(0,0,0)

Tints of #7F4FAE

#7F4FAE
(127,79,174)
#8A5FB5
(138,95,181)
#956FBC
(149,111,188)
#A07FC3
(160,127,195)
#AB8FCA
(171,143,202)
#B69FD1
(182,159,209)
#C1AFD8
(193,175,216)
#CCBFDF
(204,191,223)
#D7CFE6
(215,207,230)
#E2DFED
(226,223,237)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4FAE color. Also use rgb(127,79,174) instead hex code.

Text Font Color

.myTextColor { color: #7F4FAE; }

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

This text font color is #7F4FAE.


Background Color

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

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

This div background color is #7F4FAE.


Border color

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

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

This div border color is #7F4FAE.


Opacity

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

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

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

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

This text has shadow with #7F4FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4FAE on black background.


Color preview on white background

This text has color #7F4FAE on white background.



Black color preview on #7F4FAE background

This text has black color on #7F4FAE background.


White color preview on #7F4FAE background

This text has white color on #7F4FAE background.