COLOR #744573

HEX: #744573
RGB: (116,69,115)

Color info

#744573 contains red, green and blue colors in about the same proportion. Web safe color of #744573 is #663366 (or #636).

RGB color model

#744573 color RGB value is (116,69,115).

  • red value is 116;
  • green value is 69;
  • blue value is 115.
RGB:
(116,69,115)
(45%,27%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 69 of 255 = 27%
B 115 of 255 = 45%

116
69
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 69 + 115 = 300 (100%)
R 116 of 300 ~ 38.67%
G 69 of 300 ~ 23%
B 115 of 300 ~ 38.33%

%38.67
%23
%38.33

CMYK color model

#744573 color CMYK value is (0,41,1,55).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(0,41,1,55)
C0M41Y1K55 
(0%,41%,1%,55%)
(0.00/0.41/0.01/0.55)	

CMYK percentages

%0
%40.52
%0.86
%54.51

Codes

Color #744573 in popluar color models

744573
RGB11669115
HSL301°25.41%36.27%
HSB/HSV301°40.52%45.49%
CMYK0.00%40.52%0.86%
54.51%

Color #744573 in popluar number systems.

HEX744573
Decimal11669115
Binary111010010001011110011
Octal164105163

Shades and tints

Shades of #744573

#744573
(116,69,115)
#6A3F69
(106,63,105)
#60395F
(96,57,95)
#563355
(86,51,85)
#4C2D4B
(76,45,75)
#422741
(66,39,65)
#382137
(56,33,55)
#2E1B2D
(46,27,45)
#241523
(36,21,35)
#1A0F19
(26,15,25)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #744573

#744573
(116,69,115)
#80557F
(128,85,127)
#8C658B
(140,101,139)
#987597
(152,117,151)
#A485A3
(164,133,163)
#B095AF
(176,149,175)
#BCA5BB
(188,165,187)
#C8B5C7
(200,181,199)
#D4C5D3
(212,197,211)
#E0D5DF
(224,213,223)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744573 color. Also use rgb(116,69,115) instead hex code.

Text Font Color

.myTextColor { color: #744573; }

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

This text font color is #744573.


Background Color

.myBgColor { background-color: #744573; }

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

This div background color is #744573.


Border color

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

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

This div border color is #744573.


Opacity

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

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

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

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

This text has shadow with #744573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744573 on black background.


Color preview on white background

This text has color #744573 on white background.



Black color preview on #744573 background

This text has black color on #744573 background.


White color preview on #744573 background

This text has white color on #744573 background.