COLOR #744CAA

HEX: #744CAA
RGB: (116,76,170)

Color info

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

RGB color model

#744CAA color RGB value is (116,76,170).

  • red value is 116;
  • green value is 76;
  • blue value is 170.
RGB:
(116,76,170)
(45%,30%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 76 of 255 = 30%
B 170 of 255 = 67%

116
76
170

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

Portions of RGB colors in percentages

R + G + B =
116 + 76 + 170 = 362 (100%)
R 116 of 362 ~ 32.04%
G 76 of 362 ~ 20.99%
B 170 of 362 ~ 46.96%

%32.04
%20.99
%46.96

CMYK color model

#744CAA color CMYK value is (32,55,0,33).

  • cyan value is 31.76%
  • magenta value is 55.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,55,0,33)
C32M55Y0K33 
(32%,55%,0%,33%)
(0.32/0.55/0.00/0.33)	

CMYK percentages

%31.76
%55.29
%0
%33.33

Codes

Color #744CAA in popluar color models

744CAA
RGB11676170
HSL266°38.21%48.24%
HSB/HSV266°55.29%66.67%
CMYK31.76%55.29%0.00%
33.33%

Color #744CAA in popluar number systems.

HEX744CAA
Decimal11676170
Binary1110100100110010101010
Octal164114252

Shades and tints

Shades of #744CAA

#744CAA
(116,76,170)
#6A469B
(106,70,155)
#60408C
(96,64,140)
#563A7D
(86,58,125)
#4C346E
(76,52,110)
#422E5F
(66,46,95)
#382850
(56,40,80)
#2E2241
(46,34,65)
#241C32
(36,28,50)
#1A1623
(26,22,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #744CAA

#744CAA
(116,76,170)
#805CB1
(128,92,177)
#8C6CB8
(140,108,184)
#987CBF
(152,124,191)
#A48CC6
(164,140,198)
#B09CCD
(176,156,205)
#BCACD4
(188,172,212)
#C8BCDB
(200,188,219)
#D4CCE2
(212,204,226)
#E0DCE9
(224,220,233)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744CAA color. Also use rgb(116,76,170) instead hex code.

Text Font Color

.myTextColor { color: #744CAA; }

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

This text font color is #744CAA.


Background Color

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

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

This div background color is #744CAA.


Border color

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

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

This div border color is #744CAA.


Opacity

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

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

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

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

This text has shadow with #744CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744CAA on black background.


Color preview on white background

This text has color #744CAA on white background.



Black color preview on #744CAA background

This text has black color on #744CAA background.


White color preview on #744CAA background

This text has white color on #744CAA background.