COLOR #572A71

HEX: #572A71
RGB: (87,42,113)

Color info

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

RGB color model

#572A71 color RGB value is (87,42,113).

  • red value is 87;
  • green value is 42;
  • blue value is 113.
RGB:
(87,42,113)
(34%,16%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 42 of 255 = 16%
B 113 of 255 = 44%

87
42
113

R + G + B ~ 31%. #572A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 42 + 113 = 242 (100%)
R 87 of 242 ~ 35.95%
G 42 of 242 ~ 17.36%
B 113 of 242 ~ 46.69%

%35.95
%17.36
%46.69

CMYK color model

#572A71 color CMYK value is (23,63,0,56).

  • cyan value is 23.01%
  • magenta value is 62.83%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(23,63,0,56)
C23M63Y0K56 
(23%,63%,0%,56%)
(0.23/0.63/0.00/0.56)	

CMYK percentages

%23.01
%62.83
%0
%55.69

Codes

Color #572A71 in popluar color models

572A71
RGB8742113
HSL278°45.81%30.39%
HSB/HSV278°62.83%44.31%
CMYK23.01%62.83%0.00%
55.69%

Color #572A71 in popluar number systems.

HEX572A71
Decimal8742113
Binary10101111010101110001
Octal12752161

Shades and tints

Shades of #572A71

#572A71
(87,42,113)
#502767
(80,39,103)
#49245D
(73,36,93)
#422153
(66,33,83)
#3B1E49
(59,30,73)
#341B3F
(52,27,63)
#2D1835
(45,24,53)
#26152B
(38,21,43)
#1F1221
(31,18,33)
#180F17
(24,15,23)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #572A71

#572A71
(87,42,113)
#663D7D
(102,61,125)
#755089
(117,80,137)
#846395
(132,99,149)
#9376A1
(147,118,161)
#A289AD
(162,137,173)
#B19CB9
(177,156,185)
#C0AFC5
(192,175,197)
#CFC2D1
(207,194,209)
#DED5DD
(222,213,221)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572A71 color. Also use rgb(87,42,113) instead hex code.

Text Font Color

.myTextColor { color: #572A71; }

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

This text font color is #572A71.


Background Color

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

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

This div background color is #572A71.


Border color

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

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

This div border color is #572A71.


Opacity

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

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

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

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

This text has shadow with #572A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572A71 on black background.


Color preview on white background

This text has color #572A71 on white background.



Black color preview on #572A71 background

This text has black color on #572A71 background.


White color preview on #572A71 background

This text has white color on #572A71 background.