COLOR #673A8A

HEX: #673A8A RGB: (103,58,138)

Color info

#673A8A contains mainly red and blue colors. Web safe color of #673A8A is #663399 (or #639).

RGB color model

#673A8A color RGB value is (103,58,138).

RGB: (103,58,138) (40%, 23%, 54%)

RGB channels and saturation

R 103 of 255 = 40%
G 58 of 255 = 23%
B 138 of 255 = 54%

103
58
138

R + G + B ~ 39%. #673A8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 58 + 138 = 299 (100%)
R 103 of 299 ~ 34.45%
G 58 of 299 ~ 19.4%
B 138 of 299 ~ 46.15'%

%34.45
%19.4
%46.15

CMYK color model

#673A8A color CMYK value is (25,58,0,46).

  • cyan value is 25.36%
  • magenta value is 57.97%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (25,58,0,46)
C25M58Y0K46 (25%, 58%, 0%, 46%)
(0.25 / 0.58 / 0.00 / 0.46)

CMYK percentages

%25.36
%57.97
%0
%45.88

Codes

Color #673A8A in popluar color models

67 3A 8A
RGB 103 58 138
HSL 274° 40.82% 38.43%
HSB/HSV 274° 57.97% 54.12%
CMYK 25.36% 57.97% 0.00%
45.88%

Color #673A8A in popluar number systems.

HEX 67 3A 8A
Decimal 103 58 138
Binary 1100111 111010 10001010
Octal 147 72 212

Shades and tints

Shades of #673A8A

#673A8A
(103,58,138)
#5E357E
(94,53,126)
#553072
(85,48,114)
#4C2B66
(76,43,102)
#43265A
(67,38,90)
#3A214E
(58,33,78)
#311C42
(49,28,66)
#281736
(40,23,54)
#1F122A
(31,18,42)
#160D1E
(22,13,30)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #673A8A

#673A8A
(103,58,138)
#744B94
(116,75,148)
#815C9E
(129,92,158)
#8E6DA8
(142,109,168)
#9B7EB2
(155,126,178)
#A88FBC
(168,143,188)
#B5A0C6
(181,160,198)
#C2B1D0
(194,177,208)
#CFC2DA
(207,194,218)
#DCD3E4
(220,211,228)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673A8A color. Also use rgb(103,58,138) instead hex code.

Text Font Color

.myTextColor { color: #673A8A; }

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

This text font color is #673A8A.

Background Color

.myBgColor { background-color: #673A8A; }

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

This div background color is #673A8A.

Border color

.myBorderColor { border: 1px solid #673A8A; }

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

This div border color is #673A8A.

Opacity

.myOpacity80 { color: #673A8A; opacity: 0.8; }

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

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

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

This text has shadow with #673A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673A8A.

Preview

Color preview on black background

This text has color #673A8A on black background.


Color preview on white background

This text has color #673A8A on white background.


Black color preview on #673A8A background

This text has black color on #673A8A background.


White color preview on #673A8A background

This text has white color on #673A8A background.


Related colors

Complementary color

Complementary color for #hex is #98C575.


I love getcolorcode.com

Triadic colors

1 #8A673A and #3A8A67 with #673A8A are triadic colors.

2 #8A3A67 and #3A678A with #673A8A are triadic colors.