COLOR #601C79

HEX: #601C79
RGB: (96,28,121)

Color info

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

RGB color model

#601C79 color RGB value is (96,28,121).

  • red value is 96;
  • green value is 28;
  • blue value is 121.
RGB:
(96,28,121)
(38%,11%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 28 of 255 = 11%
B 121 of 255 = 47%

96
28
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 28 + 121 = 245 (100%)
R 96 of 245 ~ 39.18%
G 28 of 245 ~ 11.43%
B 121 of 245 ~ 49.39%

%39.18
%11.43
%49.39

CMYK color model

#601C79 color CMYK value is (21,77,0,53).

  • cyan value is 20.66%
  • magenta value is 76.86%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(21,77,0,53)
C21M77Y0K53 
(21%,77%,0%,53%)
(0.21/0.77/0.00/0.53)	

CMYK percentages

%20.66
%76.86
%0
%52.55

Codes

Color #601C79 in popluar color models

601C79
RGB9628121
HSL284°62.42%29.22%
HSB/HSV284°76.86%47.45%
CMYK20.66%76.86%0.00%
52.55%

Color #601C79 in popluar number systems.

HEX601C79
Decimal9628121
Binary1100000111001111001
Octal14034171

Shades and tints

Shades of #601C79

#601C79
(96,28,121)
#581A6E
(88,26,110)
#501863
(80,24,99)
#481658
(72,22,88)
#40144D
(64,20,77)
#381242
(56,18,66)
#301037
(48,16,55)
#280E2C
(40,14,44)
#200C21
(32,12,33)
#180A16
(24,10,22)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #601C79

#601C79
(96,28,121)
#6E3085
(110,48,133)
#7C4491
(124,68,145)
#8A589D
(138,88,157)
#986CA9
(152,108,169)
#A680B5
(166,128,181)
#B494C1
(180,148,193)
#C2A8CD
(194,168,205)
#D0BCD9
(208,188,217)
#DED0E5
(222,208,229)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601C79 color. Also use rgb(96,28,121) instead hex code.

Text Font Color

.myTextColor { color: #601C79; }

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

This text font color is #601C79.


Background Color

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

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

This div background color is #601C79.


Border color

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

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

This div border color is #601C79.


Opacity

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

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

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

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

This text has shadow with #601C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601C79 on black background.


Color preview on white background

This text has color #601C79 on white background.



Black color preview on #601C79 background

This text has black color on #601C79 background.


White color preview on #601C79 background

This text has white color on #601C79 background.