COLOR #7D4999

HEX: #7D4999 RGB: (125,73,153)

Color info

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

RGB color model

#7D4999 color RGB value is (125,73,153).

RGB: (125,73,153) (49%, 29%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 73 of 255 = 29%
B 153 of 255 = 60%

125
73
153

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

Portions of RGB colors in percentages

R + G + B = 125 + 73 + 153 = 351 (100%)
R 125 of 351 ~ 35.61%
G 73 of 351 ~ 20.8%
B 153 of 351 ~ 43.59'%

%35.61
%20.8
%43.59

CMYK color model

#7D4999 color CMYK value is (18,52,0,40).

  • cyan value is 18.30%
  • magenta value is 52.29%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (18,52,0,40)
C18M52Y0K40 (18%, 52%, 0%, 40%)
(0.18 / 0.52 / 0.00 / 0.40)

CMYK percentages

%18.3
%52.29
%0
%40

Codes

Color #7D4999 in popluar color models

7D 49 99
RGB 125 73 153
HSL 279° 35.40% 44.31%
HSB/HSV 279° 52.29% 60.00%
CMYK 18.30% 52.29% 0.00%
40.00%

Color #7D4999 in popluar number systems.

HEX 7D 49 99
Decimal 125 73 153
Binary 1111101 1001001 10011001
Octal 175 111 231

Shades and tints

Shades of #7D4999

#7D4999
(125,73,153)
#72438C
(114,67,140)
#673D7F
(103,61,127)
#5C3772
(92,55,114)
#513165
(81,49,101)
#462B58
(70,43,88)
#3B254B
(59,37,75)
#301F3E
(48,31,62)
#251931
(37,25,49)
#1A1324
(26,19,36)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #7D4999

#7D4999
(125,73,153)
#8859A2
(136,89,162)
#9369AB
(147,105,171)
#9E79B4
(158,121,180)
#A989BD
(169,137,189)
#B499C6
(180,153,198)
#BFA9CF
(191,169,207)
#CAB9D8
(202,185,216)
#D5C9E1
(213,201,225)
#E0D9EA
(224,217,234)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4999; }

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

This text font color is #7D4999.

Background Color

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

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

This div background color is #7D4999.

Border color

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

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

This div border color is #7D4999.

Opacity

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

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

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

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

This text has shadow with #7D4999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D4999.

Preview

Color preview on black background

This text has color #7D4999 on black background.


Color preview on white background

This text has color #7D4999 on white background.


Black color preview on #7D4999 background

This text has black color on #7D4999 background.


White color preview on #7D4999 background

This text has white color on #7D4999 background.


Related colors

Complementary color

Complementary color for #hex is #82B666.


I love getcolorcode.com

Triadic colors

1 #997D49 and #49997D with #7D4999 are triadic colors.

2 #99497D and #497D99 with #7D4999 are triadic colors.