COLOR #7D3F81

HEX: #7D3F81 RGB: (125,63,129)

Color info

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

RGB color model

#7D3F81 color RGB value is (125,63,129).

RGB: (125,63,129) (49%, 25%, 51%)

RGB channels and saturation

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

125
63
129

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

Portions of RGB colors in percentages

R + G + B = 125 + 63 + 129 = 317 (100%)
R 125 of 317 ~ 39.43%
G 63 of 317 ~ 19.87%
B 129 of 317 ~ 40.69'%

%39.43
%19.87
%40.69

CMYK color model

#7D3F81 color CMYK value is (3,51,0,49).

  • cyan value is 3.10%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (3,51,0,49) C3M51Y0K49 (3%,51%,0%,49%) (0.03/0.51/0.00/0.49) 

CMYK percentages

%3.1
%51.16
%0
%49.41

Codes

Color #7D3F81 in popluar color models

7D 3F 81
RGB 125 63 129
HSL 296° 34.38% 37.65%
HSB/HSV 296° 51.16% 50.59%
CMYK 3.10% 51.16% 0.00%
49.41%

Color #7D3F81 in popluar number systems.

HEX 7D 3F 81
Decimal 125 63 129
Binary 1111101 111111 10000001
Octal 175 77 201

Shades and tints

Shades of #7D3F81

#7D3F81
(125,63,129)
#723A76
(114,58,118)
#67356B
(103,53,107)
#5C3060
(92,48,96)
#512B55
(81,43,85)
#46264A
(70,38,74)
#3B213F
(59,33,63)
#301C34
(48,28,52)
#251729
(37,23,41)
#1A121E
(26,18,30)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #7D3F81

#7D3F81
(125,63,129)
#88508C
(136,80,140)
#936197
(147,97,151)
#9E72A2
(158,114,162)
#A983AD
(169,131,173)
#B494B8
(180,148,184)
#BFA5C3
(191,165,195)
#CAB6CE
(202,182,206)
#D5C7D9
(213,199,217)
#E0D8E4
(224,216,228)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3F81; }

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

This text font color is #7D3F81.

Background Color

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

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

This div background color is #7D3F81.

Border color

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

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

This div border color is #7D3F81.

Opacity

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

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

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

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

This text has shadow with #7D3F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3F81.

Preview

Color preview on black background

This text has color #7D3F81 on black background.


Color preview on white background

This text has color #7D3F81 on white background.


Black color preview on #7D3F81 background

This text has black color on #7D3F81 background.


White color preview on #7D3F81 background

This text has white color on #7D3F81 background.


Related colors

Complementary color

Complementary color for #hex is #82C07E.


I love getcolorcode.com

Triadic colors

1 #817D3F and #3F817D with #7D3F81 are triadic colors.

2 #813F7D and #3F7D81 with #7D3F81 are triadic colors.