COLOR #7F4A71

HEX: #7F4A71
RGB: (127,74,113)

Color info

#7F4A71 contains red, green and blue colors in about the same proportion. Web safe color of #7F4A71 is #663366 (or #636).

RGB color model

#7F4A71 color RGB value is (127,74,113).

  • red value is 127;
  • green value is 74;
  • blue value is 113.
RGB:
(127,74,113)
(50%,29%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 74 of 255 = 29%
B 113 of 255 = 44%

127
74
113

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

Portions of RGB colors in percentages

R + G + B =
127 + 74 + 113 = 314 (100%)
R 127 of 314 ~ 40.45%
G 74 of 314 ~ 23.57%
B 113 of 314 ~ 35.99%

%40.45
%23.57
%35.99

CMYK color model

#7F4A71 color CMYK value is (0,42,11,50).

  • cyan value is 0.00%
  • magenta value is 41.73%
  • yellow value is 11.02%
  • key color value is 50.20%
CMYK:
(0,42,11,50)
C0M42Y11K50 
(0%,42%,11%,50%)
(0.00/0.42/0.11/0.50)	

CMYK percentages

%0
%41.73
%11.02
%50.2

Codes

Color #7F4A71 in popluar color models

7F4A71
RGB12774113
HSL316°26.37%39.41%
HSB/HSV316°41.73%49.80%
CMYK0.00%41.73%11.02%
50.20%

Color #7F4A71 in popluar number systems.

HEX7F4A71
Decimal12774113
Binary111111110010101110001
Octal177112161

Shades and tints

Shades of #7F4A71

#7F4A71
(127,74,113)
#744467
(116,68,103)
#693E5D
(105,62,93)
#5E3853
(94,56,83)
#533249
(83,50,73)
#482C3F
(72,44,63)
#3D2635
(61,38,53)
#32202B
(50,32,43)
#271A21
(39,26,33)
#1C1417
(28,20,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #7F4A71

#7F4A71
(127,74,113)
#8A5A7D
(138,90,125)
#956A89
(149,106,137)
#A07A95
(160,122,149)
#AB8AA1
(171,138,161)
#B69AAD
(182,154,173)
#C1AAB9
(193,170,185)
#CCBAC5
(204,186,197)
#D7CAD1
(215,202,209)
#E2DADD
(226,218,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4A71 color. Also use rgb(127,74,113) instead hex code.

Text Font Color

.myTextColor { color: #7F4A71; }

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

This text font color is #7F4A71.


Background Color

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

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

This div background color is #7F4A71.


Border color

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

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

This div border color is #7F4A71.


Opacity

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

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

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

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

This text has shadow with #7F4A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4A71 on black background.


Color preview on white background

This text has color #7F4A71 on white background.



Black color preview on #7F4A71 background

This text has black color on #7F4A71 background.


White color preview on #7F4A71 background

This text has white color on #7F4A71 background.