COLOR #601581

HEX: #601581
RGB: (96,21,129)

Color info

#601581 contains mainly red and blue colors. Web safe color of #601581 is #660099 (or #609).

RGB color model

#601581 color RGB value is (96,21,129).

  • red value is 96;
  • green value is 21;
  • blue value is 129.
RGB:
(96,21,129)
(38%,8%,51%)

RGB channels and saturation

R 96 of 255 = 38%
G 21 of 255 = 8%
B 129 of 255 = 51%

96
21
129

R + G + B ~ 32%. #601581 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 21 + 129 = 246 (100%)
R 96 of 246 ~ 39.02%
G 21 of 246 ~ 8.54%
B 129 of 246 ~ 52.44%

%39.02
%52.44

CMYK color model

#601581 color CMYK value is (26,84,0,49).

  • cyan value is 25.58%
  • magenta value is 83.72%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(26,84,0,49)
C26M84Y0K49 
(26%,84%,0%,49%)
(0.26/0.84/0.00/0.49)	

CMYK percentages

%25.58
%83.72
%0
%49.41

Codes

Color #601581 in popluar color models

601581
RGB9621129
HSL282°72.00%29.41%
HSB/HSV282°83.72%50.59%
CMYK25.58%83.72%0.00%
49.41%

Color #601581 in popluar number systems.

HEX601581
Decimal9621129
Binary11000001010110000001
Octal14025201

Shades and tints

Shades of #601581

#601581
(96,21,129)
#581476
(88,20,118)
#50136B
(80,19,107)
#481260
(72,18,96)
#401155
(64,17,85)
#38104A
(56,16,74)
#300F3F
(48,15,63)
#280E34
(40,14,52)
#200D29
(32,13,41)
#180C1E
(24,12,30)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #601581

#601581
(96,21,129)
#6E2A8C
(110,42,140)
#7C3F97
(124,63,151)
#8A54A2
(138,84,162)
#9869AD
(152,105,173)
#A67EB8
(166,126,184)
#B493C3
(180,147,195)
#C2A8CE
(194,168,206)
#D0BDD9
(208,189,217)
#DED2E4
(222,210,228)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601581 color. Also use rgb(96,21,129) instead hex code.

Text Font Color

.myTextColor { color: #601581; }

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

This text font color is #601581.


Background Color

.myBgColor { background-color: #601581; }

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

This div background color is #601581.


Border color

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

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

This div border color is #601581.


Opacity

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

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

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

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

This text has shadow with #601581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601581 on black background.


Color preview on white background

This text has color #601581 on white background.



Black color preview on #601581 background

This text has black color on #601581 background.


White color preview on #601581 background

This text has white color on #601581 background.