COLOR #7F3C82

HEX: #7F3C82
RGB: (127,60,130)

Color info

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

RGB color model

#7F3C82 color RGB value is (127,60,130).

  • red value is 127;
  • green value is 60;
  • blue value is 130.
RGB:
(127,60,130)
(50%,24%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 60 of 255 = 24%
B 130 of 255 = 51%

127
60
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 60 + 130 = 317 (100%)
R 127 of 317 ~ 40.06%
G 60 of 317 ~ 18.93%
B 130 of 317 ~ 41.01%

%40.06
%18.93
%41.01

CMYK color model

#7F3C82 color CMYK value is (2,54,0,49).

  • cyan value is 2.31%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,54,0,49)
C2M54Y0K49 
(2%,54%,0%,49%)
(0.02/0.54/0.00/0.49)	

CMYK percentages

%2.31
%53.85
%0
%49.02

Codes

Color #7F3C82 in popluar color models

7F3C82
RGB12760130
HSL297°36.84%37.25%
HSB/HSV297°53.85%50.98%
CMYK2.31%53.85%0.00%
49.02%

Color #7F3C82 in popluar number systems.

HEX7F3C82
Decimal12760130
Binary111111111110010000010
Octal17774202

Shades and tints

Shades of #7F3C82

#7F3C82
(127,60,130)
#743777
(116,55,119)
#69326C
(105,50,108)
#5E2D61
(94,45,97)
#532856
(83,40,86)
#48234B
(72,35,75)
#3D1E40
(61,30,64)
#321935
(50,25,53)
#27142A
(39,20,42)
#1C0F1F
(28,15,31)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #7F3C82

#7F3C82
(127,60,130)
#8A4D8D
(138,77,141)
#955E98
(149,94,152)
#A06FA3
(160,111,163)
#AB80AE
(171,128,174)
#B691B9
(182,145,185)
#C1A2C4
(193,162,196)
#CCB3CF
(204,179,207)
#D7C4DA
(215,196,218)
#E2D5E5
(226,213,229)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3C82 color. Also use rgb(127,60,130) instead hex code.

Text Font Color

.myTextColor { color: #7F3C82; }

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

This text font color is #7F3C82.


Background Color

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

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

This div background color is #7F3C82.


Border color

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

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

This div border color is #7F3C82.


Opacity

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

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

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

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

This text has shadow with #7F3C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3C82 on black background.


Color preview on white background

This text has color #7F3C82 on white background.



Black color preview on #7F3C82 background

This text has black color on #7F3C82 background.


White color preview on #7F3C82 background

This text has white color on #7F3C82 background.