COLOR #601154

HEX: #601154
RGB: (96,17,84)

Color info

#601154 contains mainly red and blue colors. Web safe color of #601154 is #660066 (or #606).

RGB color model

#601154 color RGB value is (96,17,84).

  • red value is 96;
  • green value is 17;
  • blue value is 84.
RGB:
(96,17,84)
(38%,7%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 17 of 255 = 7%
B 84 of 255 = 33%

96
17
84

R + G + B ~ 26%. #601154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 17 + 84 = 197 (100%)
R 96 of 197 ~ 48.73%
G 17 of 197 ~ 8.63%
B 84 of 197 ~ 42.64%

%48.73
%42.64

CMYK color model

#601154 color CMYK value is (0,82,13,62).

  • cyan value is 0.00%
  • magenta value is 82.29%
  • yellow value is 12.50%
  • key color value is 62.35%
CMYK:
(0,82,13,62)
C0M82Y13K62 
(0%,82%,13%,62%)
(0.00/0.82/0.13/0.62)	

CMYK percentages

%0
%82.29
%12.5
%62.35

Codes

Color #601154 in popluar color models

601154
RGB961784
HSL309°69.91%22.16%
HSB/HSV309°82.29%37.65%
CMYK0.00%82.29%12.50%
62.35%

Color #601154 in popluar number systems.

HEX601154
Decimal961784
Binary1100000100011010100
Octal14021124

Shades and tints

Shades of #601154

#601154
(96,17,84)
#58104D
(88,16,77)
#500F46
(80,15,70)
#480E3F
(72,14,63)
#400D38
(64,13,56)
#380C31
(56,12,49)
#300B2A
(48,11,42)
#280A23
(40,10,35)
#20091C
(32,9,28)
#180815
(24,8,21)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #601154

#601154
(96,17,84)
#6E2663
(110,38,99)
#7C3B72
(124,59,114)
#8A5081
(138,80,129)
#986590
(152,101,144)
#A67A9F
(166,122,159)
#B48FAE
(180,143,174)
#C2A4BD
(194,164,189)
#D0B9CC
(208,185,204)
#DECEDB
(222,206,219)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601154 color. Also use rgb(96,17,84) instead hex code.

Text Font Color

.myTextColor { color: #601154; }

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

This text font color is #601154.


Background Color

.myBgColor { background-color: #601154; }

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

This div background color is #601154.


Border color

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

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

This div border color is #601154.


Opacity

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

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

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

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

This text has shadow with #601154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601154 on black background.


Color preview on white background

This text has color #601154 on white background.



Black color preview on #601154 background

This text has black color on #601154 background.


White color preview on #601154 background

This text has white color on #601154 background.