COLOR #744FA1

HEX: #744FA1
RGB: (116,79,161)

Color info

#744FA1 contains mainly red and blue colors. Web safe color of #744FA1 is #666699 (or #669).

RGB color model

#744FA1 color RGB value is (116,79,161).

  • red value is 116;
  • green value is 79;
  • blue value is 161.
RGB:
(116,79,161)
(45%,31%,63%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 161 of 255 = 63%

116
79
161

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

Portions of RGB colors in percentages

R + G + B =
116 + 79 + 161 = 356 (100%)
R 116 of 356 ~ 32.58%
G 79 of 356 ~ 22.19%
B 161 of 356 ~ 45.22%

%32.58
%22.19
%45.22

CMYK color model

#744FA1 color CMYK value is (28,51,0,37).

  • cyan value is 27.95%
  • magenta value is 50.93%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(28,51,0,37)
C28M51Y0K37 
(28%,51%,0%,37%)
(0.28/0.51/0.00/0.37)	

CMYK percentages

%27.95
%50.93
%0
%36.86

Codes

Color #744FA1 in popluar color models

744FA1
RGB11679161
HSL267°34.17%47.06%
HSB/HSV267°50.93%63.14%
CMYK27.95%50.93%0.00%
36.86%

Color #744FA1 in popluar number systems.

HEX744FA1
Decimal11679161
Binary1110100100111110100001
Octal164117241

Shades and tints

Shades of #744FA1

#744FA1
(116,79,161)
#6A4893
(106,72,147)
#604185
(96,65,133)
#563A77
(86,58,119)
#4C3369
(76,51,105)
#422C5B
(66,44,91)
#38254D
(56,37,77)
#2E1E3F
(46,30,63)
#241731
(36,23,49)
#1A1023
(26,16,35)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #744FA1

#744FA1
(116,79,161)
#805FA9
(128,95,169)
#8C6FB1
(140,111,177)
#987FB9
(152,127,185)
#A48FC1
(164,143,193)
#B09FC9
(176,159,201)
#BCAFD1
(188,175,209)
#C8BFD9
(200,191,217)
#D4CFE1
(212,207,225)
#E0DFE9
(224,223,233)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744FA1 color. Also use rgb(116,79,161) instead hex code.

Text Font Color

.myTextColor { color: #744FA1; }

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

This text font color is #744FA1.


Background Color

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

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

This div background color is #744FA1.


Border color

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

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

This div border color is #744FA1.


Opacity

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

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

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

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

This text has shadow with #744FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744FA1 on black background.


Color preview on white background

This text has color #744FA1 on white background.



Black color preview on #744FA1 background

This text has black color on #744FA1 background.


White color preview on #744FA1 background

This text has white color on #744FA1 background.