COLOR #7D559F

HEX: #7D559F
RGB: (125,85,159)

Color info

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

RGB color model

#7D559F color RGB value is (125,85,159).

  • red value is 125;
  • green value is 85;
  • blue value is 159.
RGB:
(125,85,159)
(49%,33%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 159 of 255 = 62%

125
85
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 85 + 159 = 369 (100%)
R 125 of 369 ~ 33.88%
G 85 of 369 ~ 23.04%
B 159 of 369 ~ 43.09%

%33.88
%23.04
%43.09

CMYK color model

#7D559F color CMYK value is (21,47,0,38).

  • cyan value is 21.38%
  • magenta value is 46.54%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(21,47,0,38)
C21M47Y0K38 
(21%,47%,0%,38%)
(0.21/0.47/0.00/0.38)	

CMYK percentages

%21.38
%46.54
%0
%37.65

Codes

Color #7D559F in popluar color models

7D559F
RGB12585159
HSL272°30.33%47.84%
HSB/HSV272°46.54%62.35%
CMYK21.38%46.54%0.00%
37.65%

Color #7D559F in popluar number systems.

HEX7D559F
Decimal12585159
Binary1111101101010110011111
Octal175125237

Shades and tints

Shades of #7D559F

#7D559F
(125,85,159)
#724E91
(114,78,145)
#674783
(103,71,131)
#5C4075
(92,64,117)
#513967
(81,57,103)
#463259
(70,50,89)
#3B2B4B
(59,43,75)
#30243D
(48,36,61)
#251D2F
(37,29,47)
#1A1621
(26,22,33)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7D559F

#7D559F
(125,85,159)
#8864A7
(136,100,167)
#9373AF
(147,115,175)
#9E82B7
(158,130,183)
#A991BF
(169,145,191)
#B4A0C7
(180,160,199)
#BFAFCF
(191,175,207)
#CABED7
(202,190,215)
#D5CDDF
(213,205,223)
#E0DCE7
(224,220,231)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D559F; }

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

This text font color is #7D559F.


Background Color

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

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

This div background color is #7D559F.


Border color

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

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

This div border color is #7D559F.


Opacity

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

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

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

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

This text has shadow with #7D559F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D559F on black background.


Color preview on white background

This text has color #7D559F on white background.



Black color preview on #7D559F background

This text has black color on #7D559F background.


White color preview on #7D559F background

This text has white color on #7D559F background.