COLOR #603395

HEX: #603395
RGB: (96,51,149)

Color info

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

RGB color model

#603395 color RGB value is (96,51,149).

  • red value is 96;
  • green value is 51;
  • blue value is 149.
RGB:
(96,51,149)
(38%,20%,58%)

RGB channels and saturation

R 96 of 255 = 38%
G 51 of 255 = 20%
B 149 of 255 = 58%

96
51
149

R + G + B ~ 39%. #603395 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 51 + 149 = 296 (100%)
R 96 of 296 ~ 32.43%
G 51 of 296 ~ 17.23%
B 149 of 296 ~ 50.34%

%32.43
%17.23
%50.34

CMYK color model

#603395 color CMYK value is (36,66,0,42).

  • cyan value is 35.57%
  • magenta value is 65.77%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(36,66,0,42)
C36M66Y0K42 
(36%,66%,0%,42%)
(0.36/0.66/0.00/0.42)	

CMYK percentages

%35.57
%65.77
%0
%41.57

Codes

Color #603395 in popluar color models

603395
RGB9651149
HSL268°49.00%39.22%
HSB/HSV268°65.77%58.43%
CMYK35.57%65.77%0.00%
41.57%

Color #603395 in popluar number systems.

HEX603395
Decimal9651149
Binary110000011001110010101
Octal14063225

Shades and tints

Shades of #603395

#603395
(96,51,149)
#582F88
(88,47,136)
#502B7B
(80,43,123)
#48276E
(72,39,110)
#402361
(64,35,97)
#381F54
(56,31,84)
#301B47
(48,27,71)
#28173A
(40,23,58)
#20132D
(32,19,45)
#180F20
(24,15,32)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #603395

#603395
(96,51,149)
#6E459E
(110,69,158)
#7C57A7
(124,87,167)
#8A69B0
(138,105,176)
#987BB9
(152,123,185)
#A68DC2
(166,141,194)
#B49FCB
(180,159,203)
#C2B1D4
(194,177,212)
#D0C3DD
(208,195,221)
#DED5E6
(222,213,230)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603395 color. Also use rgb(96,51,149) instead hex code.

Text Font Color

.myTextColor { color: #603395; }

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

This text font color is #603395.


Background Color

.myBgColor { background-color: #603395; }

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

This div background color is #603395.


Border color

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

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

This div border color is #603395.


Opacity

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

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

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

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

This text has shadow with #603395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603395 on black background.


Color preview on white background

This text has color #603395 on white background.



Black color preview on #603395 background

This text has black color on #603395 background.


White color preview on #603395 background

This text has white color on #603395 background.