COLOR #7D4595

HEX: #7D4595 RGB: (125,69,149)

Color info

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

RGB color model

#7D4595 color RGB value is (125,69,149).

RGB: (125,69,149) (49%, 27%, 58%)

RGB channels and saturation

R 125 of 255 = 49%
G 69 of 255 = 27%
B 149 of 255 = 58%

125
69
149

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

Portions of RGB colors in percentages

R + G + B = 125 + 69 + 149 = 343 (100%)
R 125 of 343 ~ 36.44%
G 69 of 343 ~ 20.12%
B 149 of 343 ~ 43.44'%

%36.44
%20.12
%43.44

CMYK color model

#7D4595 color CMYK value is (16,54,0,42).

  • cyan value is 16.11%
  • magenta value is 53.69%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (16,54,0,42)
C16M54Y0K42 (16%, 54%, 0%, 42%)
(0.16 / 0.54 / 0.00 / 0.42)

CMYK percentages

%16.11
%53.69
%0
%41.57

Codes

Color #7D4595 in popluar color models

7D 45 95
RGB 125 69 149
HSL 282° 36.70% 42.75%
HSB/HSV 282° 53.69% 58.43%
CMYK 16.11% 53.69% 0.00%
41.57%

Color #7D4595 in popluar number systems.

HEX 7D 45 95
Decimal 125 69 149
Binary 1111101 1000101 10010101
Octal 175 105 225

Shades and tints

Shades of #7D4595

#7D4595
(125,69,149)
#723F88
(114,63,136)
#67397B
(103,57,123)
#5C336E
(92,51,110)
#512D61
(81,45,97)
#462754
(70,39,84)
#3B2147
(59,33,71)
#301B3A
(48,27,58)
#25152D
(37,21,45)
#1A0F20
(26,15,32)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #7D4595

#7D4595
(125,69,149)
#88559E
(136,85,158)
#9365A7
(147,101,167)
#9E75B0
(158,117,176)
#A985B9
(169,133,185)
#B495C2
(180,149,194)
#BFA5CB
(191,165,203)
#CAB5D4
(202,181,212)
#D5C5DD
(213,197,221)
#E0D5E6
(224,213,230)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4595 color. Also use rgb(125,69,149) instead hex code.

Text Font Color

.myTextColor { color: #7D4595; }

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

This text font color is #7D4595.

Background Color

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

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

This div background color is #7D4595.

Border color

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

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

This div border color is #7D4595.

Opacity

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

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

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

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

This text has shadow with #7D4595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D4595.

Preview

Color preview on black background

This text has color #7D4595 on black background.


Color preview on white background

This text has color #7D4595 on white background.


Black color preview on #7D4595 background

This text has black color on #7D4595 background.


White color preview on #7D4595 background

This text has white color on #7D4595 background.


Related colors

Complementary color

Complementary color for #hex is #82BA6A.


I love getcolorcode.com

Triadic colors

1 #957D45 and #45957D with #7D4595 are triadic colors.

2 #95457D and #457D95 with #7D4595 are triadic colors.