COLOR #601E57

HEX: #601E57 RGB: (96,30,87)

Color info

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

RGB color model

#601E57 color RGB value is (96,30,87).

RGB: (96,30,87) (38%, 12%, 34%)

RGB channels and saturation

R 96 of 255 = 38%
G 30 of 255 = 12%
B 87 of 255 = 34%

96
30
87

R + G + B ~ 28%. #601E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 30 + 87 = 213 (100%)
R 96 of 213 ~ 45.07%
G 30 of 213 ~ 14.08%
B 87 of 213 ~ 40.85'%

%45.07
%14.08
%40.85

CMYK color model

#601E57 color CMYK value is (0,69,9,62).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 9.38%
  • key color value is 62.35%

CMYK: (0,69,9,62)
C0M69Y9K62 (0%, 69%, 9%, 62%)
(0.00 / 0.69 / 0.09 / 0.62)

CMYK percentages

%0
%68.75
%9.38
%62.35

Codes

Color #601E57 in popluar color models

60 1E 57
RGB 96 30 87
HSL 308° 52.38% 24.71%
HSB/HSV 308° 68.75% 37.65%
CMYK 0.00% 68.75% 9.38%
62.35%

Color #601E57 in popluar number systems.

HEX 60 1E 57
Decimal 96 30 87
Binary 1100000 11110 1010111
Octal 140 36 127

Shades and tints

Shades of #601E57

#601E57
(96,30,87)
#581C50
(88,28,80)
#501A49
(80,26,73)
#481842
(72,24,66)
#40163B
(64,22,59)
#381434
(56,20,52)
#30122D
(48,18,45)
#281026
(40,16,38)
#200E1F
(32,14,31)
#180C18
(24,12,24)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #601E57

#601E57
(96,30,87)
#6E3266
(110,50,102)
#7C4675
(124,70,117)
#8A5A84
(138,90,132)
#986E93
(152,110,147)
#A682A2
(166,130,162)
#B496B1
(180,150,177)
#C2AAC0
(194,170,192)
#D0BECF
(208,190,207)
#DED2DE
(222,210,222)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601E57 color. Also use rgb(96,30,87) instead hex code.

Text Font Color

.myTextColor { color: #601E57; }

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

This text font color is #601E57.

Background Color

.myBgColor { background-color: #601E57; }

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

This div background color is #601E57.

Border color

.myBorderColor { border: 1px solid #601E57; }

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

This div border color is #601E57.

Opacity

.myOpacity80 { color: #601E57; opacity: 0.8; }

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

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

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

This text has shadow with #601E57 color.


.textShadow {text-shadow: 3px 3px 1px #601E57', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #601E57; -webkit-box-shadow: 1px 1px 3px 2px #601E57; box-shadow:1px 1px 3px 2px #601E57;">
Div content here
</div>

This div box has shadow with color #601E57.

Preview

Color preview on black background

This text has color #601E57 on black background.


Color preview on white background

This text has color #601E57 on white background.


Black color preview on #601E57 background

This text has black color on #601E57 background.


White color preview on #601E57 background

This text has white color on #601E57 background.


Related colors

Complementary color

Complementary color for #hex is #9FE1A8.


I love getcolorcode.com

Triadic colors

1 #57601E and #1E5760 with #601E57 are triadic colors.

2 #571E60 and #1E6057 with #601E57 are triadic colors.