COLOR #570061

HEX: #570061
RGB: (87,0,97)

Color info

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

RGB color model

#570061 color RGB value is (87,0,97).

  • red value is 87;
  • green value is 0;
  • blue value is 97.
RGB:
(87,0,97)
(34%,0%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 0 of 255 = 0%
B 97 of 255 = 38%

87
0
97

R + G + B ~ 24%. #570061 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 0 + 97 = 184 (100%)
R 87 of 184 ~ 47.28%
G 0 of 184 ~ 0%
B 97 of 184 ~ 52.72%

%47.28
%52.72

CMYK color model

#570061 color CMYK value is (10,100,0,62).

  • cyan value is 10.31%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(10,100,0,62)
C10M100Y0K62 
(10%,100%,0%,62%)
(0.10/1.00/0.00/0.62)	

CMYK percentages

%10.31
%100
%0
%61.96

Codes

Color #570061 in popluar color models

570061
RGB87097
HSL294°100.00%19.02%
HSB/HSV294°100.00%38.04%
CMYK10.31%100.00%0.00%
61.96%

Color #570061 in popluar number systems.

HEX570061
Decimal87097
Binary101011101100001
Octal1270141

Shades and tints

Shades of #570061

#570061
(87,0,97)
#500059
(80,0,89)
#490051
(73,0,81)
#420049
(66,0,73)
#3B0041
(59,0,65)
#340039
(52,0,57)
#2D0031
(45,0,49)
#260029
(38,0,41)
#1F0021
(31,0,33)
#180019
(24,0,25)
#110011
(17,0,17)
#000000
(0,0,0)

Tints of #570061

#570061
(87,0,97)
#66176F
(102,23,111)
#752E7D
(117,46,125)
#84458B
(132,69,139)
#935C99
(147,92,153)
#A273A7
(162,115,167)
#B18AB5
(177,138,181)
#C0A1C3
(192,161,195)
#CFB8D1
(207,184,209)
#DECFDF
(222,207,223)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570061 color. Also use rgb(87,0,97) instead hex code.

Text Font Color

.myTextColor { color: #570061; }

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

This text font color is #570061.


Background Color

.myBgColor { background-color: #570061; }

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

This div background color is #570061.


Border color

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

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

This div border color is #570061.


Opacity

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

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

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

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

This text has shadow with #570061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570061 on black background.


Color preview on white background

This text has color #570061 on white background.



Black color preview on #570061 background

This text has black color on #570061 background.


White color preview on #570061 background

This text has white color on #570061 background.