COLOR #570D73

HEX: #570D73
RGB: (87,13,115)

Color info

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

RGB color model

#570D73 color RGB value is (87,13,115).

  • red value is 87;
  • green value is 13;
  • blue value is 115.
RGB:
(87,13,115)
(34%,5%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 13 of 255 = 5%
B 115 of 255 = 45%

87
13
115

R + G + B ~ 28%. #570D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 13 + 115 = 215 (100%)
R 87 of 215 ~ 40.47%
G 13 of 215 ~ 6.05%
B 115 of 215 ~ 53.49%

%40.47
%53.49

CMYK color model

#570D73 color CMYK value is (24,89,0,55).

  • cyan value is 24.35%
  • magenta value is 88.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(24,89,0,55)
C24M89Y0K55 
(24%,89%,0%,55%)
(0.24/0.89/0.00/0.55)	

CMYK percentages

%24.35
%88.7
%0
%54.9

Codes

Color #570D73 in popluar color models

570D73
RGB8713115
HSL284°79.69%25.10%
HSB/HSV284°88.70%45.10%
CMYK24.35%88.70%0.00%
54.90%

Color #570D73 in popluar number systems.

HEX570D73
Decimal8713115
Binary101011111011110011
Octal12715163

Shades and tints

Shades of #570D73

#570D73
(87,13,115)
#500C69
(80,12,105)
#490B5F
(73,11,95)
#420A55
(66,10,85)
#3B094B
(59,9,75)
#340841
(52,8,65)
#2D0737
(45,7,55)
#26062D
(38,6,45)
#1F0523
(31,5,35)
#180419
(24,4,25)
#11030F
(17,3,15)
#000000
(0,0,0)

Tints of #570D73

#570D73
(87,13,115)
#66237F
(102,35,127)
#75398B
(117,57,139)
#844F97
(132,79,151)
#9365A3
(147,101,163)
#A27BAF
(162,123,175)
#B191BB
(177,145,187)
#C0A7C7
(192,167,199)
#CFBDD3
(207,189,211)
#DED3DF
(222,211,223)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570D73 color. Also use rgb(87,13,115) instead hex code.

Text Font Color

.myTextColor { color: #570D73; }

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

This text font color is #570D73.


Background Color

.myBgColor { background-color: #570D73; }

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

This div background color is #570D73.


Border color

.myBorderColor { border: 1px solid #570D73; }

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

This div border color is #570D73.


Opacity

.myOpacity80 { color: #570D73; opacity: 0.8; }

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

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

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

This text has shadow with #570D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570D73 on black background.


Color preview on white background

This text has color #570D73 on white background.



Black color preview on #570D73 background

This text has black color on #570D73 background.


White color preview on #570D73 background

This text has white color on #570D73 background.