COLOR #573179

HEX: #573179
RGB: (87,49,121)

Color info

#573179 contains mainly red and blue colors. Web safe color of #573179 is #663366 (or #636).

RGB color model

#573179 color RGB value is (87,49,121).

  • red value is 87;
  • green value is 49;
  • blue value is 121.
RGB:
(87,49,121)
(34%,19%,47%)

RGB channels and saturation

R 87 of 255 = 34%
G 49 of 255 = 19%
B 121 of 255 = 47%

87
49
121

R + G + B ~ 33%. #573179 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 49 + 121 = 257 (100%)
R 87 of 257 ~ 33.85%
G 49 of 257 ~ 19.07%
B 121 of 257 ~ 47.08%

%33.85
%19.07
%47.08

CMYK color model

#573179 color CMYK value is (28,60,0,53).

  • cyan value is 28.10%
  • magenta value is 59.50%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(28,60,0,53)
C28M60Y0K53 
(28%,60%,0%,53%)
(0.28/0.60/0.00/0.53)	

CMYK percentages

%28.1
%59.5
%0
%52.55

Codes

Color #573179 in popluar color models

573179
RGB8749121
HSL272°42.35%33.33%
HSB/HSV272°59.50%47.45%
CMYK28.10%59.50%0.00%
52.55%

Color #573179 in popluar number systems.

HEX573179
Decimal8749121
Binary10101111100011111001
Octal12761171

Shades and tints

Shades of #573179

#573179
(87,49,121)
#502D6E
(80,45,110)
#492963
(73,41,99)
#422558
(66,37,88)
#3B214D
(59,33,77)
#341D42
(52,29,66)
#2D1937
(45,25,55)
#26152C
(38,21,44)
#1F1121
(31,17,33)
#180D16
(24,13,22)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #573179

#573179
(87,49,121)
#664385
(102,67,133)
#755591
(117,85,145)
#84679D
(132,103,157)
#9379A9
(147,121,169)
#A28BB5
(162,139,181)
#B19DC1
(177,157,193)
#C0AFCD
(192,175,205)
#CFC1D9
(207,193,217)
#DED3E5
(222,211,229)
#EDE5F1
(237,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573179 color. Also use rgb(87,49,121) instead hex code.

Text Font Color

.myTextColor { color: #573179; }

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

This text font color is #573179.


Background Color

.myBgColor { background-color: #573179; }

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

This div background color is #573179.


Border color

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

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

This div border color is #573179.


Opacity

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

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

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

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

This text has shadow with #573179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573179 on black background.


Color preview on white background

This text has color #573179 on white background.



Black color preview on #573179 background

This text has black color on #573179 background.


White color preview on #573179 background

This text has white color on #573179 background.