COLOR #7D599D

HEX: #7D599D RGB: (125,89,157)

Color info

#7D599D contains mainly red and blue colors. Web safe color of #7D599D is #666699 (or #669).

RGB color model

#7D599D color RGB value is (125,89,157).

RGB: (125,89,157) (49%, 35%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 89 of 255 = 35%
B 157 of 255 = 62%

125
89
157

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

Portions of RGB colors in percentages

R + G + B = 125 + 89 + 157 = 371 (100%)
R 125 of 371 ~ 33.69%
G 89 of 371 ~ 23.99%
B 157 of 371 ~ 42.32'%

%33.69
%23.99
%42.32

CMYK color model

#7D599D color CMYK value is (20,43,0,38).

  • cyan value is 20.38%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (20,43,0,38)
C20M43Y0K38 (20%, 43%, 0%, 38%)
(0.20 / 0.43 / 0.00 / 0.38)

CMYK percentages

%20.38
%43.31
%0
%38.43

Codes

Color #7D599D in popluar color models

7D 59 9D
RGB 125 89 157
HSL 272° 27.64% 48.24%
HSB/HSV 272° 43.31% 61.57%
CMYK 20.38% 43.31% 0.00%
38.43%

Color #7D599D in popluar number systems.

HEX 7D 59 9D
Decimal 125 89 157
Binary 1111101 1011001 10011101
Octal 175 131 235

Shades and tints

Shades of #7D599D

#7D599D
(125,89,157)
#72518F
(114,81,143)
#674981
(103,73,129)
#5C4173
(92,65,115)
#513965
(81,57,101)
#463157
(70,49,87)
#3B2949
(59,41,73)
#30213B
(48,33,59)
#25192D
(37,25,45)
#1A111F
(26,17,31)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #7D599D

#7D599D
(125,89,157)
#8868A5
(136,104,165)
#9377AD
(147,119,173)
#9E86B5
(158,134,181)
#A995BD
(169,149,189)
#B4A4C5
(180,164,197)
#BFB3CD
(191,179,205)
#CAC2D5
(202,194,213)
#D5D1DD
(213,209,221)
#E0E0E5
(224,224,229)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D599D; }

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

This text font color is #7D599D.

Background Color

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

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

This div background color is #7D599D.

Border color

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

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

This div border color is #7D599D.

Opacity

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

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

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

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

This text has shadow with #7D599D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D599D.

Preview

Color preview on black background

This text has color #7D599D on black background.


Color preview on white background

This text has color #7D599D on white background.


Black color preview on #7D599D background

This text has black color on #7D599D background.


White color preview on #7D599D background

This text has white color on #7D599D background.


Related colors

Complementary color

Complementary color for #hex is #82A662.


I love getcolorcode.com

Triadic colors

1 #9D7D59 and #599D7D with #7D599D are triadic colors.

2 #9D597D and #597D9D with #7D599D are triadic colors.