COLOR #744D8F

HEX: #744D8F RGB: (116,77,143)

Color info

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

RGB color model

#744D8F color RGB value is (116,77,143).

RGB: (116,77,143) (45%, 30%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 143 of 255 = 56%

116
77
143

R + G + B ~ 44%. #744D8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 77 + 143 = 336 (100%)
R 116 of 336 ~ 34.52%
G 77 of 336 ~ 22.92%
B 143 of 336 ~ 42.56'%

%34.52
%22.92
%42.56

CMYK color model

#744D8F color CMYK value is (19,46,0,44).

  • cyan value is 18.88%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (19,46,0,44)
C19M46Y0K44 (19%, 46%, 0%, 44%)
(0.19 / 0.46 / 0.00 / 0.44)

CMYK percentages

%18.88
%46.15
%0
%43.92

Codes

Color #744D8F in popluar color models

74 4D 8F
RGB 116 77 143
HSL 275° 30.00% 43.14%
HSB/HSV 275° 46.15% 56.08%
CMYK 18.88% 46.15% 0.00%
43.92%

Color #744D8F in popluar number systems.

HEX 74 4D 8F
Decimal 116 77 143
Binary 1110100 1001101 10001111
Octal 164 115 217

Shades and tints

Shades of #744D8F

#744D8F
(116,77,143)
#6A4682
(106,70,130)
#603F75
(96,63,117)
#563868
(86,56,104)
#4C315B
(76,49,91)
#422A4E
(66,42,78)
#382341
(56,35,65)
#2E1C34
(46,28,52)
#241527
(36,21,39)
#1A0E1A
(26,14,26)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #744D8F

#744D8F
(116,77,143)
#805D99
(128,93,153)
#8C6DA3
(140,109,163)
#987DAD
(152,125,173)
#A48DB7
(164,141,183)
#B09DC1
(176,157,193)
#BCADCB
(188,173,203)
#C8BDD5
(200,189,213)
#D4CDDF
(212,205,223)
#E0DDE9
(224,221,233)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744D8F color. Also use rgb(116,77,143) instead hex code.

Text Font Color

.myTextColor { color: #744D8F; }

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

This text font color is #744D8F.

Background Color

.myBgColor { background-color: #744D8F; }

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

This div background color is #744D8F.

Border color

.myBorderColor { border: 1px solid #744D8F; }

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

This div border color is #744D8F.

Opacity

.myOpacity80 { color: #744D8F; opacity: 0.8; }

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

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

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

This text has shadow with #744D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744D8F.

Preview

Color preview on black background

This text has color #744D8F on black background.


Color preview on white background

This text has color #744D8F on white background.


Black color preview on #744D8F background

This text has black color on #744D8F background.


White color preview on #744D8F background

This text has white color on #744D8F background.


Related colors

Complementary color

Complementary color for #hex is #8BB270.


I love getcolorcode.com

Triadic colors

1 #8F744D and #4D8F74 with #744D8F are triadic colors.

2 #8F4D74 and #4D748F with #744D8F are triadic colors.