COLOR #591163

HEX: #591163
RGB: (89,17,99)

Color info

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

RGB color model

#591163 color RGB value is (89,17,99).

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

RGB channels and saturation

R 89 of 255 = 35%
G 17 of 255 = 7%
B 99 of 255 = 39%

89
17
99

R + G + B ~ 27%. #591163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 17 + 99 = 205 (100%)
R 89 of 205 ~ 43.41%
G 17 of 205 ~ 8.29%
B 99 of 205 ~ 48.29%

%43.41
%48.29

CMYK color model

#591163 color CMYK value is (10,83,0,61).

  • cyan value is 10.10%
  • magenta value is 82.83%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,83,0,61)
C10M83Y0K61 
(10%,83%,0%,61%)
(0.10/0.83/0.00/0.61)	

CMYK percentages

%10.1
%82.83
%0
%61.18

Codes

Color #591163 in popluar color models

591163
RGB891799
HSL293°70.69%22.75%
HSB/HSV293°82.83%38.82%
CMYK10.10%82.83%0.00%
61.18%

Color #591163 in popluar number systems.

HEX591163
Decimal891799
Binary1011001100011100011
Octal13121143

Shades and tints

Shades of #591163

#591163
(89,17,99)
#51105A
(81,16,90)
#490F51
(73,15,81)
#410E48
(65,14,72)
#390D3F
(57,13,63)
#310C36
(49,12,54)
#290B2D
(41,11,45)
#210A24
(33,10,36)
#19091B
(25,9,27)
#110812
(17,8,18)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #591163

#591163
(89,17,99)
#682671
(104,38,113)
#773B7F
(119,59,127)
#86508D
(134,80,141)
#95659B
(149,101,155)
#A47AA9
(164,122,169)
#B38FB7
(179,143,183)
#C2A4C5
(194,164,197)
#D1B9D3
(209,185,211)
#E0CEE1
(224,206,225)
#EFE3EF
(239,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591163; }

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

This text font color is #591163.


Background Color

.myBgColor { background-color: #591163; }

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

This div background color is #591163.


Border color

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

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

This div border color is #591163.


Opacity

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

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

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

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

This text has shadow with #591163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591163 on black background.


Color preview on white background

This text has color #591163 on white background.



Black color preview on #591163 background

This text has black color on #591163 background.


White color preview on #591163 background

This text has white color on #591163 background.