COLOR #601671

HEX: #601671
RGB: (96,22,113)

Color info

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

RGB color model

#601671 color RGB value is (96,22,113).

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

RGB channels and saturation

R 96 of 255 = 38%
G 22 of 255 = 9%
B 113 of 255 = 44%

96
22
113

R + G + B ~ 30%. #601671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 22 + 113 = 231 (100%)
R 96 of 231 ~ 41.56%
G 22 of 231 ~ 9.52%
B 113 of 231 ~ 48.92%

%41.56
%9.52
%48.92

CMYK color model

#601671 color CMYK value is (15,81,0,56).

  • cyan value is 15.04%
  • magenta value is 80.53%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(15,81,0,56)
C15M81Y0K56 
(15%,81%,0%,56%)
(0.15/0.81/0.00/0.56)	

CMYK percentages

%15.04
%80.53
%0
%55.69

Codes

Color #601671 in popluar color models

601671
RGB9622113
HSL289°67.41%26.47%
HSB/HSV289°80.53%44.31%
CMYK15.04%80.53%0.00%
55.69%

Color #601671 in popluar number systems.

HEX601671
Decimal9622113
Binary1100000101101110001
Octal14026161

Shades and tints

Shades of #601671

#601671
(96,22,113)
#581467
(88,20,103)
#50125D
(80,18,93)
#481053
(72,16,83)
#400E49
(64,14,73)
#380C3F
(56,12,63)
#300A35
(48,10,53)
#28082B
(40,8,43)
#200621
(32,6,33)
#180417
(24,4,23)
#10020D
(16,2,13)
#000000
(0,0,0)

Tints of #601671

#601671
(96,22,113)
#6E2B7D
(110,43,125)
#7C4089
(124,64,137)
#8A5595
(138,85,149)
#986AA1
(152,106,161)
#A67FAD
(166,127,173)
#B494B9
(180,148,185)
#C2A9C5
(194,169,197)
#D0BED1
(208,190,209)
#DED3DD
(222,211,221)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601671; }

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

This text font color is #601671.


Background Color

.myBgColor { background-color: #601671; }

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

This div background color is #601671.


Border color

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

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

This div border color is #601671.


Opacity

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

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

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

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

This text has shadow with #601671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601671 on black background.


Color preview on white background

This text has color #601671 on white background.



Black color preview on #601671 background

This text has black color on #601671 background.


White color preview on #601671 background

This text has white color on #601671 background.