COLOR #601D64

HEX: #601D64
RGB: (96,29,100)

Color info

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

RGB color model

#601D64 color RGB value is (96,29,100).

  • red value is 96;
  • green value is 29;
  • blue value is 100.
RGB:
(96,29,100)
(38%,11%,39%)

RGB channels and saturation

R 96 of 255 = 38%
G 29 of 255 = 11%
B 100 of 255 = 39%

96
29
100

R + G + B ~ 29%. #601D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 29 + 100 = 225 (100%)
R 96 of 225 ~ 42.67%
G 29 of 225 ~ 12.89%
B 100 of 225 ~ 44.44%

%42.67
%12.89
%44.44

CMYK color model

#601D64 color CMYK value is (4,71,0,61).

  • cyan value is 4.00%
  • magenta value is 71.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(4,71,0,61)
C4M71Y0K61 
(4%,71%,0%,61%)
(0.04/0.71/0.00/0.61)	

CMYK percentages

%4
%71
%0
%60.78

Codes

Color #601D64 in popluar color models

601D64
RGB9629100
HSL297°55.04%25.29%
HSB/HSV297°71.00%39.22%
CMYK4.00%71.00%0.00%
60.78%

Color #601D64 in popluar number systems.

HEX601D64
Decimal9629100
Binary1100000111011100100
Octal14035144

Shades and tints

Shades of #601D64

#601D64
(96,29,100)
#581B5B
(88,27,91)
#501952
(80,25,82)
#481749
(72,23,73)
#401540
(64,21,64)
#381337
(56,19,55)
#30112E
(48,17,46)
#280F25
(40,15,37)
#200D1C
(32,13,28)
#180B13
(24,11,19)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #601D64

#601D64
(96,29,100)
#6E3172
(110,49,114)
#7C4580
(124,69,128)
#8A598E
(138,89,142)
#986D9C
(152,109,156)
#A681AA
(166,129,170)
#B495B8
(180,149,184)
#C2A9C6
(194,169,198)
#D0BDD4
(208,189,212)
#DED1E2
(222,209,226)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601D64 color. Also use rgb(96,29,100) instead hex code.

Text Font Color

.myTextColor { color: #601D64; }

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

This text font color is #601D64.


Background Color

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

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

This div background color is #601D64.


Border color

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

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

This div border color is #601D64.


Opacity

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

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

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

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

This text has shadow with #601D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601D64 on black background.


Color preview on white background

This text has color #601D64 on white background.



Black color preview on #601D64 background

This text has black color on #601D64 background.


White color preview on #601D64 background

This text has white color on #601D64 background.