COLOR #663A7A

HEX: #663A7A RGB: (102,58,122)

Color info

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

RGB color model

#663A7A color RGB value is (102,58,122).

RGB: (102,58,122) (40%, 23%, 48%)

RGB channels and saturation

R 102 of 255 = 40%
G 58 of 255 = 23%
B 122 of 255 = 48%

102
58
122

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

Portions of RGB colors in percentages

R + G + B = 102 + 58 + 122 = 282 (100%)
R 102 of 282 ~ 36.17%
G 58 of 282 ~ 20.57%
B 122 of 282 ~ 43.26'%

%36.17
%20.57
%43.26

CMYK color model

#663A7A color CMYK value is (16,52,0,52).

  • cyan value is 16.39%
  • magenta value is 52.46%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (16,52,0,52)
C16M52Y0K52 (16%, 52%, 0%, 52%)
(0.16 / 0.52 / 0.00 / 0.52)

CMYK percentages

%16.39
%52.46
%0
%52.16

Codes

Color #663A7A in popluar color models

66 3A 7A
RGB 102 58 122
HSL 281° 35.56% 35.29%
HSB/HSV 281° 52.46% 47.84%
CMYK 16.39% 52.46% 0.00%
52.16%

Color #663A7A in popluar number systems.

HEX 66 3A 7A
Decimal 102 58 122
Binary 1100110 111010 1111010
Octal 146 72 172

Shades and tints

Shades of #663A7A

#663A7A
(102,58,122)
#5D356F
(93,53,111)
#543064
(84,48,100)
#4B2B59
(75,43,89)
#42264E
(66,38,78)
#392143
(57,33,67)
#301C38
(48,28,56)
#27172D
(39,23,45)
#1E1222
(30,18,34)
#150D17
(21,13,23)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #663A7A

#663A7A
(102,58,122)
#734B86
(115,75,134)
#805C92
(128,92,146)
#8D6D9E
(141,109,158)
#9A7EAA
(154,126,170)
#A78FB6
(167,143,182)
#B4A0C2
(180,160,194)
#C1B1CE
(193,177,206)
#CEC2DA
(206,194,218)
#DBD3E6
(219,211,230)
#E8E4F2
(232,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663A7A; }

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

This text font color is #663A7A.

Background Color

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

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

This div background color is #663A7A.

Border color

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

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

This div border color is #663A7A.

Opacity

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

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

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

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

This text has shadow with #663A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663A7A.

Preview

Color preview on black background

This text has color #663A7A on black background.


Color preview on white background

This text has color #663A7A on white background.


Black color preview on #663A7A background

This text has black color on #663A7A background.


White color preview on #663A7A background

This text has white color on #663A7A background.


Related colors

Complementary color

Complementary color for #hex is #99C585.


I love getcolorcode.com

Triadic colors

1 #7A663A and #3A7A66 with #663A7A are triadic colors.

2 #7A3A66 and #3A667A with #663A7A are triadic colors.