COLOR #601348

HEX: #601348
RGB: (96,19,72)

Color info

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

RGB color model

#601348 color RGB value is (96,19,72).

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

RGB channels and saturation

R 96 of 255 = 38%
G 19 of 255 = 7%
B 72 of 255 = 28%

96
19
72

R + G + B ~ 24%. #601348 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 19 + 72 = 187 (100%)
R 96 of 187 ~ 51.34%
G 19 of 187 ~ 10.16%
B 72 of 187 ~ 38.5%

%51.34
%10.16
%38.5

CMYK color model

#601348 color CMYK value is (0,80,25,62).

  • cyan value is 0.00%
  • magenta value is 80.21%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK: (0,80,25,62) C0M80Y25K62 (0%,80%,25%,62%) (0.00/0.80/0.25/0.62)

CMYK percentages

%0
%80.21
%25
%62.35

Codes

Color #601348 in popluar color models

601348
RGB961972
HSL319°66.96%22.55%
HSB/HSV319°80.21%37.65%
CMYK0.00%80.21%25.00%
62.35%

Color #601348 in popluar number systems.

HEX601348
Decimal961972
Binary1100000100111001000
Octal14023110

Shades and tints

Shades of #601348

#601348
(96,19,72)
#581242
(88,18,66)
#50113C
(80,17,60)
#481036
(72,16,54)
#400F30
(64,15,48)
#380E2A
(56,14,42)
#300D24
(48,13,36)
#280C1E
(40,12,30)
#200B18
(32,11,24)
#180A12
(24,10,18)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #601348

#601348
(96,19,72)
#6E2858
(110,40,88)
#7C3D68
(124,61,104)
#8A5278
(138,82,120)
#986788
(152,103,136)
#A67C98
(166,124,152)
#B491A8
(180,145,168)
#C2A6B8
(194,166,184)
#D0BBC8
(208,187,200)
#DED0D8
(222,208,216)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601348; }

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

This text font color is #601348.


Background Color

.myBgColor { background-color: #601348; }

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

This div background color is #601348.


Border color

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

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

This div border color is #601348.


Opacity

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

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

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

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

This text has shadow with #601348 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #601348 on black background.


Color preview on white background

This text has color #601348 on white background.



Black color preview on #601348 background

This text has black color on #601348 background.


White color preview on #601348 background

This text has white color on #601348 background.