COLOR #603B99

HEX: #603B99 RGB: (96,59,153)

Color info

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

RGB color model

#603B99 color RGB value is (96,59,153).

RGB: (96,59,153) (38%, 23%, 60%)

RGB channels and saturation

R 96 of 255 = 38%
G 59 of 255 = 23%
B 153 of 255 = 60%

96
59
153

R + G + B ~ 40%. #603B99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 59 + 153 = 308 (100%)
R 96 of 308 ~ 31.17%
G 59 of 308 ~ 19.16%
B 153 of 308 ~ 49.68'%

%31.17
%19.16
%49.68

CMYK color model

#603B99 color CMYK value is (37,61,0,40).

  • cyan value is 37.25%
  • magenta value is 61.44%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (37,61,0,40)
C37M61Y0K40 (37%, 61%, 0%, 40%)
(0.37 / 0.61 / 0.00 / 0.40)

CMYK percentages

%37.25
%61.44
%0
%40

Codes

Color #603B99 in popluar color models

60 3B 99
RGB 96 59 153
HSL 264° 44.34% 41.57%
HSB/HSV 264° 61.44% 60.00%
CMYK 37.25% 61.44% 0.00%
40.00%

Color #603B99 in popluar number systems.

HEX 60 3B 99
Decimal 96 59 153
Binary 1100000 111011 10011001
Octal 140 73 231

Shades and tints

Shades of #603B99

#603B99
(96,59,153)
#58368C
(88,54,140)
#50317F
(80,49,127)
#482C72
(72,44,114)
#402765
(64,39,101)
#382258
(56,34,88)
#301D4B
(48,29,75)
#28183E
(40,24,62)
#201331
(32,19,49)
#180E24
(24,14,36)
#100917
(16,9,23)
#000000
(0,0,0)

Tints of #603B99

#603B99
(96,59,153)
#6E4CA2
(110,76,162)
#7C5DAB
(124,93,171)
#8A6EB4
(138,110,180)
#987FBD
(152,127,189)
#A690C6
(166,144,198)
#B4A1CF
(180,161,207)
#C2B2D8
(194,178,216)
#D0C3E1
(208,195,225)
#DED4EA
(222,212,234)
#ECE5F3
(236,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603B99 color. Also use rgb(96,59,153) instead hex code.

Text Font Color

.myTextColor { color: #603B99; }

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

This text font color is #603B99.

Background Color

.myBgColor { background-color: #603B99; }

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

This div background color is #603B99.

Border color

.myBorderColor { border: 1px solid #603B99; }

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

This div border color is #603B99.

Opacity

.myOpacity80 { color: #603B99; opacity: 0.8; }

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

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

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

This text has shadow with #603B99 color.


.textShadow {text-shadow: 3px 3px 1px #603B99', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #603B99; -webkit-box-shadow: 1px 1px 3px 2px #603B99; box-shadow:1px 1px 3px 2px #603B99;">
Div content here
</div>

This div box has shadow with color #603B99.

Preview

Color preview on black background

This text has color #603B99 on black background.


Color preview on white background

This text has color #603B99 on white background.


Black color preview on #603B99 background

This text has black color on #603B99 background.


White color preview on #603B99 background

This text has white color on #603B99 background.


Related colors

Complementary color

Complementary color for #hex is #9FC466.


I love getcolorcode.com

Triadic colors

1 #99603B and #3B9960 with #603B99 are triadic colors.

2 #993B60 and #3B6099 with #603B99 are triadic colors.