COLOR #7F4F8E

HEX: #7F4F8E
RGB: (127,79,142)

Color info

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

RGB color model

#7F4F8E color RGB value is (127,79,142).

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

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 142 of 255 = 56%

127
79
142

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

Portions of RGB colors in percentages

R + G + B =
127 + 79 + 142 = 348 (100%)
R 127 of 348 ~ 36.49%
G 79 of 348 ~ 22.7%
B 142 of 348 ~ 40.8%

%36.49
%22.7
%40.8

CMYK color model

#7F4F8E color CMYK value is (11,44,0,44).

  • cyan value is 10.56%
  • magenta value is 44.37%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(11,44,0,44)
C11M44Y0K44 
(11%,44%,0%,44%)
(0.11/0.44/0.00/0.44)	

CMYK percentages

%10.56
%44.37
%0
%44.31

Codes

Color #7F4F8E in popluar color models

7F4F8E
RGB12779142
HSL286°28.51%43.33%
HSB/HSV286°44.37%55.69%
CMYK10.56%44.37%0.00%
44.31%

Color #7F4F8E in popluar number systems.

HEX7F4F8E
Decimal12779142
Binary1111111100111110001110
Octal177117216

Shades and tints

Shades of #7F4F8E

#7F4F8E
(127,79,142)
#744882
(116,72,130)
#694176
(105,65,118)
#5E3A6A
(94,58,106)
#53335E
(83,51,94)
#482C52
(72,44,82)
#3D2546
(61,37,70)
#321E3A
(50,30,58)
#27172E
(39,23,46)
#1C1022
(28,16,34)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #7F4F8E

#7F4F8E
(127,79,142)
#8A5F98
(138,95,152)
#956FA2
(149,111,162)
#A07FAC
(160,127,172)
#AB8FB6
(171,143,182)
#B69FC0
(182,159,192)
#C1AFCA
(193,175,202)
#CCBFD4
(204,191,212)
#D7CFDE
(215,207,222)
#E2DFE8
(226,223,232)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F8E; }

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

This text font color is #7F4F8E.


Background Color

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

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

This div background color is #7F4F8E.


Border color

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

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

This div border color is #7F4F8E.


Opacity

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

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

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

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

This text has shadow with #7F4F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4F8E on black background.


Color preview on white background

This text has color #7F4F8E on white background.



Black color preview on #7F4F8E background

This text has black color on #7F4F8E background.


White color preview on #7F4F8E background

This text has white color on #7F4F8E background.