COLOR #591180

HEX: #591180
RGB: (89,17,128)

Color info

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

RGB color model

#591180 color RGB value is (89,17,128).

  • red value is 89;
  • green value is 17;
  • blue value is 128.
RGB:
(89,17,128)
(35%,7%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 17 of 255 = 7%
B 128 of 255 = 50%

89
17
128

R + G + B ~ 31%. #591180 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 17 + 128 = 234 (100%)
R 89 of 234 ~ 38.03%
G 17 of 234 ~ 7.26%
B 128 of 234 ~ 54.7%

%38.03
%54.7

CMYK color model

#591180 color CMYK value is (30,87,0,50).

  • cyan value is 30.47%
  • magenta value is 86.72%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(30,87,0,50)
C30M87Y0K50 
(30%,87%,0%,50%)
(0.30/0.87/0.00/0.50)	

CMYK percentages

%30.47
%86.72
%0
%49.8

Codes

Color #591180 in popluar color models

591180
RGB8917128
HSL279°76.55%28.43%
HSB/HSV279°86.72%50.20%
CMYK30.47%86.72%0.00%
49.80%

Color #591180 in popluar number systems.

HEX591180
Decimal8917128
Binary10110011000110000000
Octal13121200

Shades and tints

Shades of #591180

#591180
(89,17,128)
#511075
(81,16,117)
#490F6A
(73,15,106)
#410E5F
(65,14,95)
#390D54
(57,13,84)
#310C49
(49,12,73)
#290B3E
(41,11,62)
#210A33
(33,10,51)
#190928
(25,9,40)
#11081D
(17,8,29)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #591180

#591180
(89,17,128)
#68268B
(104,38,139)
#773B96
(119,59,150)
#8650A1
(134,80,161)
#9565AC
(149,101,172)
#A47AB7
(164,122,183)
#B38FC2
(179,143,194)
#C2A4CD
(194,164,205)
#D1B9D8
(209,185,216)
#E0CEE3
(224,206,227)
#EFE3EE
(239,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591180 color. Also use rgb(89,17,128) instead hex code.

Text Font Color

.myTextColor { color: #591180; }

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

This text font color is #591180.


Background Color

.myBgColor { background-color: #591180; }

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

This div background color is #591180.


Border color

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

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

This div border color is #591180.


Opacity

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

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

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

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

This text has shadow with #591180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591180 on black background.


Color preview on white background

This text has color #591180 on white background.



Black color preview on #591180 background

This text has black color on #591180 background.


White color preview on #591180 background

This text has white color on #591180 background.