COLOR #7D4A7D

HEX: #7D4A7D
RGB: (125,74,125)

Color info

#7D4A7D contains red, green and blue colors in about the same proportion. Web safe color of #7D4A7D is #663366 (or #636).

RGB color model

#7D4A7D color RGB value is (125,74,125).

  • red value is 125;
  • green value is 74;
  • blue value is 125.
RGB:
(125,74,125)
(49%,29%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 74 of 255 = 29%
B 125 of 255 = 49%

125
74
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 74 + 125 = 324 (100%)
R 125 of 324 ~ 38.58%
G 74 of 324 ~ 22.84%
B 125 of 324 ~ 38.58%

%38.58
%22.84
%38.58

CMYK color model

#7D4A7D color CMYK value is (0,41,0,51).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(0,41,0,51)
C0M41Y0K51 
(0%,41%,0%,51%)
(0.00/0.41/0.00/0.51)	

CMYK percentages

%0
%40.8
%0
%50.98

Codes

Color #7D4A7D in popluar color models

7D4A7D
RGB12574125
HSL300°25.63%39.02%
HSB/HSV300°40.80%49.02%
CMYK0.00%40.80%0.00%
50.98%

Color #7D4A7D in popluar number systems.

HEX7D4A7D
Decimal12574125
Binary111110110010101111101
Octal175112175

Shades and tints

Shades of #7D4A7D

#7D4A7D
(125,74,125)
#724472
(114,68,114)
#673E67
(103,62,103)
#5C385C
(92,56,92)
#513251
(81,50,81)
#462C46
(70,44,70)
#3B263B
(59,38,59)
#302030
(48,32,48)
#251A25
(37,26,37)
#1A141A
(26,20,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #7D4A7D

#7D4A7D
(125,74,125)
#885A88
(136,90,136)
#936A93
(147,106,147)
#9E7A9E
(158,122,158)
#A98AA9
(169,138,169)
#B49AB4
(180,154,180)
#BFAABF
(191,170,191)
#CABACA
(202,186,202)
#D5CAD5
(213,202,213)
#E0DAE0
(224,218,224)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4A7D; }

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

This text font color is #7D4A7D.


Background Color

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

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

This div background color is #7D4A7D.


Border color

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

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

This div border color is #7D4A7D.


Opacity

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

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

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

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

This text has shadow with #7D4A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4A7D on black background.


Color preview on white background

This text has color #7D4A7D on white background.



Black color preview on #7D4A7D background

This text has black color on #7D4A7D background.


White color preview on #7D4A7D background

This text has white color on #7D4A7D background.