COLOR #602581

HEX: #602581
RGB: (96,37,129)

Color info

#602581 contains mainly red and blue colors. Web safe color of #602581 is #663399 (or #639).

RGB color model

#602581 color RGB value is (96,37,129).

  • red value is 96;
  • green value is 37;
  • blue value is 129.
RGB:
(96,37,129)
(38%,15%,51%)

RGB channels and saturation

R 96 of 255 = 38%
G 37 of 255 = 15%
B 129 of 255 = 51%

96
37
129

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

Portions of RGB colors in percentages

R + G + B =
96 + 37 + 129 = 262 (100%)
R 96 of 262 ~ 36.64%
G 37 of 262 ~ 14.12%
B 129 of 262 ~ 49.24%

%36.64
%14.12
%49.24

CMYK color model

#602581 color CMYK value is (26,71,0,49).

  • cyan value is 25.58%
  • magenta value is 71.32%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(26,71,0,49)
C26M71Y0K49 
(26%,71%,0%,49%)
(0.26/0.71/0.00/0.49)	

CMYK percentages

%25.58
%71.32
%0
%49.41

Codes

Color #602581 in popluar color models

602581
RGB9637129
HSL278°55.42%32.55%
HSB/HSV278°71.32%50.59%
CMYK25.58%71.32%0.00%
49.41%

Color #602581 in popluar number systems.

HEX602581
Decimal9637129
Binary110000010010110000001
Octal14045201

Shades and tints

Shades of #602581

#602581
(96,37,129)
#582276
(88,34,118)
#501F6B
(80,31,107)
#481C60
(72,28,96)
#401955
(64,25,85)
#38164A
(56,22,74)
#30133F
(48,19,63)
#281034
(40,16,52)
#200D29
(32,13,41)
#180A1E
(24,10,30)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #602581

#602581
(96,37,129)
#6E388C
(110,56,140)
#7C4B97
(124,75,151)
#8A5EA2
(138,94,162)
#9871AD
(152,113,173)
#A684B8
(166,132,184)
#B497C3
(180,151,195)
#C2AACE
(194,170,206)
#D0BDD9
(208,189,217)
#DED0E4
(222,208,228)
#ECE3EF
(236,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602581 color. Also use rgb(96,37,129) instead hex code.

Text Font Color

.myTextColor { color: #602581; }

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

This text font color is #602581.


Background Color

.myBgColor { background-color: #602581; }

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

This div background color is #602581.


Border color

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

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

This div border color is #602581.


Opacity

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

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

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

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

This text has shadow with #602581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602581 on black background.


Color preview on white background

This text has color #602581 on white background.



Black color preview on #602581 background

This text has black color on #602581 background.


White color preview on #602581 background

This text has white color on #602581 background.