COLOR #601769

HEX: #601769
RGB: (96,23,105)

Color info

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

RGB color model

#601769 color RGB value is (96,23,105).

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

RGB channels and saturation

R 96 of 255 = 38%
G 23 of 255 = 9%
B 105 of 255 = 41%

96
23
105

R + G + B ~ 29%. #601769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 23 + 105 = 224 (100%)
R 96 of 224 ~ 42.86%
G 23 of 224 ~ 10.27%
B 105 of 224 ~ 46.88%

%42.86
%10.27
%46.88

CMYK color model

#601769 color CMYK value is (9,78,0,59).

  • cyan value is 8.57%
  • magenta value is 78.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(9,78,0,59)
C9M78Y0K59 
(9%,78%,0%,59%)
(0.09/0.78/0.00/0.59)	

CMYK percentages

%8.57
%78.1
%0
%58.82

Codes

Color #601769 in popluar color models

601769
RGB9623105
HSL293°64.06%25.10%
HSB/HSV293°78.10%41.18%
CMYK8.57%78.10%0.00%
58.82%

Color #601769 in popluar number systems.

HEX601769
Decimal9623105
Binary1100000101111101001
Octal14027151

Shades and tints

Shades of #601769

#601769
(96,23,105)
#581560
(88,21,96)
#501357
(80,19,87)
#48114E
(72,17,78)
#400F45
(64,15,69)
#380D3C
(56,13,60)
#300B33
(48,11,51)
#28092A
(40,9,42)
#200721
(32,7,33)
#180518
(24,5,24)
#10030F
(16,3,15)
#000000
(0,0,0)

Tints of #601769

#601769
(96,23,105)
#6E2C76
(110,44,118)
#7C4183
(124,65,131)
#8A5690
(138,86,144)
#986B9D
(152,107,157)
#A680AA
(166,128,170)
#B495B7
(180,149,183)
#C2AAC4
(194,170,196)
#D0BFD1
(208,191,209)
#DED4DE
(222,212,222)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601769; }

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

This text font color is #601769.


Background Color

.myBgColor { background-color: #601769; }

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

This div background color is #601769.


Border color

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

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

This div border color is #601769.


Opacity

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

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

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

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

This text has shadow with #601769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601769 on black background.


Color preview on white background

This text has color #601769 on white background.



Black color preview on #601769 background

This text has black color on #601769 background.


White color preview on #601769 background

This text has white color on #601769 background.