COLOR #7D579A

HEX: #7D579A RGB: (125,87,154)

Color info

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

RGB color model

#7D579A color RGB value is (125,87,154).

RGB: (125,87,154) (49%, 34%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 87 of 255 = 34%
B 154 of 255 = 60%

125
87
154

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

Portions of RGB colors in percentages

R + G + B = 125 + 87 + 154 = 366 (100%)
R 125 of 366 ~ 34.15%
G 87 of 366 ~ 23.77%
B 154 of 366 ~ 42.08'%

%34.15
%23.77
%42.08

CMYK color model

#7D579A color CMYK value is (19,44,0,40).

  • cyan value is 18.83%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (19,44,0,40)
C19M44Y0K40 (19%, 44%, 0%, 40%)
(0.19 / 0.44 / 0.00 / 0.40)

CMYK percentages

%18.83
%43.51
%0
%39.61

Codes

Color #7D579A in popluar color models

7D 57 9A
RGB 125 87 154
HSL 274° 27.80% 47.25%
HSB/HSV 274° 43.51% 60.39%
CMYK 18.83% 43.51% 0.00%
39.61%

Color #7D579A in popluar number systems.

HEX 7D 57 9A
Decimal 125 87 154
Binary 1111101 1010111 10011010
Octal 175 127 232

Shades and tints

Shades of #7D579A

#7D579A
(125,87,154)
#72508C
(114,80,140)
#67497E
(103,73,126)
#5C4270
(92,66,112)
#513B62
(81,59,98)
#463454
(70,52,84)
#3B2D46
(59,45,70)
#302638
(48,38,56)
#251F2A
(37,31,42)
#1A181C
(26,24,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #7D579A

#7D579A
(125,87,154)
#8866A3
(136,102,163)
#9375AC
(147,117,172)
#9E84B5
(158,132,181)
#A993BE
(169,147,190)
#B4A2C7
(180,162,199)
#BFB1D0
(191,177,208)
#CAC0D9
(202,192,217)
#D5CFE2
(213,207,226)
#E0DEEB
(224,222,235)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D579A color. Also use rgb(125,87,154) instead hex code.

Text Font Color

.myTextColor { color: #7D579A; }

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

This text font color is #7D579A.

Background Color

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

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

This div background color is #7D579A.

Border color

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

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

This div border color is #7D579A.

Opacity

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

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

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

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

This text has shadow with #7D579A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D579A.

Preview

Color preview on black background

This text has color #7D579A on black background.


Color preview on white background

This text has color #7D579A on white background.


Black color preview on #7D579A background

This text has black color on #7D579A background.


White color preview on #7D579A background

This text has white color on #7D579A background.


Related colors

Complementary color

Complementary color for #hex is #82A865.


I love getcolorcode.com

Triadic colors

1 #9A7D57 and #579A7D with #7D579A are triadic colors.

2 #9A577D and #577D9A with #7D579A are triadic colors.