COLOR #590A71

HEX: #590A71
RGB: (89,10,113)

Color info

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

RGB color model

#590A71 color RGB value is (89,10,113).

  • red value is 89;
  • green value is 10;
  • blue value is 113.
RGB:
(89,10,113)
(35%,4%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 10 of 255 = 4%
B 113 of 255 = 44%

89
10
113

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

Portions of RGB colors in percentages

R + G + B =
89 + 10 + 113 = 212 (100%)
R 89 of 212 ~ 41.98%
G 10 of 212 ~ 4.72%
B 113 of 212 ~ 53.3%

%41.98
%53.3

CMYK color model

#590A71 color CMYK value is (21,91,0,56).

  • cyan value is 21.24%
  • magenta value is 91.15%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(21,91,0,56)
C21M91Y0K56 
(21%,91%,0%,56%)
(0.21/0.91/0.00/0.56)	

CMYK percentages

%21.24
%91.15
%0
%55.69

Codes

Color #590A71 in popluar color models

590A71
RGB8910113
HSL286°83.74%24.12%
HSB/HSV286°91.15%44.31%
CMYK21.24%91.15%0.00%
55.69%

Color #590A71 in popluar number systems.

HEX590A71
Decimal8910113
Binary101100110101110001
Octal13112161

Shades and tints

Shades of #590A71

#590A71
(89,10,113)
#510A67
(81,10,103)
#490A5D
(73,10,93)
#410A53
(65,10,83)
#390A49
(57,10,73)
#310A3F
(49,10,63)
#290A35
(41,10,53)
#210A2B
(33,10,43)
#190A21
(25,10,33)
#110A17
(17,10,23)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #590A71

#590A71
(89,10,113)
#68207D
(104,32,125)
#773689
(119,54,137)
#864C95
(134,76,149)
#9562A1
(149,98,161)
#A478AD
(164,120,173)
#B38EB9
(179,142,185)
#C2A4C5
(194,164,197)
#D1BAD1
(209,186,209)
#E0D0DD
(224,208,221)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590A71 color. Also use rgb(89,10,113) instead hex code.

Text Font Color

.myTextColor { color: #590A71; }

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

This text font color is #590A71.


Background Color

.myBgColor { background-color: #590A71; }

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

This div background color is #590A71.


Border color

.myBorderColor { border: 1px solid #590A71; }

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

This div border color is #590A71.


Opacity

.myOpacity80 { color: #590A71; opacity: 0.8; }

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

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

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

This text has shadow with #590A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590A71 on black background.


Color preview on white background

This text has color #590A71 on white background.



Black color preview on #590A71 background

This text has black color on #590A71 background.


White color preview on #590A71 background

This text has white color on #590A71 background.