COLOR #573981

HEX: #573981
RGB: (87,57,129)

Color info

#573981 contains mainly red and blue colors. Web safe color of #573981 is #663399 (or #639).

RGB color model

#573981 color RGB value is (87,57,129).

  • red value is 87;
  • green value is 57;
  • blue value is 129.
RGB:
(87,57,129)
(34%,22%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 57 of 255 = 22%
B 129 of 255 = 51%

87
57
129

R + G + B ~ 36%. #573981 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 57 + 129 = 273 (100%)
R 87 of 273 ~ 31.87%
G 57 of 273 ~ 20.88%
B 129 of 273 ~ 47.25%

%31.87
%20.88
%47.25

CMYK color model

#573981 color CMYK value is (33,56,0,49).

  • cyan value is 32.56%
  • magenta value is 55.81%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(33,56,0,49)
C33M56Y0K49 
(33%,56%,0%,49%)
(0.33/0.56/0.00/0.49)	

CMYK percentages

%32.56
%55.81
%0
%49.41

Codes

Color #573981 in popluar color models

573981
RGB8757129
HSL265°38.71%36.47%
HSB/HSV265°55.81%50.59%
CMYK32.56%55.81%0.00%
49.41%

Color #573981 in popluar number systems.

HEX573981
Decimal8757129
Binary101011111100110000001
Octal12771201

Shades and tints

Shades of #573981

#573981
(87,57,129)
#503476
(80,52,118)
#492F6B
(73,47,107)
#422A60
(66,42,96)
#3B2555
(59,37,85)
#34204A
(52,32,74)
#2D1B3F
(45,27,63)
#261634
(38,22,52)
#1F1129
(31,17,41)
#180C1E
(24,12,30)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #573981

#573981
(87,57,129)
#664B8C
(102,75,140)
#755D97
(117,93,151)
#846FA2
(132,111,162)
#9381AD
(147,129,173)
#A293B8
(162,147,184)
#B1A5C3
(177,165,195)
#C0B7CE
(192,183,206)
#CFC9D9
(207,201,217)
#DEDBE4
(222,219,228)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573981 color. Also use rgb(87,57,129) instead hex code.

Text Font Color

.myTextColor { color: #573981; }

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

This text font color is #573981.


Background Color

.myBgColor { background-color: #573981; }

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

This div background color is #573981.


Border color

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

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

This div border color is #573981.


Opacity

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

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

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

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

This text has shadow with #573981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573981 on black background.


Color preview on white background

This text has color #573981 on white background.



Black color preview on #573981 background

This text has black color on #573981 background.


White color preview on #573981 background

This text has white color on #573981 background.