COLOR #601252

HEX: #601252
RGB: (96,18,82)

Color info

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

RGB color model

#601252 color RGB value is (96,18,82).

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

RGB channels and saturation

R 96 of 255 = 38%
G 18 of 255 = 7%
B 82 of 255 = 32%

96
18
82

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

Portions of RGB colors in percentages

R + G + B =
96 + 18 + 82 = 196 (100%)
R 96 of 196 ~ 48.98%
G 18 of 196 ~ 9.18%
B 82 of 196 ~ 41.84%

%48.98
%41.84

CMYK color model

#601252 color CMYK value is (0,81,15,62).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 14.58%
  • key color value is 62.35%
CMYK:
(0,81,15,62)
C0M81Y15K62 
(0%,81%,15%,62%)
(0.00/0.81/0.15/0.62)	

CMYK percentages

%0
%81.25
%14.58
%62.35

Codes

Color #601252 in popluar color models

601252
RGB961882
HSL311°68.42%22.35%
HSB/HSV311°81.25%37.65%
CMYK0.00%81.25%14.58%
62.35%

Color #601252 in popluar number systems.

HEX601252
Decimal961882
Binary1100000100101010010
Octal14022122

Shades and tints

Shades of #601252

#601252
(96,18,82)
#58114B
(88,17,75)
#501044
(80,16,68)
#480F3D
(72,15,61)
#400E36
(64,14,54)
#380D2F
(56,13,47)
#300C28
(48,12,40)
#280B21
(40,11,33)
#200A1A
(32,10,26)
#180913
(24,9,19)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #601252

#601252
(96,18,82)
#6E2761
(110,39,97)
#7C3C70
(124,60,112)
#8A517F
(138,81,127)
#98668E
(152,102,142)
#A67B9D
(166,123,157)
#B490AC
(180,144,172)
#C2A5BB
(194,165,187)
#D0BACA
(208,186,202)
#DECFD9
(222,207,217)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601252; }

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

This text font color is #601252.


Background Color

.myBgColor { background-color: #601252; }

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

This div background color is #601252.


Border color

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

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

This div border color is #601252.


Opacity

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

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

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

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

This text has shadow with #601252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601252 on black background.


Color preview on white background

This text has color #601252 on white background.



Black color preview on #601252 background

This text has black color on #601252 background.


White color preview on #601252 background

This text has white color on #601252 background.