COLOR #601276

HEX: #601276
RGB: (96,18,118)

Color info

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

RGB color model

#601276 color RGB value is (96,18,118).

  • red value is 96;
  • green value is 18;
  • blue value is 118.
RGB:
(96,18,118)
(38%,7%,46%)

RGB channels and saturation

R 96 of 255 = 38%
G 18 of 255 = 7%
B 118 of 255 = 46%

96
18
118

R + G + B ~ 30%. #601276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 18 + 118 = 232 (100%)
R 96 of 232 ~ 41.38%
G 18 of 232 ~ 7.76%
B 118 of 232 ~ 50.86%

%41.38
%50.86

CMYK color model

#601276 color CMYK value is (19,85,0,54).

  • cyan value is 18.64%
  • magenta value is 84.75%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(19,85,0,54)
C19M85Y0K54 
(19%,85%,0%,54%)
(0.19/0.85/0.00/0.54)	

CMYK percentages

%18.64
%84.75
%0
%53.73

Codes

Color #601276 in popluar color models

601276
RGB9618118
HSL287°73.53%26.67%
HSB/HSV287°84.75%46.27%
CMYK18.64%84.75%0.00%
53.73%

Color #601276 in popluar number systems.

HEX601276
Decimal9618118
Binary1100000100101110110
Octal14022166

Shades and tints

Shades of #601276

#601276
(96,18,118)
#58116C
(88,17,108)
#501062
(80,16,98)
#480F58
(72,15,88)
#400E4E
(64,14,78)
#380D44
(56,13,68)
#300C3A
(48,12,58)
#280B30
(40,11,48)
#200A26
(32,10,38)
#18091C
(24,9,28)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #601276

#601276
(96,18,118)
#6E2782
(110,39,130)
#7C3C8E
(124,60,142)
#8A519A
(138,81,154)
#9866A6
(152,102,166)
#A67BB2
(166,123,178)
#B490BE
(180,144,190)
#C2A5CA
(194,165,202)
#D0BAD6
(208,186,214)
#DECFE2
(222,207,226)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601276 color. Also use rgb(96,18,118) instead hex code.

Text Font Color

.myTextColor { color: #601276; }

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

This text font color is #601276.


Background Color

.myBgColor { background-color: #601276; }

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

This div background color is #601276.


Border color

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

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

This div border color is #601276.


Opacity

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

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

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

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

This text has shadow with #601276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601276 on black background.


Color preview on white background

This text has color #601276 on white background.



Black color preview on #601276 background

This text has black color on #601276 background.


White color preview on #601276 background

This text has white color on #601276 background.