COLOR #663A7C

HEX: #663A7C
RGB: (102,58,124)

Color info

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

RGB color model

#663A7C color RGB value is (102,58,124).

  • red value is 102;
  • green value is 58;
  • blue value is 124.
RGB:
(102,58,124)
(40%,23%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 58 of 255 = 23%
B 124 of 255 = 49%

102
58
124

R + G + B ~ 37%. #663A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 58 + 124 = 284 (100%)
R 102 of 284 ~ 35.92%
G 58 of 284 ~ 20.42%
B 124 of 284 ~ 43.66%

%35.92
%20.42
%43.66

CMYK color model

#663A7C color CMYK value is (18,53,0,51).

  • cyan value is 17.74%
  • magenta value is 53.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(18,53,0,51)
C18M53Y0K51 
(18%,53%,0%,51%)
(0.18/0.53/0.00/0.51)	

CMYK percentages

%17.74
%53.23
%0
%51.37

Codes

Color #663A7C in popluar color models

663A7C
RGB10258124
HSL280°36.26%35.69%
HSB/HSV280°53.23%48.63%
CMYK17.74%53.23%0.00%
51.37%

Color #663A7C in popluar number systems.

HEX663A7C
Decimal10258124
Binary11001101110101111100
Octal14672174

Shades and tints

Shades of #663A7C

#663A7C
(102,58,124)
#5D3571
(93,53,113)
#543066
(84,48,102)
#4B2B5B
(75,43,91)
#422650
(66,38,80)
#392145
(57,33,69)
#301C3A
(48,28,58)
#27172F
(39,23,47)
#1E1224
(30,18,36)
#150D19
(21,13,25)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #663A7C

#663A7C
(102,58,124)
#734B87
(115,75,135)
#805C92
(128,92,146)
#8D6D9D
(141,109,157)
#9A7EA8
(154,126,168)
#A78FB3
(167,143,179)
#B4A0BE
(180,160,190)
#C1B1C9
(193,177,201)
#CEC2D4
(206,194,212)
#DBD3DF
(219,211,223)
#E8E4EA
(232,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663A7C color. Also use rgb(102,58,124) instead hex code.

Text Font Color

.myTextColor { color: #663A7C; }

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

This text font color is #663A7C.


Background Color

.myBgColor { background-color: #663A7C; }

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

This div background color is #663A7C.


Border color

.myBorderColor { border: 1px solid #663A7C; }

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

This div border color is #663A7C.


Opacity

.myOpacity80 { color: #663A7C; opacity: 0.8; }

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

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

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

This text has shadow with #663A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663A7C on black background.


Color preview on white background

This text has color #663A7C on white background.



Black color preview on #663A7C background

This text has black color on #663A7C background.


White color preview on #663A7C background

This text has white color on #663A7C background.