COLOR #7D598F

HEX: #7D598F RGB: (125,89,143)

Color info

#7D598F contains red, green and blue colors in about the same proportion. Web safe color of #7D598F is #666699 (or #669).

RGB color model

#7D598F color RGB value is (125,89,143).

RGB: (125,89,143) (49%, 35%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 89 of 255 = 35%
B 143 of 255 = 56%

125
89
143

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

Portions of RGB colors in percentages

R + G + B = 125 + 89 + 143 = 357 (100%)
R 125 of 357 ~ 35.01%
G 89 of 357 ~ 24.93%
B 143 of 357 ~ 40.06'%

%35.01
%24.93
%40.06

CMYK color model

#7D598F color CMYK value is (13,38,0,44).

  • cyan value is 12.59%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (13,38,0,44)
C13M38Y0K44 (13%, 38%, 0%, 44%)
(0.13 / 0.38 / 0.00 / 0.44)

CMYK percentages

%12.59
%37.76
%0
%43.92

Codes

Color #7D598F in popluar color models

7D 59 8F
RGB 125 89 143
HSL 280° 23.28% 45.49%
HSB/HSV 280° 37.76% 56.08%
CMYK 12.59% 37.76% 0.00%
43.92%

Color #7D598F in popluar number systems.

HEX 7D 59 8F
Decimal 125 89 143
Binary 1111101 1011001 10001111
Octal 175 131 217

Shades and tints

Shades of #7D598F

#7D598F
(125,89,143)
#725182
(114,81,130)
#674975
(103,73,117)
#5C4168
(92,65,104)
#51395B
(81,57,91)
#46314E
(70,49,78)
#3B2941
(59,41,65)
#302134
(48,33,52)
#251927
(37,25,39)
#1A111A
(26,17,26)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #7D598F

#7D598F
(125,89,143)
#886899
(136,104,153)
#9377A3
(147,119,163)
#9E86AD
(158,134,173)
#A995B7
(169,149,183)
#B4A4C1
(180,164,193)
#BFB3CB
(191,179,203)
#CAC2D5
(202,194,213)
#D5D1DF
(213,209,223)
#E0E0E9
(224,224,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D598F; }

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

This text font color is #7D598F.

Background Color

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

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

This div background color is #7D598F.

Border color

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

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

This div border color is #7D598F.

Opacity

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

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

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

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

This text has shadow with #7D598F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D598F.

Preview

Color preview on black background

This text has color #7D598F on black background.


Color preview on white background

This text has color #7D598F on white background.


Black color preview on #7D598F background

This text has black color on #7D598F background.


White color preview on #7D598F background

This text has white color on #7D598F background.


Related colors

Complementary color

Complementary color for #hex is #82A670.


I love getcolorcode.com

Triadic colors

1 #8F7D59 and #598F7D with #7D598F are triadic colors.

2 #8F597D and #597D8F with #7D598F are triadic colors.