COLOR #590075

HEX: #590075
RGB: (89,0,117)

Color info

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

RGB color model

#590075 color RGB value is (89,0,117).

  • red value is 89;
  • green value is 0;
  • blue value is 117.
RGB:
(89,0,117)
(35%,0%,46%)

RGB channels and saturation

R 89 of 255 = 35%
G 0 of 255 = 0%
B 117 of 255 = 46%

89
0
117

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

Portions of RGB colors in percentages

R + G + B =
89 + 0 + 117 = 206 (100%)
R 89 of 206 ~ 43.2%
G 0 of 206 ~ 0%
B 117 of 206 ~ 56.8%

%43.2
%56.8

CMYK color model

#590075 color CMYK value is (24,100,0,54).

  • cyan value is 23.93%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(24,100,0,54)
C24M100Y0K54 
(24%,100%,0%,54%)
(0.24/1.00/0.00/0.54)	

CMYK percentages

%23.93
%100
%0
%54.12

Codes

Color #590075 in popluar color models

590075
RGB890117
HSL286°100.00%22.94%
HSB/HSV286°100.00%45.88%
CMYK23.93%100.00%0.00%
54.12%

Color #590075 in popluar number systems.

HEX590075
Decimal890117
Binary101100101110101
Octal1310165

Shades and tints

Shades of #590075

#590075
(89,0,117)
#51006B
(81,0,107)
#490061
(73,0,97)
#410057
(65,0,87)
#39004D
(57,0,77)
#310043
(49,0,67)
#290039
(41,0,57)
#21002F
(33,0,47)
#190025
(25,0,37)
#11001B
(17,0,27)
#090011
(9,0,17)
#000000
(0,0,0)

Tints of #590075

#590075
(89,0,117)
#681781
(104,23,129)
#772E8D
(119,46,141)
#864599
(134,69,153)
#955CA5
(149,92,165)
#A473B1
(164,115,177)
#B38ABD
(179,138,189)
#C2A1C9
(194,161,201)
#D1B8D5
(209,184,213)
#E0CFE1
(224,207,225)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590075 color. Also use rgb(89,0,117) instead hex code.

Text Font Color

.myTextColor { color: #590075; }

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

This text font color is #590075.


Background Color

.myBgColor { background-color: #590075; }

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

This div background color is #590075.


Border color

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

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

This div border color is #590075.


Opacity

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

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

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

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

This text has shadow with #590075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590075 on black background.


Color preview on white background

This text has color #590075 on white background.



Black color preview on #590075 background

This text has black color on #590075 background.


White color preview on #590075 background

This text has white color on #590075 background.