COLOR #7D3E8F

HEX: #7D3E8F RGB: (125,62,143)

Color info

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

RGB color model

#7D3E8F color RGB value is (125,62,143).

RGB: (125,62,143) (49%, 24%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 62 of 255 = 24%
B 143 of 255 = 56%

125
62
143

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

Portions of RGB colors in percentages

R + G + B = 125 + 62 + 143 = 330 (100%)
R 125 of 330 ~ 37.88%
G 62 of 330 ~ 18.79%
B 143 of 330 ~ 43.33'%

%37.88
%18.79
%43.33

CMYK color model

#7D3E8F color CMYK value is (13,57,0,44).

  • cyan value is 12.59%
  • magenta value is 56.64%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (13,57,0,44)
C13M57Y0K44 (13%, 57%, 0%, 44%)
(0.13 / 0.57 / 0.00 / 0.44)

CMYK percentages

%12.59
%56.64
%0
%43.92

Codes

Color #7D3E8F in popluar color models

7D 3E 8F
RGB 125 62 143
HSL 287° 39.51% 40.20%
HSB/HSV 287° 56.64% 56.08%
CMYK 12.59% 56.64% 0.00%
43.92%

Color #7D3E8F in popluar number systems.

HEX 7D 3E 8F
Decimal 125 62 143
Binary 1111101 111110 10001111
Octal 175 76 217

Shades and tints

Shades of #7D3E8F

#7D3E8F
(125,62,143)
#723982
(114,57,130)
#673475
(103,52,117)
#5C2F68
(92,47,104)
#512A5B
(81,42,91)
#46254E
(70,37,78)
#3B2041
(59,32,65)
#301B34
(48,27,52)
#251627
(37,22,39)
#1A111A
(26,17,26)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #7D3E8F

#7D3E8F
(125,62,143)
#884F99
(136,79,153)
#9360A3
(147,96,163)
#9E71AD
(158,113,173)
#A982B7
(169,130,183)
#B493C1
(180,147,193)
#BFA4CB
(191,164,203)
#CAB5D5
(202,181,213)
#D5C6DF
(213,198,223)
#E0D7E9
(224,215,233)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3E8F color. Also use rgb(125,62,143) instead hex code.

Text Font Color

.myTextColor { color: #7D3E8F; }

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

This text font color is #7D3E8F.

Background Color

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

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

This div background color is #7D3E8F.

Border color

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

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

This div border color is #7D3E8F.

Opacity

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

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

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

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

This text has shadow with #7D3E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3E8F.

Preview

Color preview on black background

This text has color #7D3E8F on black background.


Color preview on white background

This text has color #7D3E8F on white background.


Black color preview on #7D3E8F background

This text has black color on #7D3E8F background.


White color preview on #7D3E8F background

This text has white color on #7D3E8F background.


Related colors

Complementary color

Complementary color for #hex is #82C170.


I love getcolorcode.com

Triadic colors

1 #8F7D3E and #3E8F7D with #7D3E8F are triadic colors.

2 #8F3E7D and #3E7D8F with #7D3E8F are triadic colors.