COLOR #601B71

HEX: #601B71
RGB: (96,27,113)

Color info

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

RGB color model

#601B71 color RGB value is (96,27,113).

  • red value is 96;
  • green value is 27;
  • blue value is 113.
RGB:
(96,27,113)
(38%,11%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 27 of 255 = 11%
B 113 of 255 = 44%

96
27
113

R + G + B ~ 31%. #601B71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 27 + 113 = 236 (100%)
R 96 of 236 ~ 40.68%
G 27 of 236 ~ 11.44%
B 113 of 236 ~ 47.88%

%40.68
%11.44
%47.88

CMYK color model

#601B71 color CMYK value is (15,76,0,56).

  • cyan value is 15.04%
  • magenta value is 76.11%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(15,76,0,56)
C15M76Y0K56 
(15%,76%,0%,56%)
(0.15/0.76/0.00/0.56)	

CMYK percentages

%15.04
%76.11
%0
%55.69

Codes

Color #601B71 in popluar color models

601B71
RGB9627113
HSL288°61.43%27.45%
HSB/HSV288°76.11%44.31%
CMYK15.04%76.11%0.00%
55.69%

Color #601B71 in popluar number systems.

HEX601B71
Decimal9627113
Binary1100000110111110001
Octal14033161

Shades and tints

Shades of #601B71

#601B71
(96,27,113)
#581967
(88,25,103)
#50175D
(80,23,93)
#481553
(72,21,83)
#401349
(64,19,73)
#38113F
(56,17,63)
#300F35
(48,15,53)
#280D2B
(40,13,43)
#200B21
(32,11,33)
#180917
(24,9,23)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #601B71

#601B71
(96,27,113)
#6E2F7D
(110,47,125)
#7C4389
(124,67,137)
#8A5795
(138,87,149)
#986BA1
(152,107,161)
#A67FAD
(166,127,173)
#B493B9
(180,147,185)
#C2A7C5
(194,167,197)
#D0BBD1
(208,187,209)
#DECFDD
(222,207,221)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601B71 color. Also use rgb(96,27,113) instead hex code.

Text Font Color

.myTextColor { color: #601B71; }

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

This text font color is #601B71.


Background Color

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

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

This div background color is #601B71.


Border color

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

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

This div border color is #601B71.


Opacity

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

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

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

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

This text has shadow with #601B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601B71 on black background.


Color preview on white background

This text has color #601B71 on white background.



Black color preview on #601B71 background

This text has black color on #601B71 background.


White color preview on #601B71 background

This text has white color on #601B71 background.