COLOR #745B8F

HEX: #745B8F
RGB: (116,91,143)

Color info

#745B8F contains red, green and blue colors in about the same proportion. Web safe color of #745B8F is #666699 (or #669).

RGB color model

#745B8F color RGB value is (116,91,143).

  • red value is 116;
  • green value is 91;
  • blue value is 143.
RGB:
(116,91,143)
(45%,36%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 91 of 255 = 36%
B 143 of 255 = 56%

116
91
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 91 + 143 = 350 (100%)
R 116 of 350 ~ 33.14%
G 91 of 350 ~ 26%
B 143 of 350 ~ 40.86%

%33.14
%26
%40.86

CMYK color model

#745B8F color CMYK value is (19,36,0,44).

  • cyan value is 18.88%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,36,0,44)
C19M36Y0K44 
(19%,36%,0%,44%)
(0.19/0.36/0.00/0.44)	

CMYK percentages

%18.88
%36.36
%0
%43.92

Codes

Color #745B8F in popluar color models

745B8F
RGB11691143
HSL269°22.22%45.88%
HSB/HSV269°36.36%56.08%
CMYK18.88%36.36%0.00%
43.92%

Color #745B8F in popluar number systems.

HEX745B8F
Decimal11691143
Binary1110100101101110001111
Octal164133217

Shades and tints

Shades of #745B8F

#745B8F
(116,91,143)
#6A5382
(106,83,130)
#604B75
(96,75,117)
#564368
(86,67,104)
#4C3B5B
(76,59,91)
#42334E
(66,51,78)
#382B41
(56,43,65)
#2E2334
(46,35,52)
#241B27
(36,27,39)
#1A131A
(26,19,26)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #745B8F

#745B8F
(116,91,143)
#806999
(128,105,153)
#8C77A3
(140,119,163)
#9885AD
(152,133,173)
#A493B7
(164,147,183)
#B0A1C1
(176,161,193)
#BCAFCB
(188,175,203)
#C8BDD5
(200,189,213)
#D4CBDF
(212,203,223)
#E0D9E9
(224,217,233)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745B8F color. Also use rgb(116,91,143) instead hex code.

Text Font Color

.myTextColor { color: #745B8F; }

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

This text font color is #745B8F.


Background Color

.myBgColor { background-color: #745B8F; }

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

This div background color is #745B8F.


Border color

.myBorderColor { border: 1px solid #745B8F; }

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

This div border color is #745B8F.


Opacity

.myOpacity80 { color: #745B8F; opacity: 0.8; }

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

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

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

This text has shadow with #745B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745B8F on black background.


Color preview on white background

This text has color #745B8F on white background.



Black color preview on #745B8F background

This text has black color on #745B8F background.


White color preview on #745B8F background

This text has white color on #745B8F background.