COLOR #601F60

HEX: #601F60
RGB: (96,31,96)

Color info

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

RGB color model

#601F60 color RGB value is (96,31,96).

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

RGB channels and saturation

R 96 of 255 = 38%
G 31 of 255 = 12%
B 96 of 255 = 38%

96
31
96

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

Portions of RGB colors in percentages

R + G + B =
96 + 31 + 96 = 223 (100%)
R 96 of 223 ~ 43.05%
G 31 of 223 ~ 13.9%
B 96 of 223 ~ 43.05%

%43.05
%13.9
%43.05

CMYK color model

#601F60 color CMYK value is (0,68,0,62).

  • cyan value is 0.00%
  • magenta value is 67.71%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(0,68,0,62)
C0M68Y0K62 
(0%,68%,0%,62%)
(0.00/0.68/0.00/0.62)	

CMYK percentages

%0
%67.71
%0
%62.35

Codes

Color #601F60 in popluar color models

601F60
RGB963196
HSL300°51.18%24.90%
HSB/HSV300°67.71%37.65%
CMYK0.00%67.71%0.00%
62.35%

Color #601F60 in popluar number systems.

HEX601F60
Decimal963196
Binary1100000111111100000
Octal14037140

Shades and tints

Shades of #601F60

#601F60
(96,31,96)
#581D58
(88,29,88)
#501B50
(80,27,80)
#481948
(72,25,72)
#401740
(64,23,64)
#381538
(56,21,56)
#301330
(48,19,48)
#281128
(40,17,40)
#200F20
(32,15,32)
#180D18
(24,13,24)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #601F60

#601F60
(96,31,96)
#6E336E
(110,51,110)
#7C477C
(124,71,124)
#8A5B8A
(138,91,138)
#986F98
(152,111,152)
#A683A6
(166,131,166)
#B497B4
(180,151,180)
#C2ABC2
(194,171,194)
#D0BFD0
(208,191,208)
#DED3DE
(222,211,222)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601F60; }

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

This text font color is #601F60.


Background Color

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

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

This div background color is #601F60.


Border color

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

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

This div border color is #601F60.


Opacity

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

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

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

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

This text has shadow with #601F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601F60 on black background.


Color preview on white background

This text has color #601F60 on white background.



Black color preview on #601F60 background

This text has black color on #601F60 background.


White color preview on #601F60 background

This text has white color on #601F60 background.