COLOR #744A8B

HEX: #744A8B
RGB: (116,74,139)

Color info

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

RGB color model

#744A8B color RGB value is (116,74,139).

  • red value is 116;
  • green value is 74;
  • blue value is 139.
RGB:
(116,74,139)
(45%,29%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 74 of 255 = 29%
B 139 of 255 = 55%

116
74
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 74 + 139 = 329 (100%)
R 116 of 329 ~ 35.26%
G 74 of 329 ~ 22.49%
B 139 of 329 ~ 42.25%

%35.26
%22.49
%42.25

CMYK color model

#744A8B color CMYK value is (17,47,0,45).

  • cyan value is 16.55%
  • magenta value is 46.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,47,0,45)
C17M47Y0K45 
(17%,47%,0%,45%)
(0.17/0.47/0.00/0.45)	

CMYK percentages

%16.55
%46.76
%0
%45.49

Codes

Color #744A8B in popluar color models

744A8B
RGB11674139
HSL279°30.52%41.76%
HSB/HSV279°46.76%54.51%
CMYK16.55%46.76%0.00%
45.49%

Color #744A8B in popluar number systems.

HEX744A8B
Decimal11674139
Binary1110100100101010001011
Octal164112213

Shades and tints

Shades of #744A8B

#744A8B
(116,74,139)
#6A447F
(106,68,127)
#603E73
(96,62,115)
#563867
(86,56,103)
#4C325B
(76,50,91)
#422C4F
(66,44,79)
#382643
(56,38,67)
#2E2037
(46,32,55)
#241A2B
(36,26,43)
#1A141F
(26,20,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #744A8B

#744A8B
(116,74,139)
#805A95
(128,90,149)
#8C6A9F
(140,106,159)
#987AA9
(152,122,169)
#A48AB3
(164,138,179)
#B09ABD
(176,154,189)
#BCAAC7
(188,170,199)
#C8BAD1
(200,186,209)
#D4CADB
(212,202,219)
#E0DAE5
(224,218,229)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744A8B color. Also use rgb(116,74,139) instead hex code.

Text Font Color

.myTextColor { color: #744A8B; }

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

This text font color is #744A8B.


Background Color

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

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

This div background color is #744A8B.


Border color

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

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

This div border color is #744A8B.


Opacity

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

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

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

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

This text has shadow with #744A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744A8B on black background.


Color preview on white background

This text has color #744A8B on white background.



Black color preview on #744A8B background

This text has black color on #744A8B background.


White color preview on #744A8B background

This text has white color on #744A8B background.