COLOR #7F479F

HEX: #7F479F
RGB: (127,71,159)

Color info

#7F479F contains mainly red and blue colors. Web safe color of #7F479F is #663399 (or #639).

RGB color model

#7F479F color RGB value is (127,71,159).

  • red value is 127;
  • green value is 71;
  • blue value is 159.
RGB:
(127,71,159)
(50%,28%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 71 of 255 = 28%
B 159 of 255 = 62%

127
71
159

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

Portions of RGB colors in percentages

R + G + B =
127 + 71 + 159 = 357 (100%)
R 127 of 357 ~ 35.57%
G 71 of 357 ~ 19.89%
B 159 of 357 ~ 44.54%

%35.57
%19.89
%44.54

CMYK color model

#7F479F color CMYK value is (20,55,0,38).

  • cyan value is 20.13%
  • magenta value is 55.35%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(20,55,0,38)
C20M55Y0K38 
(20%,55%,0%,38%)
(0.20/0.55/0.00/0.38)	

CMYK percentages

%20.13
%55.35
%0
%37.65

Codes

Color #7F479F in popluar color models

7F479F
RGB12771159
HSL278°38.26%45.10%
HSB/HSV278°55.35%62.35%
CMYK20.13%55.35%0.00%
37.65%

Color #7F479F in popluar number systems.

HEX7F479F
Decimal12771159
Binary1111111100011110011111
Octal177107237

Shades and tints

Shades of #7F479F

#7F479F
(127,71,159)
#744191
(116,65,145)
#693B83
(105,59,131)
#5E3575
(94,53,117)
#532F67
(83,47,103)
#482959
(72,41,89)
#3D234B
(61,35,75)
#321D3D
(50,29,61)
#27172F
(39,23,47)
#1C1121
(28,17,33)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #7F479F

#7F479F
(127,71,159)
#8A57A7
(138,87,167)
#9567AF
(149,103,175)
#A077B7
(160,119,183)
#AB87BF
(171,135,191)
#B697C7
(182,151,199)
#C1A7CF
(193,167,207)
#CCB7D7
(204,183,215)
#D7C7DF
(215,199,223)
#E2D7E7
(226,215,231)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F479F color. Also use rgb(127,71,159) instead hex code.

Text Font Color

.myTextColor { color: #7F479F; }

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

This text font color is #7F479F.


Background Color

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

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

This div background color is #7F479F.


Border color

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

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

This div border color is #7F479F.


Opacity

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

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

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

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

This text has shadow with #7F479F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F479F on black background.


Color preview on white background

This text has color #7F479F on white background.



Black color preview on #7F479F background

This text has black color on #7F479F background.


White color preview on #7F479F background

This text has white color on #7F479F background.