COLOR #603D7D

HEX: #603D7D RGB: (96,61,125)

Color info

#603D7D contains mainly red and blue colors. Web safe color of #603D7D is #663366 (or #636).

RGB color model

#603D7D color RGB value is (96,61,125).

RGB: (96,61,125) (38%, 24%, 49%)

RGB channels and saturation

R 96 of 255 = 38%
G 61 of 255 = 24%
B 125 of 255 = 49%

96
61
125

R + G + B ~ 37%. #603D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 61 + 125 = 282 (100%)
R 96 of 282 ~ 34.04%
G 61 of 282 ~ 21.63%
B 125 of 282 ~ 44.33'%

%34.04
%21.63
%44.33

CMYK color model

#603D7D color CMYK value is (23,51,0,51).

  • cyan value is 23.20%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (23,51,0,51)
C23M51Y0K51 (23%, 51%, 0%, 51%)
(0.23 / 0.51 / 0.00 / 0.51)

CMYK percentages

%23.2
%51.2
%0
%50.98

Codes

Color #603D7D in popluar color models

60 3D 7D
RGB 96 61 125
HSL 273° 34.41% 36.47%
HSB/HSV 273° 51.20% 49.02%
CMYK 23.20% 51.20% 0.00%
50.98%

Color #603D7D in popluar number systems.

HEX 60 3D 7D
Decimal 96 61 125
Binary 1100000 111101 1111101
Octal 140 75 175

Shades and tints

Shades of #603D7D

#603D7D
(96,61,125)
#583872
(88,56,114)
#503367
(80,51,103)
#482E5C
(72,46,92)
#402951
(64,41,81)
#382446
(56,36,70)
#301F3B
(48,31,59)
#281A30
(40,26,48)
#201525
(32,21,37)
#18101A
(24,16,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #603D7D

#603D7D
(96,61,125)
#6E4E88
(110,78,136)
#7C5F93
(124,95,147)
#8A709E
(138,112,158)
#9881A9
(152,129,169)
#A692B4
(166,146,180)
#B4A3BF
(180,163,191)
#C2B4CA
(194,180,202)
#D0C5D5
(208,197,213)
#DED6E0
(222,214,224)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603D7D color. Also use rgb(96,61,125) instead hex code.

Text Font Color

.myTextColor { color: #603D7D; }

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

This text font color is #603D7D.

Background Color

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

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

This div background color is #603D7D.

Border color

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

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

This div border color is #603D7D.

Opacity

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

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

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

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

This text has shadow with #603D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603D7D.

Preview

Color preview on black background

This text has color #603D7D on black background.


Color preview on white background

This text has color #603D7D on white background.


Black color preview on #603D7D background

This text has black color on #603D7D background.


White color preview on #603D7D background

This text has white color on #603D7D background.


Related colors

Complementary color

Complementary color for #hex is #9FC282.


I love getcolorcode.com

Triadic colors

1 #7D603D and #3D7D60 with #603D7D are triadic colors.

2 #7D3D60 and #3D607D with #603D7D are triadic colors.