COLOR #7F4994

HEX: #7F4994
RGB: (127,73,148)

Color info

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

RGB color model

#7F4994 color RGB value is (127,73,148).

  • red value is 127;
  • green value is 73;
  • blue value is 148.
RGB:
(127,73,148)
(50%,29%,58%)

RGB channels and saturation

R 127 of 255 = 50%
G 73 of 255 = 29%
B 148 of 255 = 58%

127
73
148

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

Portions of RGB colors in percentages

R + G + B =
127 + 73 + 148 = 348 (100%)
R 127 of 348 ~ 36.49%
G 73 of 348 ~ 20.98%
B 148 of 348 ~ 42.53%

%36.49
%20.98
%42.53

CMYK color model

#7F4994 color CMYK value is (14,51,0,42).

  • cyan value is 14.19%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,51,0,42)
C14M51Y0K42 
(14%,51%,0%,42%)
(0.14/0.51/0.00/0.42)	

CMYK percentages

%14.19
%50.68
%0
%41.96

Codes

Color #7F4994 in popluar color models

7F4994
RGB12773148
HSL283°33.94%43.33%
HSB/HSV283°50.68%58.04%
CMYK14.19%50.68%0.00%
41.96%

Color #7F4994 in popluar number systems.

HEX7F4994
Decimal12773148
Binary1111111100100110010100
Octal177111224

Shades and tints

Shades of #7F4994

#7F4994
(127,73,148)
#744387
(116,67,135)
#693D7A
(105,61,122)
#5E376D
(94,55,109)
#533160
(83,49,96)
#482B53
(72,43,83)
#3D2546
(61,37,70)
#321F39
(50,31,57)
#27192C
(39,25,44)
#1C131F
(28,19,31)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #7F4994

#7F4994
(127,73,148)
#8A599D
(138,89,157)
#9569A6
(149,105,166)
#A079AF
(160,121,175)
#AB89B8
(171,137,184)
#B699C1
(182,153,193)
#C1A9CA
(193,169,202)
#CCB9D3
(204,185,211)
#D7C9DC
(215,201,220)
#E2D9E5
(226,217,229)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4994 color. Also use rgb(127,73,148) instead hex code.

Text Font Color

.myTextColor { color: #7F4994; }

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

This text font color is #7F4994.


Background Color

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

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

This div background color is #7F4994.


Border color

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

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

This div border color is #7F4994.


Opacity

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

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

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

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

This text has shadow with #7F4994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4994 on black background.


Color preview on white background

This text has color #7F4994 on white background.



Black color preview on #7F4994 background

This text has black color on #7F4994 background.


White color preview on #7F4994 background

This text has white color on #7F4994 background.