COLOR #591966

HEX: #591966 RGB: (89,25,102)

Color info

#591966 contains mainly red and blue colors. Web safe color of #591966 is #660066 (or #606).

RGB color model

#591966 color RGB value is (89,25,102).

RGB: (89,25,102) (35%, 10%, 40%)

RGB channels and saturation

R 89 of 255 = 35%
G 25 of 255 = 10%
B 102 of 255 = 40%

89
25
102

R + G + B ~ 28%. #591966 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 25 + 102 = 216 (100%)
R 89 of 216 ~ 41.2%
G 25 of 216 ~ 11.57%
B 102 of 216 ~ 47.22'%

%41.2
%11.57
%47.22

CMYK color model

#591966 color CMYK value is (13,75,0,60).

  • cyan value is 12.75%
  • magenta value is 75.49%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (13,75,0,60)
C13M75Y0K60 (13%, 75%, 0%, 60%)
(0.13 / 0.75 / 0.00 / 0.60)

CMYK percentages

%12.75
%75.49
%0
%60

Codes

Color #591966 in popluar color models

59 19 66
RGB 89 25 102
HSL 290° 60.63% 24.90%
HSB/HSV 290° 75.49% 40.00%
CMYK 12.75% 75.49% 0.00%
60.00%

Color #591966 in popluar number systems.

HEX 59 19 66
Decimal 89 25 102
Binary 1011001 11001 1100110
Octal 131 31 146

Shades and tints

Shades of #591966

#591966
(89,25,102)
#51175D
(81,23,93)
#491554
(73,21,84)
#41134B
(65,19,75)
#391142
(57,17,66)
#310F39
(49,15,57)
#290D30
(41,13,48)
#210B27
(33,11,39)
#19091E
(25,9,30)
#110715
(17,7,21)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #591966

#591966
(89,25,102)
#682D73
(104,45,115)
#774180
(119,65,128)
#86558D
(134,85,141)
#95699A
(149,105,154)
#A47DA7
(164,125,167)
#B391B4
(179,145,180)
#C2A5C1
(194,165,193)
#D1B9CE
(209,185,206)
#E0CDDB
(224,205,219)
#EFE1E8
(239,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591966 color. Also use rgb(89,25,102) instead hex code.

Text Font Color

.myTextColor { color: #591966; }

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

This text font color is #591966.

Background Color

.myBgColor { background-color: #591966; }

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

This div background color is #591966.

Border color

.myBorderColor { border: 1px solid #591966; }

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

This div border color is #591966.

Opacity

.myOpacity80 { color: #591966; opacity: 0.8; }

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

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

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

This text has shadow with #591966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #591966.

Preview

Color preview on black background

This text has color #591966 on black background.


Color preview on white background

This text has color #591966 on white background.


Black color preview on #591966 background

This text has black color on #591966 background.


White color preview on #591966 background

This text has white color on #591966 background.


Related colors

Complementary color

Complementary color for #hex is #A6E699.


I love getcolorcode.com

Triadic colors

1 #665919 and #196659 with #591966 are triadic colors.

2 #661959 and #195966 with #591966 are triadic colors.