COLOR #7D4A81

HEX: #7D4A81
RGB: (125,74,129)

Color info

#7D4A81 contains red, green and blue colors in about the same proportion. Web safe color of #7D4A81 is #663399 (or #639).

RGB color model

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

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

RGB channels and saturation

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

125
74
129

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

Portions of RGB colors in percentages

R + G + B =
125 + 74 + 129 = 328 (100%)
R 125 of 328 ~ 38.11%
G 74 of 328 ~ 22.56%
B 129 of 328 ~ 39.33%

%38.11
%22.56
%39.33

CMYK color model

#7D4A81 color CMYK value is (3,43,0,49).

  • cyan value is 3.10%
  • magenta value is 42.64%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(3,43,0,49)
C3M43Y0K49 
(3%,43%,0%,49%)
(0.03/0.43/0.00/0.49)	

CMYK percentages

%3.1
%42.64
%0
%49.41

Codes

Color #7D4A81 in popluar color models

7D4A81
RGB12574129
HSL296°27.09%39.80%
HSB/HSV296°42.64%50.59%
CMYK3.10%42.64%0.00%
49.41%

Color #7D4A81 in popluar number systems.

HEX7D4A81
Decimal12574129
Binary1111101100101010000001
Octal175112201

Shades and tints

Shades of #7D4A81

#7D4A81
(125,74,129)
#724476
(114,68,118)
#673E6B
(103,62,107)
#5C3860
(92,56,96)
#513255
(81,50,85)
#462C4A
(70,44,74)
#3B263F
(59,38,63)
#302034
(48,32,52)
#251A29
(37,26,41)
#1A141E
(26,20,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #7D4A81

#7D4A81
(125,74,129)
#885A8C
(136,90,140)
#936A97
(147,106,151)
#9E7AA2
(158,122,162)
#A98AAD
(169,138,173)
#B49AB8
(180,154,184)
#BFAAC3
(191,170,195)
#CABACE
(202,186,206)
#D5CAD9
(213,202,217)
#E0DAE4
(224,218,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4A81; }

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

This text font color is #7D4A81.


Background Color

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

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

This div background color is #7D4A81.


Border color

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

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

This div border color is #7D4A81.


Opacity

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

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

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

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

This text has shadow with #7D4A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4A81 on black background.


Color preview on white background

This text has color #7D4A81 on white background.



Black color preview on #7D4A81 background

This text has black color on #7D4A81 background.


White color preview on #7D4A81 background

This text has white color on #7D4A81 background.