COLOR #601E7D

HEX: #601E7D
RGB: (96,30,125)

Color info

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

RGB color model

#601E7D color RGB value is (96,30,125).

  • red value is 96;
  • green value is 30;
  • blue value is 125.
RGB:
(96,30,125)
(38%,12%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 30 of 255 = 12%
B 125 of 255 = 49%

96
30
125

R + G + B ~ 33%. #601E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 30 + 125 = 251 (100%)
R 96 of 251 ~ 38.25%
G 30 of 251 ~ 11.95%
B 125 of 251 ~ 49.8%

%38.25
%11.95
%49.8

CMYK color model

#601E7D color CMYK value is (23,76,0,51).

  • cyan value is 23.20%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(23,76,0,51)
C23M76Y0K51 
(23%,76%,0%,51%)
(0.23/0.76/0.00/0.51)	

CMYK percentages

%23.2
%76
%0
%50.98

Codes

Color #601E7D in popluar color models

601E7D
RGB9630125
HSL282°61.29%30.39%
HSB/HSV282°76.00%49.02%
CMYK23.20%76.00%0.00%
50.98%

Color #601E7D in popluar number systems.

HEX601E7D
Decimal9630125
Binary1100000111101111101
Octal14036175

Shades and tints

Shades of #601E7D

#601E7D
(96,30,125)
#581C72
(88,28,114)
#501A67
(80,26,103)
#48185C
(72,24,92)
#401651
(64,22,81)
#381446
(56,20,70)
#30123B
(48,18,59)
#281030
(40,16,48)
#200E25
(32,14,37)
#180C1A
(24,12,26)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #601E7D

#601E7D
(96,30,125)
#6E3288
(110,50,136)
#7C4693
(124,70,147)
#8A5A9E
(138,90,158)
#986EA9
(152,110,169)
#A682B4
(166,130,180)
#B496BF
(180,150,191)
#C2AACA
(194,170,202)
#D0BED5
(208,190,213)
#DED2E0
(222,210,224)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601E7D color. Also use rgb(96,30,125) instead hex code.

Text Font Color

.myTextColor { color: #601E7D; }

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

This text font color is #601E7D.


Background Color

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

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

This div background color is #601E7D.


Border color

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

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

This div border color is #601E7D.


Opacity

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

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

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

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

This text has shadow with #601E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601E7D on black background.


Color preview on white background

This text has color #601E7D on white background.



Black color preview on #601E7D background

This text has black color on #601E7D background.


White color preview on #601E7D background

This text has white color on #601E7D background.