COLOR #601792

HEX: #601792
RGB: (96,23,146)

Color info

#601792 contains mainly red and blue colors. Web safe color of #601792 is #660099 (or #609).

RGB color model

#601792 color RGB value is (96,23,146).

  • red value is 96;
  • green value is 23;
  • blue value is 146.
RGB:
(96,23,146)
(38%,9%,57%)

RGB channels and saturation

R 96 of 255 = 38%
G 23 of 255 = 9%
B 146 of 255 = 57%

96
23
146

R + G + B ~ 35%. #601792 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 23 + 146 = 265 (100%)
R 96 of 265 ~ 36.23%
G 23 of 265 ~ 8.68%
B 146 of 265 ~ 55.09%

%36.23
%55.09

CMYK color model

#601792 color CMYK value is (34,84,0,43).

  • cyan value is 34.25%
  • magenta value is 84.25%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(34,84,0,43)
C34M84Y0K43 
(34%,84%,0%,43%)
(0.34/0.84/0.00/0.43)	

CMYK percentages

%34.25
%84.25
%0
%42.75

Codes

Color #601792 in popluar color models

601792
RGB9623146
HSL276°72.78%33.14%
HSB/HSV276°84.25%57.25%
CMYK34.25%84.25%0.00%
42.75%

Color #601792 in popluar number systems.

HEX601792
Decimal9623146
Binary11000001011110010010
Octal14027222

Shades and tints

Shades of #601792

#601792
(96,23,146)
#581585
(88,21,133)
#501378
(80,19,120)
#48116B
(72,17,107)
#400F5E
(64,15,94)
#380D51
(56,13,81)
#300B44
(48,11,68)
#280937
(40,9,55)
#20072A
(32,7,42)
#18051D
(24,5,29)
#100310
(16,3,16)
#000000
(0,0,0)

Tints of #601792

#601792
(96,23,146)
#6E2C9B
(110,44,155)
#7C41A4
(124,65,164)
#8A56AD
(138,86,173)
#986BB6
(152,107,182)
#A680BF
(166,128,191)
#B495C8
(180,149,200)
#C2AAD1
(194,170,209)
#D0BFDA
(208,191,218)
#DED4E3
(222,212,227)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601792 color. Also use rgb(96,23,146) instead hex code.

Text Font Color

.myTextColor { color: #601792; }

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

This text font color is #601792.


Background Color

.myBgColor { background-color: #601792; }

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

This div background color is #601792.


Border color

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

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

This div border color is #601792.


Opacity

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

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

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

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

This text has shadow with #601792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601792 on black background.


Color preview on white background

This text has color #601792 on white background.



Black color preview on #601792 background

This text has black color on #601792 background.


White color preview on #601792 background

This text has white color on #601792 background.