COLOR #7D4696

HEX: #7D4696
RGB: (125,70,150)

Color info

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

RGB color model

#7D4696 color RGB value is (125,70,150).

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

RGB channels and saturation

R 125 of 255 = 49%
G 70 of 255 = 27%
B 150 of 255 = 59%

125
70
150

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

Portions of RGB colors in percentages

R + G + B =
125 + 70 + 150 = 345 (100%)
R 125 of 345 ~ 36.23%
G 70 of 345 ~ 20.29%
B 150 of 345 ~ 43.48%

%36.23
%20.29
%43.48

CMYK color model

#7D4696 color CMYK value is (17,53,0,41).

  • cyan value is 16.67%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(17,53,0,41)
C17M53Y0K41 
(17%,53%,0%,41%)
(0.17/0.53/0.00/0.41)	

CMYK percentages

%16.67
%53.33
%0
%41.18

Codes

Color #7D4696 in popluar color models

7D4696
RGB12570150
HSL281°36.36%43.14%
HSB/HSV281°53.33%58.82%
CMYK16.67%53.33%0.00%
41.18%

Color #7D4696 in popluar number systems.

HEX7D4696
Decimal12570150
Binary1111101100011010010110
Octal175106226

Shades and tints

Shades of #7D4696

#7D4696
(125,70,150)
#724089
(114,64,137)
#673A7C
(103,58,124)
#5C346F
(92,52,111)
#512E62
(81,46,98)
#462855
(70,40,85)
#3B2248
(59,34,72)
#301C3B
(48,28,59)
#25162E
(37,22,46)
#1A1021
(26,16,33)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #7D4696

#7D4696
(125,70,150)
#88569F
(136,86,159)
#9366A8
(147,102,168)
#9E76B1
(158,118,177)
#A986BA
(169,134,186)
#B496C3
(180,150,195)
#BFA6CC
(191,166,204)
#CAB6D5
(202,182,213)
#D5C6DE
(213,198,222)
#E0D6E7
(224,214,231)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4696; }

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

This text font color is #7D4696.


Background Color

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

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

This div background color is #7D4696.


Border color

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

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

This div border color is #7D4696.


Opacity

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

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

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

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

This text has shadow with #7D4696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4696 on black background.


Color preview on white background

This text has color #7D4696 on white background.



Black color preview on #7D4696 background

This text has black color on #7D4696 background.


White color preview on #7D4696 background

This text has white color on #7D4696 background.