COLOR #7D3F82

HEX: #7D3F82
RGB: (125,63,130)

Color info

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

RGB color model

#7D3F82 color RGB value is (125,63,130).

  • red value is 125;
  • green value is 63;
  • blue value is 130.
RGB:
(125,63,130)
(49%,25%,51%)

RGB channels and saturation

R 125 of 255 = 49%
G 63 of 255 = 25%
B 130 of 255 = 51%

125
63
130

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

Portions of RGB colors in percentages

R + G + B =
125 + 63 + 130 = 318 (100%)
R 125 of 318 ~ 39.31%
G 63 of 318 ~ 19.81%
B 130 of 318 ~ 40.88%

%39.31
%19.81
%40.88

CMYK color model

#7D3F82 color CMYK value is (4,52,0,49).

  • cyan value is 3.85%
  • magenta value is 51.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(4,52,0,49)
C4M52Y0K49 
(4%,52%,0%,49%)
(0.04/0.52/0.00/0.49)	

CMYK percentages

%3.85
%51.54
%0
%49.02

Codes

Color #7D3F82 in popluar color models

7D3F82
RGB12563130
HSL296°34.72%37.84%
HSB/HSV296°51.54%50.98%
CMYK3.85%51.54%0.00%
49.02%

Color #7D3F82 in popluar number systems.

HEX7D3F82
Decimal12563130
Binary111110111111110000010
Octal17577202

Shades and tints

Shades of #7D3F82

#7D3F82
(125,63,130)
#723A77
(114,58,119)
#67356C
(103,53,108)
#5C3061
(92,48,97)
#512B56
(81,43,86)
#46264B
(70,38,75)
#3B2140
(59,33,64)
#301C35
(48,28,53)
#25172A
(37,23,42)
#1A121F
(26,18,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D3F82

#7D3F82
(125,63,130)
#88508D
(136,80,141)
#936198
(147,97,152)
#9E72A3
(158,114,163)
#A983AE
(169,131,174)
#B494B9
(180,148,185)
#BFA5C4
(191,165,196)
#CAB6CF
(202,182,207)
#D5C7DA
(213,199,218)
#E0D8E5
(224,216,229)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3F82 color. Also use rgb(125,63,130) instead hex code.

Text Font Color

.myTextColor { color: #7D3F82; }

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

This text font color is #7D3F82.


Background Color

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

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

This div background color is #7D3F82.


Border color

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

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

This div border color is #7D3F82.


Opacity

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

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

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

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

This text has shadow with #7D3F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3F82 on black background.


Color preview on white background

This text has color #7D3F82 on white background.



Black color preview on #7D3F82 background

This text has black color on #7D3F82 background.


White color preview on #7D3F82 background

This text has white color on #7D3F82 background.