COLOR #744997

HEX: #744997
RGB: (116,73,151)

Color info

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

RGB color model

#744997 color RGB value is (116,73,151).

  • red value is 116;
  • green value is 73;
  • blue value is 151.
RGB:
(116,73,151)
(45%,29%,59%)

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 151 of 255 = 59%

116
73
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 73 + 151 = 340 (100%)
R 116 of 340 ~ 34.12%
G 73 of 340 ~ 21.47%
B 151 of 340 ~ 44.41%

%34.12
%21.47
%44.41

CMYK color model

#744997 color CMYK value is (23,52,0,41).

  • cyan value is 23.18%
  • magenta value is 51.66%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,52,0,41)
C23M52Y0K41 
(23%,52%,0%,41%)
(0.23/0.52/0.00/0.41)	

CMYK percentages

%23.18
%51.66
%0
%40.78

Codes

Color #744997 in popluar color models

744997
RGB11673151
HSL273°34.82%43.92%
HSB/HSV273°51.66%59.22%
CMYK23.18%51.66%0.00%
40.78%

Color #744997 in popluar number systems.

HEX744997
Decimal11673151
Binary1110100100100110010111
Octal164111227

Shades and tints

Shades of #744997

#744997
(116,73,151)
#6A438A
(106,67,138)
#603D7D
(96,61,125)
#563770
(86,55,112)
#4C3163
(76,49,99)
#422B56
(66,43,86)
#382549
(56,37,73)
#2E1F3C
(46,31,60)
#24192F
(36,25,47)
#1A1322
(26,19,34)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #744997

#744997
(116,73,151)
#8059A0
(128,89,160)
#8C69A9
(140,105,169)
#9879B2
(152,121,178)
#A489BB
(164,137,187)
#B099C4
(176,153,196)
#BCA9CD
(188,169,205)
#C8B9D6
(200,185,214)
#D4C9DF
(212,201,223)
#E0D9E8
(224,217,232)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744997 color. Also use rgb(116,73,151) instead hex code.

Text Font Color

.myTextColor { color: #744997; }

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

This text font color is #744997.


Background Color

.myBgColor { background-color: #744997; }

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

This div background color is #744997.


Border color

.myBorderColor { border: 1px solid #744997; }

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

This div border color is #744997.


Opacity

.myOpacity80 { color: #744997; opacity: 0.8; }

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

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

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

This text has shadow with #744997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744997 on black background.


Color preview on white background

This text has color #744997 on white background.



Black color preview on #744997 background

This text has black color on #744997 background.


White color preview on #744997 background

This text has white color on #744997 background.