COLOR #663399

HEX: #663399
RGB: (102,51,153)

Color info

#663399 contains mainly red and blue colors. #663399 color is web safe color. It maybe written shortly as #639.

RGB color model

#663399 color RGB value is (102,51,153).

  • red value is 102;
  • green value is 51;
  • blue value is 153.
RGB:
(102,51,153)
(40%,20%,60%)

RGB channels and saturation

R 102 of 255 = 40%
G 51 of 255 = 20%
B 153 of 255 = 60%

102
51
153

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

Portions of RGB colors in percentages

R + G + B =
102 + 51 + 153 = 306 (100%)
R 102 of 306 ~ 33.33%
G 51 of 306 ~ 16.67%
B 153 of 306 ~ 50%

%33.33
%16.67
%50

CMYK color model

#663399 color CMYK value is (33,67,0,40).

  • cyan value is 33.33%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,67,0,40)
C33M67Y0K40 
(33%,67%,0%,40%)
(0.33/0.67/0.00/0.40)	

CMYK percentages

%33.33
%66.67
%0
%40

Codes

Color #663399 in popluar color models

663399
RGB10251153
HSL270°50.00%40.00%
HSB/HSV270°66.67%60.00%
CMYK33.33%66.67%0.00%
40.00%

Color #663399 in popluar number systems.

HEX663399
Decimal10251153
Binary110011011001110011001
Octal14663231

Shades and tints

Shades of #663399

#663399
(102,51,153)
#5D2F8C
(93,47,140)
#542B7F
(84,43,127)
#4B2772
(75,39,114)
#422365
(66,35,101)
#391F58
(57,31,88)
#301B4B
(48,27,75)
#27173E
(39,23,62)
#1E1331
(30,19,49)
#150F24
(21,15,36)
#0C0B17
(12,11,23)
#000000
(0,0,0)

Tints of #663399

#663399
(102,51,153)
#7345A2
(115,69,162)
#8057AB
(128,87,171)
#8D69B4
(141,105,180)
#9A7BBD
(154,123,189)
#A78DC6
(167,141,198)
#B49FCF
(180,159,207)
#C1B1D8
(193,177,216)
#CEC3E1
(206,195,225)
#DBD5EA
(219,213,234)
#E8E7F3
(232,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663399 color. Also use rgb(102,51,153) instead hex code.

Text Font Color

.myTextColor { color: #663399; }

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

This text font color is #663399.


Background Color

.myBgColor { background-color: #663399; }

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

This div background color is #663399.


Border color

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

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

This div border color is #663399.


Opacity

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

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

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

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

This text has shadow with #663399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663399 on black background.


Color preview on white background

This text has color #663399 on white background.



Black color preview on #663399 background

This text has black color on #663399 background.


White color preview on #663399 background

This text has white color on #663399 background.