COLOR #745491

HEX: #745491
RGB: (116,84,145)

Color info

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

RGB color model

#745491 color RGB value is (116,84,145).

  • red value is 116;
  • green value is 84;
  • blue value is 145.
RGB:
(116,84,145)
(45%,33%,57%)

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 145 of 255 = 57%

116
84
145

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

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 145 = 345 (100%)
R 116 of 345 ~ 33.62%
G 84 of 345 ~ 24.35%
B 145 of 345 ~ 42.03%

%33.62
%24.35
%42.03

CMYK color model

#745491 color CMYK value is (20,42,0,43).

  • cyan value is 20.00%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(20,42,0,43)
C20M42Y0K43 
(20%,42%,0%,43%)
(0.20/0.42/0.00/0.43)	

CMYK percentages

%20
%42.07
%0
%43.14

Codes

Color #745491 in popluar color models

745491
RGB11684145
HSL271°26.64%44.90%
HSB/HSV271°42.07%56.86%
CMYK20.00%42.07%0.00%
43.14%

Color #745491 in popluar number systems.

HEX745491
Decimal11684145
Binary1110100101010010010001
Octal164124221

Shades and tints

Shades of #745491

#745491
(116,84,145)
#6A4D84
(106,77,132)
#604677
(96,70,119)
#563F6A
(86,63,106)
#4C385D
(76,56,93)
#423150
(66,49,80)
#382A43
(56,42,67)
#2E2336
(46,35,54)
#241C29
(36,28,41)
#1A151C
(26,21,28)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #745491

#745491
(116,84,145)
#80639B
(128,99,155)
#8C72A5
(140,114,165)
#9881AF
(152,129,175)
#A490B9
(164,144,185)
#B09FC3
(176,159,195)
#BCAECD
(188,174,205)
#C8BDD7
(200,189,215)
#D4CCE1
(212,204,225)
#E0DBEB
(224,219,235)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745491 color. Also use rgb(116,84,145) instead hex code.

Text Font Color

.myTextColor { color: #745491; }

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

This text font color is #745491.


Background Color

.myBgColor { background-color: #745491; }

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

This div background color is #745491.


Border color

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

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

This div border color is #745491.


Opacity

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

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

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

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

This text has shadow with #745491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745491 on black background.


Color preview on white background

This text has color #745491 on white background.



Black color preview on #745491 background

This text has black color on #745491 background.


White color preview on #745491 background

This text has white color on #745491 background.