COLOR #601B60

HEX: #601B60
RGB: (96,27,96)

Color info

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

RGB color model

#601B60 color RGB value is (96,27,96).

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

RGB channels and saturation

R 96 of 255 = 38%
G 27 of 255 = 11%
B 96 of 255 = 38%

96
27
96

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

Portions of RGB colors in percentages

R + G + B =
96 + 27 + 96 = 219 (100%)
R 96 of 219 ~ 43.84%
G 27 of 219 ~ 12.33%
B 96 of 219 ~ 43.84%

%43.84
%12.33
%43.84

CMYK color model

#601B60 color CMYK value is (0,72,0,62).

  • cyan value is 0.00%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(0,72,0,62)
C0M72Y0K62 
(0%,72%,0%,62%)
(0.00/0.72/0.00/0.62)	

CMYK percentages

%0
%71.88
%0
%62.35

Codes

Color #601B60 in popluar color models

601B60
RGB962796
HSL300°56.10%24.12%
HSB/HSV300°71.88%37.65%
CMYK0.00%71.88%0.00%
62.35%

Color #601B60 in popluar number systems.

HEX601B60
Decimal962796
Binary1100000110111100000
Octal14033140

Shades and tints

Shades of #601B60

#601B60
(96,27,96)
#581958
(88,25,88)
#501750
(80,23,80)
#481548
(72,21,72)
#401340
(64,19,64)
#381138
(56,17,56)
#300F30
(48,15,48)
#280D28
(40,13,40)
#200B20
(32,11,32)
#180918
(24,9,24)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #601B60

#601B60
(96,27,96)
#6E2F6E
(110,47,110)
#7C437C
(124,67,124)
#8A578A
(138,87,138)
#986B98
(152,107,152)
#A67FA6
(166,127,166)
#B493B4
(180,147,180)
#C2A7C2
(194,167,194)
#D0BBD0
(208,187,208)
#DECFDE
(222,207,222)
#ECE3EC
(236,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601B60; }

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

This text font color is #601B60.


Background Color

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

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

This div background color is #601B60.


Border color

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

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

This div border color is #601B60.


Opacity

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

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

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

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

This text has shadow with #601B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601B60 on black background.


Color preview on white background

This text has color #601B60 on white background.



Black color preview on #601B60 background

This text has black color on #601B60 background.


White color preview on #601B60 background

This text has white color on #601B60 background.