COLOR #7F4479

HEX: #7F4479
RGB: (127,68,121)

Color info

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

RGB color model

#7F4479 color RGB value is (127,68,121).

  • red value is 127;
  • green value is 68;
  • blue value is 121.
RGB:
(127,68,121)
(50%,27%,47%)

RGB channels and saturation

R 127 of 255 = 50%
G 68 of 255 = 27%
B 121 of 255 = 47%

127
68
121

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

Portions of RGB colors in percentages

R + G + B =
127 + 68 + 121 = 316 (100%)
R 127 of 316 ~ 40.19%
G 68 of 316 ~ 21.52%
B 121 of 316 ~ 38.29%

%40.19
%21.52
%38.29

CMYK color model

#7F4479 color CMYK value is (0,46,5,50).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 4.72%
  • key color value is 50.20%
CMYK:
(0,46,5,50)
C0M46Y5K50 
(0%,46%,5%,50%)
(0.00/0.46/0.05/0.50)	

CMYK percentages

%0
%46.46
%4.72
%50.2

Codes

Color #7F4479 in popluar color models

7F4479
RGB12768121
HSL306°30.26%38.24%
HSB/HSV306°46.46%49.80%
CMYK0.00%46.46%4.72%
50.20%

Color #7F4479 in popluar number systems.

HEX7F4479
Decimal12768121
Binary111111110001001111001
Octal177104171

Shades and tints

Shades of #7F4479

#7F4479
(127,68,121)
#743E6E
(116,62,110)
#693863
(105,56,99)
#5E3258
(94,50,88)
#532C4D
(83,44,77)
#482642
(72,38,66)
#3D2037
(61,32,55)
#321A2C
(50,26,44)
#271421
(39,20,33)
#1C0E16
(28,14,22)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #7F4479

#7F4479
(127,68,121)
#8A5585
(138,85,133)
#956691
(149,102,145)
#A0779D
(160,119,157)
#AB88A9
(171,136,169)
#B699B5
(182,153,181)
#C1AAC1
(193,170,193)
#CCBBCD
(204,187,205)
#D7CCD9
(215,204,217)
#E2DDE5
(226,221,229)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4479 color. Also use rgb(127,68,121) instead hex code.

Text Font Color

.myTextColor { color: #7F4479; }

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

This text font color is #7F4479.


Background Color

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

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

This div background color is #7F4479.


Border color

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

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

This div border color is #7F4479.


Opacity

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

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

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

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

This text has shadow with #7F4479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4479 on black background.


Color preview on white background

This text has color #7F4479 on white background.



Black color preview on #7F4479 background

This text has black color on #7F4479 background.


White color preview on #7F4479 background

This text has white color on #7F4479 background.