COLOR #663361

HEX: #663361
RGB: (102,51,97)

Color info

#663361 contains red, green and blue colors in about the same proportion. Web safe color of #663361 is #663366 (or #636).

RGB color model

#663361 color RGB value is (102,51,97).

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

RGB channels and saturation

R 102 of 255 = 40%
G 51 of 255 = 20%
B 97 of 255 = 38%

102
51
97

R + G + B ~ 33%. #663361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 51 + 97 = 250 (100%)
R 102 of 250 ~ 40.8%
G 51 of 250 ~ 20.4%
B 97 of 250 ~ 38.8%

%40.8
%20.4
%38.8

CMYK color model

#663361 color CMYK value is (0,50,5,60).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(0,50,5,60)
C0M50Y5K60 
(0%,50%,5%,60%)
(0.00/0.50/0.05/0.60)	

CMYK percentages

%0
%50
%4.9
%60

Codes

Color #663361 in popluar color models

663361
RGB1025197
HSL306°33.33%30.00%
HSB/HSV306°50.00%40.00%
CMYK0.00%50.00%4.90%
60.00%

Color #663361 in popluar number systems.

HEX663361
Decimal1025197
Binary11001101100111100001
Octal14663141

Shades and tints

Shades of #663361

#663361
(102,51,97)
#5D2F59
(93,47,89)
#542B51
(84,43,81)
#4B2749
(75,39,73)
#422341
(66,35,65)
#391F39
(57,31,57)
#301B31
(48,27,49)
#271729
(39,23,41)
#1E1321
(30,19,33)
#150F19
(21,15,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #663361

#663361
(102,51,97)
#73456F
(115,69,111)
#80577D
(128,87,125)
#8D698B
(141,105,139)
#9A7B99
(154,123,153)
#A78DA7
(167,141,167)
#B49FB5
(180,159,181)
#C1B1C3
(193,177,195)
#CEC3D1
(206,195,209)
#DBD5DF
(219,213,223)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663361; }

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

This text font color is #663361.


Background Color

.myBgColor { background-color: #663361; }

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

This div background color is #663361.


Border color

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

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

This div border color is #663361.


Opacity

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

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

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

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

This text has shadow with #663361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663361 on black background.


Color preview on white background

This text has color #663361 on white background.



Black color preview on #663361 background

This text has black color on #663361 background.


White color preview on #663361 background

This text has white color on #663361 background.