COLOR #744AB1

HEX: #744AB1
RGB: (116,74,177)

Color info

#744AB1 contains mainly blue color. Web safe color of #744AB1 is #663399 (or #639).

RGB color model

#744AB1 color RGB value is (116,74,177).

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

RGB channels and saturation

R 116 of 255 = 45%
G 74 of 255 = 29%
B 177 of 255 = 69%

116
74
177

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

Portions of RGB colors in percentages

R + G + B =
116 + 74 + 177 = 367 (100%)
R 116 of 367 ~ 31.61%
G 74 of 367 ~ 20.16%
B 177 of 367 ~ 48.23%

%31.61
%20.16
%48.23

CMYK color model

#744AB1 color CMYK value is (34,58,0,31).

  • cyan value is 34.46%
  • magenta value is 58.19%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(34,58,0,31)
C34M58Y0K31 
(34%,58%,0%,31%)
(0.34/0.58/0.00/0.31)	

CMYK percentages

%34.46
%58.19
%0
%30.59

Codes

Color #744AB1 in popluar color models

744AB1
RGB11674177
HSL264°41.04%49.22%
HSB/HSV264°58.19%69.41%
CMYK34.46%58.19%0.00%
30.59%

Color #744AB1 in popluar number systems.

HEX744AB1
Decimal11674177
Binary1110100100101010110001
Octal164112261

Shades and tints

Shades of #744AB1

#744AB1
(116,74,177)
#6A44A1
(106,68,161)
#603E91
(96,62,145)
#563881
(86,56,129)
#4C3271
(76,50,113)
#422C61
(66,44,97)
#382651
(56,38,81)
#2E2041
(46,32,65)
#241A31
(36,26,49)
#1A1421
(26,20,33)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #744AB1

#744AB1
(116,74,177)
#805AB8
(128,90,184)
#8C6ABF
(140,106,191)
#987AC6
(152,122,198)
#A48ACD
(164,138,205)
#B09AD4
(176,154,212)
#BCAADB
(188,170,219)
#C8BAE2
(200,186,226)
#D4CAE9
(212,202,233)
#E0DAF0
(224,218,240)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744AB1; }

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

This text font color is #744AB1.


Background Color

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

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

This div background color is #744AB1.


Border color

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

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

This div border color is #744AB1.


Opacity

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

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

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

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

This text has shadow with #744AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744AB1 on black background.


Color preview on white background

This text has color #744AB1 on white background.



Black color preview on #744AB1 background

This text has black color on #744AB1 background.


White color preview on #744AB1 background

This text has white color on #744AB1 background.