COLOR #602761

HEX: #602761
RGB: (96,39,97)

Color info

#602761 contains red, green and blue colors in about the same proportion. Web safe color of #602761 is #663366 (or #636).

RGB color model

#602761 color RGB value is (96,39,97).

  • red value is 96;
  • green value is 39;
  • blue value is 97.
RGB:
(96,39,97)
(38%,15%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 39 of 255 = 15%
B 97 of 255 = 38%

96
39
97

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

Portions of RGB colors in percentages

R + G + B =
96 + 39 + 97 = 232 (100%)
R 96 of 232 ~ 41.38%
G 39 of 232 ~ 16.81%
B 97 of 232 ~ 41.81%

%41.38
%16.81
%41.81

CMYK color model

#602761 color CMYK value is (1,60,0,62).

  • cyan value is 1.03%
  • magenta value is 59.79%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(1,60,0,62)
C1M60Y0K62 
(1%,60%,0%,62%)
(0.01/0.60/0.00/0.62)	

CMYK percentages

%1.03
%59.79
%0
%61.96

Codes

Color #602761 in popluar color models

602761
RGB963997
HSL299°42.65%26.67%
HSB/HSV299°59.79%38.04%
CMYK1.03%59.79%0.00%
61.96%

Color #602761 in popluar number systems.

HEX602761
Decimal963997
Binary11000001001111100001
Octal14047141

Shades and tints

Shades of #602761

#602761
(96,39,97)
#582459
(88,36,89)
#502151
(80,33,81)
#481E49
(72,30,73)
#401B41
(64,27,65)
#381839
(56,24,57)
#301531
(48,21,49)
#281229
(40,18,41)
#200F21
(32,15,33)
#180C19
(24,12,25)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #602761

#602761
(96,39,97)
#6E3A6F
(110,58,111)
#7C4D7D
(124,77,125)
#8A608B
(138,96,139)
#987399
(152,115,153)
#A686A7
(166,134,167)
#B499B5
(180,153,181)
#C2ACC3
(194,172,195)
#D0BFD1
(208,191,209)
#DED2DF
(222,210,223)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602761 color. Also use rgb(96,39,97) instead hex code.

Text Font Color

.myTextColor { color: #602761; }

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

This text font color is #602761.


Background Color

.myBgColor { background-color: #602761; }

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

This div background color is #602761.


Border color

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

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

This div border color is #602761.


Opacity

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

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

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

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

This text has shadow with #602761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602761 on black background.


Color preview on white background

This text has color #602761 on white background.



Black color preview on #602761 background

This text has black color on #602761 background.


White color preview on #602761 background

This text has white color on #602761 background.