COLOR #7F4B81

HEX: #7F4B81
RGB: (127,75,129)

Color info

#7F4B81 contains red, green and blue colors in about the same proportion. Web safe color of #7F4B81 is #663399 (or #639).

RGB color model

#7F4B81 color RGB value is (127,75,129).

  • red value is 127;
  • green value is 75;
  • blue value is 129.
RGB:
(127,75,129)
(50%,29%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 75 of 255 = 29%
B 129 of 255 = 51%

127
75
129

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

Portions of RGB colors in percentages

R + G + B =
127 + 75 + 129 = 331 (100%)
R 127 of 331 ~ 38.37%
G 75 of 331 ~ 22.66%
B 129 of 331 ~ 38.97%

%38.37
%22.66
%38.97

CMYK color model

#7F4B81 color CMYK value is (2,42,0,49).

  • cyan value is 1.55%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(2,42,0,49)
C2M42Y0K49 
(2%,42%,0%,49%)
(0.02/0.42/0.00/0.49)	

CMYK percentages

%1.55
%41.86
%0
%49.41

Codes

Color #7F4B81 in popluar color models

7F4B81
RGB12775129
HSL298°26.47%40.00%
HSB/HSV298°41.86%50.59%
CMYK1.55%41.86%0.00%
49.41%

Color #7F4B81 in popluar number systems.

HEX7F4B81
Decimal12775129
Binary1111111100101110000001
Octal177113201

Shades and tints

Shades of #7F4B81

#7F4B81
(127,75,129)
#744576
(116,69,118)
#693F6B
(105,63,107)
#5E3960
(94,57,96)
#533355
(83,51,85)
#482D4A
(72,45,74)
#3D273F
(61,39,63)
#322134
(50,33,52)
#271B29
(39,27,41)
#1C151E
(28,21,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #7F4B81

#7F4B81
(127,75,129)
#8A5B8C
(138,91,140)
#956B97
(149,107,151)
#A07BA2
(160,123,162)
#AB8BAD
(171,139,173)
#B69BB8
(182,155,184)
#C1ABC3
(193,171,195)
#CCBBCE
(204,187,206)
#D7CBD9
(215,203,217)
#E2DBE4
(226,219,228)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4B81 color. Also use rgb(127,75,129) instead hex code.

Text Font Color

.myTextColor { color: #7F4B81; }

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

This text font color is #7F4B81.


Background Color

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

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

This div background color is #7F4B81.


Border color

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

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

This div border color is #7F4B81.


Opacity

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

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

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

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

This text has shadow with #7F4B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4B81 on black background.


Color preview on white background

This text has color #7F4B81 on white background.



Black color preview on #7F4B81 background

This text has black color on #7F4B81 background.


White color preview on #7F4B81 background

This text has white color on #7F4B81 background.