COLOR #7F4C9B

HEX: #7F4C9B
RGB: (127,76,155)

Color info

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

RGB color model

#7F4C9B color RGB value is (127,76,155).

  • red value is 127;
  • green value is 76;
  • blue value is 155.
RGB:
(127,76,155)
(50%,30%,61%)

RGB channels and saturation

R 127 of 255 = 50%
G 76 of 255 = 30%
B 155 of 255 = 61%

127
76
155

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

Portions of RGB colors in percentages

R + G + B =
127 + 76 + 155 = 358 (100%)
R 127 of 358 ~ 35.47%
G 76 of 358 ~ 21.23%
B 155 of 358 ~ 43.3%

%35.47
%21.23
%43.3

CMYK color model

#7F4C9B color CMYK value is (18,51,0,39).

  • cyan value is 18.06%
  • magenta value is 50.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(18,51,0,39)
C18M51Y0K39 
(18%,51%,0%,39%)
(0.18/0.51/0.00/0.39)	

CMYK percentages

%18.06
%50.97
%0
%39.22

Codes

Color #7F4C9B in popluar color models

7F4C9B
RGB12776155
HSL279°34.20%45.29%
HSB/HSV279°50.97%60.78%
CMYK18.06%50.97%0.00%
39.22%

Color #7F4C9B in popluar number systems.

HEX7F4C9B
Decimal12776155
Binary1111111100110010011011
Octal177114233

Shades and tints

Shades of #7F4C9B

#7F4C9B
(127,76,155)
#74468D
(116,70,141)
#69407F
(105,64,127)
#5E3A71
(94,58,113)
#533463
(83,52,99)
#482E55
(72,46,85)
#3D2847
(61,40,71)
#322239
(50,34,57)
#271C2B
(39,28,43)
#1C161D
(28,22,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7F4C9B

#7F4C9B
(127,76,155)
#8A5CA4
(138,92,164)
#956CAD
(149,108,173)
#A07CB6
(160,124,182)
#AB8CBF
(171,140,191)
#B69CC8
(182,156,200)
#C1ACD1
(193,172,209)
#CCBCDA
(204,188,218)
#D7CCE3
(215,204,227)
#E2DCEC
(226,220,236)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4C9B color. Also use rgb(127,76,155) instead hex code.

Text Font Color

.myTextColor { color: #7F4C9B; }

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

This text font color is #7F4C9B.


Background Color

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

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

This div background color is #7F4C9B.


Border color

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

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

This div border color is #7F4C9B.


Opacity

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

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

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

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

This text has shadow with #7F4C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4C9B on black background.


Color preview on white background

This text has color #7F4C9B on white background.



Black color preview on #7F4C9B background

This text has black color on #7F4C9B background.


White color preview on #7F4C9B background

This text has white color on #7F4C9B background.