COLOR #7D3180

HEX: #7D3180
RGB: (125,49,128)

Color info

#7D3180 contains mainly red and blue colors. Web safe color of #7D3180 is #663366 (or #636).

RGB color model

#7D3180 color RGB value is (125,49,128).

  • red value is 125;
  • green value is 49;
  • blue value is 128.
RGB:
(125,49,128)
(49%,19%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 49 of 255 = 19%
B 128 of 255 = 50%

125
49
128

R + G + B ~ 39%. #7D3180 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 49 + 128 = 302 (100%)
R 125 of 302 ~ 41.39%
G 49 of 302 ~ 16.23%
B 128 of 302 ~ 42.38%

%41.39
%16.23
%42.38

CMYK color model

#7D3180 color CMYK value is (2,62,0,50).

  • cyan value is 2.34%
  • magenta value is 61.72%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(2,62,0,50)
C2M62Y0K50 
(2%,62%,0%,50%)
(0.02/0.62/0.00/0.50)	

CMYK percentages

%2.34
%61.72
%0
%49.8

Codes

Color #7D3180 in popluar color models

7D3180
RGB12549128
HSL298°44.63%34.71%
HSB/HSV298°61.72%50.20%
CMYK2.34%61.72%0.00%
49.80%

Color #7D3180 in popluar number systems.

HEX7D3180
Decimal12549128
Binary111110111000110000000
Octal17561200

Shades and tints

Shades of #7D3180

#7D3180
(125,49,128)
#722D75
(114,45,117)
#67296A
(103,41,106)
#5C255F
(92,37,95)
#512154
(81,33,84)
#461D49
(70,29,73)
#3B193E
(59,25,62)
#301533
(48,21,51)
#251128
(37,17,40)
#1A0D1D
(26,13,29)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #7D3180

#7D3180
(125,49,128)
#88438B
(136,67,139)
#935596
(147,85,150)
#9E67A1
(158,103,161)
#A979AC
(169,121,172)
#B48BB7
(180,139,183)
#BF9DC2
(191,157,194)
#CAAFCD
(202,175,205)
#D5C1D8
(213,193,216)
#E0D3E3
(224,211,227)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3180 color. Also use rgb(125,49,128) instead hex code.

Text Font Color

.myTextColor { color: #7D3180; }

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

This text font color is #7D3180.


Background Color

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

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

This div background color is #7D3180.


Border color

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

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

This div border color is #7D3180.


Opacity

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

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

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

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

This text has shadow with #7D3180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3180 on black background.


Color preview on white background

This text has color #7D3180 on white background.



Black color preview on #7D3180 background

This text has black color on #7D3180 background.


White color preview on #7D3180 background

This text has white color on #7D3180 background.