COLOR #7D3A9E

HEX: #7D3A9E RGB: (125,58,158)

Color info

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

RGB color model

#7D3A9E color RGB value is (125,58,158).

RGB: (125,58,158) (49%, 23%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 58 of 255 = 23%
B 158 of 255 = 62%

125
58
158

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

Portions of RGB colors in percentages

R + G + B = 125 + 58 + 158 = 341 (100%)
R 125 of 341 ~ 36.66%
G 58 of 341 ~ 17.01%
B 158 of 341 ~ 46.33'%

%36.66
%17.01
%46.33

CMYK color model

#7D3A9E color CMYK value is (21,63,0,38).

  • cyan value is 20.89%
  • magenta value is 63.29%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (21,63,0,38)
C21M63Y0K38 (21%, 63%, 0%, 38%)
(0.21 / 0.63 / 0.00 / 0.38)

CMYK percentages

%20.89
%63.29
%0
%38.04

Codes

Color #7D3A9E in popluar color models

7D 3A 9E
RGB 125 58 158
HSL 280° 46.30% 42.35%
HSB/HSV 280° 63.29% 61.96%
CMYK 20.89% 63.29% 0.00%
38.04%

Color #7D3A9E in popluar number systems.

HEX 7D 3A 9E
Decimal 125 58 158
Binary 1111101 111010 10011110
Octal 175 72 236

Shades and tints

Shades of #7D3A9E

#7D3A9E
(125,58,158)
#723590
(114,53,144)
#673082
(103,48,130)
#5C2B74
(92,43,116)
#512666
(81,38,102)
#462158
(70,33,88)
#3B1C4A
(59,28,74)
#30173C
(48,23,60)
#25122E
(37,18,46)
#1A0D20
(26,13,32)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #7D3A9E

#7D3A9E
(125,58,158)
#884BA6
(136,75,166)
#935CAE
(147,92,174)
#9E6DB6
(158,109,182)
#A97EBE
(169,126,190)
#B48FC6
(180,143,198)
#BFA0CE
(191,160,206)
#CAB1D6
(202,177,214)
#D5C2DE
(213,194,222)
#E0D3E6
(224,211,230)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3A9E color. Also use rgb(125,58,158) instead hex code.

Text Font Color

.myTextColor { color: #7D3A9E; }

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

This text font color is #7D3A9E.

Background Color

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

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

This div background color is #7D3A9E.

Border color

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

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

This div border color is #7D3A9E.

Opacity

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

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

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

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

This text has shadow with #7D3A9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3A9E.

Preview

Color preview on black background

This text has color #7D3A9E on black background.


Color preview on white background

This text has color #7D3A9E on white background.


Black color preview on #7D3A9E background

This text has black color on #7D3A9E background.


White color preview on #7D3A9E background

This text has white color on #7D3A9E background.


Related colors

Complementary color

Complementary color for #hex is #82C561.


I love getcolorcode.com

Triadic colors

1 #9E7D3A and #3A9E7D with #7D3A9E are triadic colors.

2 #9E3A7D and #3A7D9E with #7D3A9E are triadic colors.