COLOR #7F4783

HEX: #7F4783
RGB: (127,71,131)

Color info

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

RGB color model

#7F4783 color RGB value is (127,71,131).

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

RGB channels and saturation

R 127 of 255 = 50%
G 71 of 255 = 28%
B 131 of 255 = 51%

127
71
131

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

Portions of RGB colors in percentages

R + G + B =
127 + 71 + 131 = 329 (100%)
R 127 of 329 ~ 38.6%
G 71 of 329 ~ 21.58%
B 131 of 329 ~ 39.82%

%38.6
%21.58
%39.82

CMYK color model

#7F4783 color CMYK value is (3,46,0,49).

  • cyan value is 3.05%
  • magenta value is 45.80%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(3,46,0,49)
C3M46Y0K49 
(3%,46%,0%,49%)
(0.03/0.46/0.00/0.49)	

CMYK percentages

%3.05
%45.8
%0
%48.63

Codes

Color #7F4783 in popluar color models

7F4783
RGB12771131
HSL296°29.70%39.61%
HSB/HSV296°45.80%51.37%
CMYK3.05%45.80%0.00%
48.63%

Color #7F4783 in popluar number systems.

HEX7F4783
Decimal12771131
Binary1111111100011110000011
Octal177107203

Shades and tints

Shades of #7F4783

#7F4783
(127,71,131)
#744178
(116,65,120)
#693B6D
(105,59,109)
#5E3562
(94,53,98)
#532F57
(83,47,87)
#48294C
(72,41,76)
#3D2341
(61,35,65)
#321D36
(50,29,54)
#27172B
(39,23,43)
#1C1120
(28,17,32)
#110B15
(17,11,21)
#000000
(0,0,0)

Tints of #7F4783

#7F4783
(127,71,131)
#8A578E
(138,87,142)
#956799
(149,103,153)
#A077A4
(160,119,164)
#AB87AF
(171,135,175)
#B697BA
(182,151,186)
#C1A7C5
(193,167,197)
#CCB7D0
(204,183,208)
#D7C7DB
(215,199,219)
#E2D7E6
(226,215,230)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4783; }

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

This text font color is #7F4783.


Background Color

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

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

This div background color is #7F4783.


Border color

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

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

This div border color is #7F4783.


Opacity

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

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

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

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

This text has shadow with #7F4783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4783 on black background.


Color preview on white background

This text has color #7F4783 on white background.



Black color preview on #7F4783 background

This text has black color on #7F4783 background.


White color preview on #7F4783 background

This text has white color on #7F4783 background.