COLOR #601548

HEX: #601548
RGB: (96,21,72)

Color info

#601548 contains mainly red and blue colors. Web safe color of #601548 is #660033 (or #603).

RGB color model

#601548 color RGB value is (96,21,72).

  • red value is 96;
  • green value is 21;
  • blue value is 72.
RGB:
(96,21,72)
(38%,8%,28%)

RGB channels and saturation

R 96 of 255 = 38%
G 21 of 255 = 8%
B 72 of 255 = 28%

96
21
72

R + G + B ~ 25%. #601548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 21 + 72 = 189 (100%)
R 96 of 189 ~ 50.79%
G 21 of 189 ~ 11.11%
B 72 of 189 ~ 38.1%

%50.79
%11.11
%38.1

CMYK color model

#601548 color CMYK value is (0,78,25,62).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(0,78,25,62)
C0M78Y25K62 
(0%,78%,25%,62%)
(0.00/0.78/0.25/0.62)	

CMYK percentages

%0
%78.13
%25
%62.35

Codes

Color #601548 in popluar color models

601548
RGB962172
HSL319°64.10%22.94%
HSB/HSV319°78.13%37.65%
CMYK0.00%78.13%25.00%
62.35%

Color #601548 in popluar number systems.

HEX601548
Decimal962172
Binary1100000101011001000
Octal14025110

Shades and tints

Shades of #601548

#601548
(96,21,72)
#581442
(88,20,66)
#50133C
(80,19,60)
#481236
(72,18,54)
#401130
(64,17,48)
#38102A
(56,16,42)
#300F24
(48,15,36)
#280E1E
(40,14,30)
#200D18
(32,13,24)
#180C12
(24,12,18)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #601548

#601548
(96,21,72)
#6E2A58
(110,42,88)
#7C3F68
(124,63,104)
#8A5478
(138,84,120)
#986988
(152,105,136)
#A67E98
(166,126,152)
#B493A8
(180,147,168)
#C2A8B8
(194,168,184)
#D0BDC8
(208,189,200)
#DED2D8
(222,210,216)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601548 color. Also use rgb(96,21,72) instead hex code.

Text Font Color

.myTextColor { color: #601548; }

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

This text font color is #601548.


Background Color

.myBgColor { background-color: #601548; }

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

This div background color is #601548.


Border color

.myBorderColor { border: 1px solid #601548; }

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

This div border color is #601548.


Opacity

.myOpacity80 { color: #601548; opacity: 0.8; }

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

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

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

This text has shadow with #601548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601548 on black background.


Color preview on white background

This text has color #601548 on white background.



Black color preview on #601548 background

This text has black color on #601548 background.


White color preview on #601548 background

This text has white color on #601548 background.