COLOR #7D499D

HEX: #7D499D
RGB: (125,73,157)

Color info

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

RGB color model

#7D499D color RGB value is (125,73,157).

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

RGB channels and saturation

R 125 of 255 = 49%
G 73 of 255 = 29%
B 157 of 255 = 62%

125
73
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 73 + 157 = 355 (100%)
R 125 of 355 ~ 35.21%
G 73 of 355 ~ 20.56%
B 157 of 355 ~ 44.23%

%35.21
%20.56
%44.23

CMYK color model

#7D499D color CMYK value is (20,54,0,38).

  • cyan value is 20.38%
  • magenta value is 53.50%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,54,0,38)
C20M54Y0K38 
(20%,54%,0%,38%)
(0.20/0.54/0.00/0.38)	

CMYK percentages

%20.38
%53.5
%0
%38.43

Codes

Color #7D499D in popluar color models

7D499D
RGB12573157
HSL277°36.52%45.10%
HSB/HSV277°53.50%61.57%
CMYK20.38%53.50%0.00%
38.43%

Color #7D499D in popluar number systems.

HEX7D499D
Decimal12573157
Binary1111101100100110011101
Octal175111235

Shades and tints

Shades of #7D499D

#7D499D
(125,73,157)
#72438F
(114,67,143)
#673D81
(103,61,129)
#5C3773
(92,55,115)
#513165
(81,49,101)
#462B57
(70,43,87)
#3B2549
(59,37,73)
#301F3B
(48,31,59)
#25192D
(37,25,45)
#1A131F
(26,19,31)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #7D499D

#7D499D
(125,73,157)
#8859A5
(136,89,165)
#9369AD
(147,105,173)
#9E79B5
(158,121,181)
#A989BD
(169,137,189)
#B499C5
(180,153,197)
#BFA9CD
(191,169,205)
#CAB9D5
(202,185,213)
#D5C9DD
(213,201,221)
#E0D9E5
(224,217,229)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D499D; }

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

This text font color is #7D499D.


Background Color

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

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

This div background color is #7D499D.


Border color

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

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

This div border color is #7D499D.


Opacity

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

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

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

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

This text has shadow with #7D499D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D499D on black background.


Color preview on white background

This text has color #7D499D on white background.



Black color preview on #7D499D background

This text has black color on #7D499D background.


White color preview on #7D499D background

This text has white color on #7D499D background.