COLOR #663279

HEX: #663279
RGB: (102,50,121)

Color info

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

RGB color model

#663279 color RGB value is (102,50,121).

  • red value is 102;
  • green value is 50;
  • blue value is 121.
RGB:
(102,50,121)
(40%,20%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 50 of 255 = 20%
B 121 of 255 = 47%

102
50
121

R + G + B ~ 36%. #663279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 50 + 121 = 273 (100%)
R 102 of 273 ~ 37.36%
G 50 of 273 ~ 18.32%
B 121 of 273 ~ 44.32%

%37.36
%18.32
%44.32

CMYK color model

#663279 color CMYK value is (16,59,0,53).

  • cyan value is 15.70%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(16,59,0,53)
C16M59Y0K53 
(16%,59%,0%,53%)
(0.16/0.59/0.00/0.53)	

CMYK percentages

%15.7
%58.68
%0
%52.55

Codes

Color #663279 in popluar color models

663279
RGB10250121
HSL284°41.52%33.53%
HSB/HSV284°58.68%47.45%
CMYK15.70%58.68%0.00%
52.55%

Color #663279 in popluar number systems.

HEX663279
Decimal10250121
Binary11001101100101111001
Octal14662171

Shades and tints

Shades of #663279

#663279
(102,50,121)
#5D2E6E
(93,46,110)
#542A63
(84,42,99)
#4B2658
(75,38,88)
#42224D
(66,34,77)
#391E42
(57,30,66)
#301A37
(48,26,55)
#27162C
(39,22,44)
#1E1221
(30,18,33)
#150E16
(21,14,22)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #663279

#663279
(102,50,121)
#734485
(115,68,133)
#805691
(128,86,145)
#8D689D
(141,104,157)
#9A7AA9
(154,122,169)
#A78CB5
(167,140,181)
#B49EC1
(180,158,193)
#C1B0CD
(193,176,205)
#CEC2D9
(206,194,217)
#DBD4E5
(219,212,229)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663279 color. Also use rgb(102,50,121) instead hex code.

Text Font Color

.myTextColor { color: #663279; }

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

This text font color is #663279.


Background Color

.myBgColor { background-color: #663279; }

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

This div background color is #663279.


Border color

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

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

This div border color is #663279.


Opacity

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

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

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

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

This text has shadow with #663279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663279 on black background.


Color preview on white background

This text has color #663279 on white background.



Black color preview on #663279 background

This text has black color on #663279 background.


White color preview on #663279 background

This text has white color on #663279 background.