COLOR #7D5591

HEX: #7D5591 RGB: (125,85,145)

Color info

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

RGB color model

#7D5591 color RGB value is (125,85,145).

RGB: (125,85,145) (49%, 33%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 145 of 255 = 57%

125
85
145

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

Portions of RGB colors in percentages

R + G + B = 125 + 85 + 145 = 355 (100%)
R 125 of 355 ~ 35.21%
G 85 of 355 ~ 23.94%
B 145 of 355 ~ 40.85'%

%35.21
%23.94
%40.85

CMYK color model

#7D5591 color CMYK value is (14,41,0,43).

  • cyan value is 13.79%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (14,41,0,43)
C14M41Y0K43 (14%, 41%, 0%, 43%)
(0.14 / 0.41 / 0.00 / 0.43)

CMYK percentages

%13.79
%41.38
%0
%43.14

Codes

Color #7D5591 in popluar color models

7D 55 91
RGB 125 85 145
HSL 280° 26.09% 45.10%
HSB/HSV 280° 41.38% 56.86%
CMYK 13.79% 41.38% 0.00%
43.14%

Color #7D5591 in popluar number systems.

HEX 7D 55 91
Decimal 125 85 145
Binary 1111101 1010101 10010001
Octal 175 125 221

Shades and tints

Shades of #7D5591

#7D5591
(125,85,145)
#724E84
(114,78,132)
#674777
(103,71,119)
#5C406A
(92,64,106)
#51395D
(81,57,93)
#463250
(70,50,80)
#3B2B43
(59,43,67)
#302436
(48,36,54)
#251D29
(37,29,41)
#1A161C
(26,22,28)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D5591

#7D5591
(125,85,145)
#88649B
(136,100,155)
#9373A5
(147,115,165)
#9E82AF
(158,130,175)
#A991B9
(169,145,185)
#B4A0C3
(180,160,195)
#BFAFCD
(191,175,205)
#CABED7
(202,190,215)
#D5CDE1
(213,205,225)
#E0DCEB
(224,220,235)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5591 color. Also use rgb(125,85,145) instead hex code.

Text Font Color

.myTextColor { color: #7D5591; }

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

This text font color is #7D5591.

Background Color

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

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

This div background color is #7D5591.

Border color

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

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

This div border color is #7D5591.

Opacity

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

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

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

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

This text has shadow with #7D5591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5591.

Preview

Color preview on black background

This text has color #7D5591 on black background.


Color preview on white background

This text has color #7D5591 on white background.


Black color preview on #7D5591 background

This text has black color on #7D5591 background.


White color preview on #7D5591 background

This text has white color on #7D5591 background.


Related colors

Complementary color

Complementary color for #hex is #82AA6E.


I love getcolorcode.com

Triadic colors

1 #917D55 and #55917D with #7D5591 are triadic colors.

2 #91557D and #557D91 with #7D5591 are triadic colors.