COLOR #601899

HEX: #601899
RGB: (96,24,153)

Color info

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

RGB color model

#601899 color RGB value is (96,24,153).

  • red value is 96;
  • green value is 24;
  • blue value is 153.
RGB:
(96,24,153)
(38%,9%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 24 of 255 = 9%
B 153 of 255 = 60%

96
24
153

R + G + B ~ 36%. #601899 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 24 + 153 = 273 (100%)
R 96 of 273 ~ 35.16%
G 24 of 273 ~ 8.79%
B 153 of 273 ~ 56.04%

%35.16
%56.04

CMYK color model

#601899 color CMYK value is (37,84,0,40).

  • cyan value is 37.25%
  • magenta value is 84.31%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,84,0,40)
C37M84Y0K40 
(37%,84%,0%,40%)
(0.37/0.84/0.00/0.40)	

CMYK percentages

%37.25
%84.31
%0
%40

Codes

Color #601899 in popluar color models

601899
RGB9624153
HSL273°72.88%34.71%
HSB/HSV273°84.31%60.00%
CMYK37.25%84.31%0.00%
40.00%

Color #601899 in popluar number systems.

HEX601899
Decimal9624153
Binary11000001100010011001
Octal14030231

Shades and tints

Shades of #601899

#601899
(96,24,153)
#58168C
(88,22,140)
#50147F
(80,20,127)
#481272
(72,18,114)
#401065
(64,16,101)
#380E58
(56,14,88)
#300C4B
(48,12,75)
#280A3E
(40,10,62)
#200831
(32,8,49)
#180624
(24,6,36)
#100417
(16,4,23)
#000000
(0,0,0)

Tints of #601899

#601899
(96,24,153)
#6E2DA2
(110,45,162)
#7C42AB
(124,66,171)
#8A57B4
(138,87,180)
#986CBD
(152,108,189)
#A681C6
(166,129,198)
#B496CF
(180,150,207)
#C2ABD8
(194,171,216)
#D0C0E1
(208,192,225)
#DED5EA
(222,213,234)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601899 color. Also use rgb(96,24,153) instead hex code.

Text Font Color

.myTextColor { color: #601899; }

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

This text font color is #601899.


Background Color

.myBgColor { background-color: #601899; }

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

This div background color is #601899.


Border color

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

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

This div border color is #601899.


Opacity

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

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

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

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

This text has shadow with #601899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601899 on black background.


Color preview on white background

This text has color #601899 on white background.



Black color preview on #601899 background

This text has black color on #601899 background.


White color preview on #601899 background

This text has white color on #601899 background.