COLOR #7D4189

HEX: #7D4189
RGB: (125,65,137)

Color info

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

RGB color model

#7D4189 color RGB value is (125,65,137).

  • red value is 125;
  • green value is 65;
  • blue value is 137.
RGB:
(125,65,137)
(49%,25%,54%)

RGB channels and saturation

R 125 of 255 = 49%
G 65 of 255 = 25%
B 137 of 255 = 54%

125
65
137

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

Portions of RGB colors in percentages

R + G + B =
125 + 65 + 137 = 327 (100%)
R 125 of 327 ~ 38.23%
G 65 of 327 ~ 19.88%
B 137 of 327 ~ 41.9%

%38.23
%19.88
%41.9

CMYK color model

#7D4189 color CMYK value is (9,53,0,46).

  • cyan value is 8.76%
  • magenta value is 52.55%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(9,53,0,46)
C9M53Y0K46 
(9%,53%,0%,46%)
(0.09/0.53/0.00/0.46)	

CMYK percentages

%8.76
%52.55
%0
%46.27

Codes

Color #7D4189 in popluar color models

7D4189
RGB12565137
HSL290°35.64%39.61%
HSB/HSV290°52.55%53.73%
CMYK8.76%52.55%0.00%
46.27%

Color #7D4189 in popluar number systems.

HEX7D4189
Decimal12565137
Binary1111101100000110001001
Octal175101211

Shades and tints

Shades of #7D4189

#7D4189
(125,65,137)
#723C7D
(114,60,125)
#673771
(103,55,113)
#5C3265
(92,50,101)
#512D59
(81,45,89)
#46284D
(70,40,77)
#3B2341
(59,35,65)
#301E35
(48,30,53)
#251929
(37,25,41)
#1A141D
(26,20,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D4189

#7D4189
(125,65,137)
#885293
(136,82,147)
#93639D
(147,99,157)
#9E74A7
(158,116,167)
#A985B1
(169,133,177)
#B496BB
(180,150,187)
#BFA7C5
(191,167,197)
#CAB8CF
(202,184,207)
#D5C9D9
(213,201,217)
#E0DAE3
(224,218,227)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4189 color. Also use rgb(125,65,137) instead hex code.

Text Font Color

.myTextColor { color: #7D4189; }

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

This text font color is #7D4189.


Background Color

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

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

This div background color is #7D4189.


Border color

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

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

This div border color is #7D4189.


Opacity

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

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

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

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

This text has shadow with #7D4189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4189 on black background.


Color preview on white background

This text has color #7D4189 on white background.



Black color preview on #7D4189 background

This text has black color on #7D4189 background.


White color preview on #7D4189 background

This text has white color on #7D4189 background.