COLOR #673A7C

HEX: #673A7C
RGB: (103,58,124)

Color info

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

RGB color model

#673A7C color RGB value is (103,58,124).

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

RGB channels and saturation

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

103
58
124

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

Portions of RGB colors in percentages

R + G + B =
103 + 58 + 124 = 285 (100%)
R 103 of 285 ~ 36.14%
G 58 of 285 ~ 20.35%
B 124 of 285 ~ 43.51%

%36.14
%20.35
%43.51

CMYK color model

#673A7C color CMYK value is (17,53,0,51).

  • cyan value is 16.94%
  • magenta value is 53.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(17,53,0,51)
C17M53Y0K51 
(17%,53%,0%,51%)
(0.17/0.53/0.00/0.51)	

CMYK percentages

%16.94
%53.23
%0
%51.37

Codes

Color #673A7C in popluar color models

673A7C
RGB10358124
HSL281°36.26%35.69%
HSB/HSV281°53.23%48.63%
CMYK16.94%53.23%0.00%
51.37%

Color #673A7C in popluar number systems.

HEX673A7C
Decimal10358124
Binary11001111110101111100
Octal14772174

Shades and tints

Shades of #673A7C

#673A7C
(103,58,124)
#5E3571
(94,53,113)
#553066
(85,48,102)
#4C2B5B
(76,43,91)
#432650
(67,38,80)
#3A2145
(58,33,69)
#311C3A
(49,28,58)
#28172F
(40,23,47)
#1F1224
(31,18,36)
#160D19
(22,13,25)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #673A7C

#673A7C
(103,58,124)
#744B87
(116,75,135)
#815C92
(129,92,146)
#8E6D9D
(142,109,157)
#9B7EA8
(155,126,168)
#A88FB3
(168,143,179)
#B5A0BE
(181,160,190)
#C2B1C9
(194,177,201)
#CFC2D4
(207,194,212)
#DCD3DF
(220,211,223)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673A7C; }

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

This text font color is #673A7C.


Background Color

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

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

This div background color is #673A7C.


Border color

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

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

This div border color is #673A7C.


Opacity

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

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

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

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

This text has shadow with #673A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673A7C on black background.


Color preview on white background

This text has color #673A7C on white background.



Black color preview on #673A7C background

This text has black color on #673A7C background.


White color preview on #673A7C background

This text has white color on #673A7C background.