COLOR #7D3C93

HEX: #7D3C93
RGB: (125,60,147)

Color info

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

RGB color model

#7D3C93 color RGB value is (125,60,147).

  • red value is 125;
  • green value is 60;
  • blue value is 147.
RGB:
(125,60,147)
(49%,24%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 60 of 255 = 24%
B 147 of 255 = 58%

125
60
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 60 + 147 = 332 (100%)
R 125 of 332 ~ 37.65%
G 60 of 332 ~ 18.07%
B 147 of 332 ~ 44.28%

%37.65
%18.07
%44.28

CMYK color model

#7D3C93 color CMYK value is (15,59,0,42).

  • cyan value is 14.97%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,59,0,42)
C15M59Y0K42 
(15%,59%,0%,42%)
(0.15/0.59/0.00/0.42)	

CMYK percentages

%14.97
%59.18
%0
%42.35

Codes

Color #7D3C93 in popluar color models

7D3C93
RGB12560147
HSL285°42.03%40.59%
HSB/HSV285°59.18%57.65%
CMYK14.97%59.18%0.00%
42.35%

Color #7D3C93 in popluar number systems.

HEX7D3C93
Decimal12560147
Binary111110111110010010011
Octal17574223

Shades and tints

Shades of #7D3C93

#7D3C93
(125,60,147)
#723786
(114,55,134)
#673279
(103,50,121)
#5C2D6C
(92,45,108)
#51285F
(81,40,95)
#462352
(70,35,82)
#3B1E45
(59,30,69)
#301938
(48,25,56)
#25142B
(37,20,43)
#1A0F1E
(26,15,30)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #7D3C93

#7D3C93
(125,60,147)
#884D9C
(136,77,156)
#935EA5
(147,94,165)
#9E6FAE
(158,111,174)
#A980B7
(169,128,183)
#B491C0
(180,145,192)
#BFA2C9
(191,162,201)
#CAB3D2
(202,179,210)
#D5C4DB
(213,196,219)
#E0D5E4
(224,213,228)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3C93 color. Also use rgb(125,60,147) instead hex code.

Text Font Color

.myTextColor { color: #7D3C93; }

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

This text font color is #7D3C93.


Background Color

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

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

This div background color is #7D3C93.


Border color

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

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

This div border color is #7D3C93.


Opacity

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

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

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

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

This text has shadow with #7D3C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C93 on black background.


Color preview on white background

This text has color #7D3C93 on white background.



Black color preview on #7D3C93 background

This text has black color on #7D3C93 background.


White color preview on #7D3C93 background

This text has white color on #7D3C93 background.