COLOR #591D7C

HEX: #591D7C RGB: (89,29,124)

Color info

#591D7C contains mainly red and blue colors. Web safe color of #591D7C is #663366 (or #636).

RGB color model

#591D7C color RGB value is (89,29,124).

RGB: (89,29,124) (35%, 11%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 29 of 255 = 11%
B 124 of 255 = 49%

89
29
124

R + G + B ~ 32%. #591D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 29 + 124 = 242 (100%)
R 89 of 242 ~ 36.78%
G 29 of 242 ~ 11.98%
B 124 of 242 ~ 51.24'%

%36.78
%11.98
%51.24

CMYK color model

#591D7C color CMYK value is (28,77,0,51).

  • cyan value is 28.23%
  • magenta value is 76.61%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (28,77,0,51)
C28M77Y0K51 (28%, 77%, 0%, 51%)
(0.28 / 0.77 / 0.00 / 0.51)

CMYK percentages

%28.23
%76.61
%0
%51.37

Codes

Color #591D7C in popluar color models

59 1D 7C
RGB 89 29 124
HSL 278° 62.09% 30.00%
HSB/HSV 278° 76.61% 48.63%
CMYK 28.23% 76.61% 0.00%
51.37%

Color #591D7C in popluar number systems.

HEX 59 1D 7C
Decimal 89 29 124
Binary 1011001 11101 1111100
Octal 131 35 174

Shades and tints

Shades of #591D7C

#591D7C
(89,29,124)
#511B71
(81,27,113)
#491966
(73,25,102)
#41175B
(65,23,91)
#391550
(57,21,80)
#311345
(49,19,69)
#29113A
(41,17,58)
#210F2F
(33,15,47)
#190D24
(25,13,36)
#110B19
(17,11,25)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #591D7C

#591D7C
(89,29,124)
#683187
(104,49,135)
#774592
(119,69,146)
#86599D
(134,89,157)
#956DA8
(149,109,168)
#A481B3
(164,129,179)
#B395BE
(179,149,190)
#C2A9C9
(194,169,201)
#D1BDD4
(209,189,212)
#E0D1DF
(224,209,223)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591D7C color. Also use rgb(89,29,124) instead hex code.

Text Font Color

.myTextColor { color: #591D7C; }

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

This text font color is #591D7C.

Background Color

.myBgColor { background-color: #591D7C; }

<div style="background-color:#591D7C">Inner text</div>

This div background color is #591D7C.

Border color

.myBorderColor { border: 1px solid #591D7C; }

<div style="border:3px solid #591D7C">Div</div>

This div border color is #591D7C.

Opacity

.myOpacity80 { color: #591D7C; opacity: 0.8; }

<p style="color:#591D7C;opacity:0.8;">80%</p>

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

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

This text has shadow with #591D7C color.


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

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

This text has shadow with #591D7C primary color and red secondary color.


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

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

This text has shadow with #591D7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #591D7C.

Preview

Color preview on black background

This text has color #591D7C on black background.


Color preview on white background

This text has color #591D7C on white background.


Black color preview on #591D7C background

This text has black color on #591D7C background.


White color preview on #591D7C background

This text has white color on #591D7C background.


Related colors

Complementary color

Complementary color for #hex is #A6E283.


I love getcolorcode.com

Triadic colors

1 #7C591D and #1D7C59 with #591D7C are triadic colors.

2 #7C1D59 and #1D597C with #591D7C are triadic colors.