COLOR #7D4690

HEX: #7D4690
RGB: (125,70,144)

Color info

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

RGB color model

#7D4690 color RGB value is (125,70,144).

  • red value is 125;
  • green value is 70;
  • blue value is 144.
RGB:
(125,70,144)
(49%,27%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 70 of 255 = 27%
B 144 of 255 = 56%

125
70
144

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

Portions of RGB colors in percentages

R + G + B =
125 + 70 + 144 = 339 (100%)
R 125 of 339 ~ 36.87%
G 70 of 339 ~ 20.65%
B 144 of 339 ~ 42.48%

%36.87
%20.65
%42.48

CMYK color model

#7D4690 color CMYK value is (13,51,0,44).

  • cyan value is 13.19%
  • magenta value is 51.39%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,51,0,44)
C13M51Y0K44 
(13%,51%,0%,44%)
(0.13/0.51/0.00/0.44)	

CMYK percentages

%13.19
%51.39
%0
%43.53

Codes

Color #7D4690 in popluar color models

7D4690
RGB12570144
HSL285°34.58%41.96%
HSB/HSV285°51.39%56.47%
CMYK13.19%51.39%0.00%
43.53%

Color #7D4690 in popluar number systems.

HEX7D4690
Decimal12570144
Binary1111101100011010010000
Octal175106220

Shades and tints

Shades of #7D4690

#7D4690
(125,70,144)
#724083
(114,64,131)
#673A76
(103,58,118)
#5C3469
(92,52,105)
#512E5C
(81,46,92)
#46284F
(70,40,79)
#3B2242
(59,34,66)
#301C35
(48,28,53)
#251628
(37,22,40)
#1A101B
(26,16,27)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #7D4690

#7D4690
(125,70,144)
#88569A
(136,86,154)
#9366A4
(147,102,164)
#9E76AE
(158,118,174)
#A986B8
(169,134,184)
#B496C2
(180,150,194)
#BFA6CC
(191,166,204)
#CAB6D6
(202,182,214)
#D5C6E0
(213,198,224)
#E0D6EA
(224,214,234)
#EBE6F4
(235,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4690 color. Also use rgb(125,70,144) instead hex code.

Text Font Color

.myTextColor { color: #7D4690; }

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

This text font color is #7D4690.


Background Color

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

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

This div background color is #7D4690.


Border color

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

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

This div border color is #7D4690.


Opacity

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

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

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

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

This text has shadow with #7D4690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4690 on black background.


Color preview on white background

This text has color #7D4690 on white background.



Black color preview on #7D4690 background

This text has black color on #7D4690 background.


White color preview on #7D4690 background

This text has white color on #7D4690 background.