COLOR #745999

HEX: #745999 RGB: (116,89,153)

Color info

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

RGB color model

#745999 color RGB value is (116,89,153).

RGB: (116,89,153) (45%, 35%, 60%)

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 153 of 255 = 60%

116
89
153

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

Portions of RGB colors in percentages

R + G + B = 116 + 89 + 153 = 358 (100%)
R 116 of 358 ~ 32.4%
G 89 of 358 ~ 24.86%
B 153 of 358 ~ 42.74'%

%32.4
%24.86
%42.74

CMYK color model

#745999 color CMYK value is (24,42,0,40).

  • cyan value is 24.18%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (24,42,0,40) C24M42Y0K40 (24%,42%,0%,40%) (0.24/0.42/0.00/0.40) 

CMYK percentages

%24.18
%41.83
%0
%40

Codes

Color #745999 in popluar color models

74 59 99
RGB 116 89 153
HSL 265° 26.45% 47.45%
HSB/HSV 265° 41.83% 60.00%
CMYK 24.18% 41.83% 0.00%
40.00%

Color #745999 in popluar number systems.

HEX 74 59 99
Decimal 116 89 153
Binary 1110100 1011001 10011001
Octal 164 131 231

Shades and tints

Shades of #745999

#745999
(116,89,153)
#6A518C
(106,81,140)
#60497F
(96,73,127)
#564172
(86,65,114)
#4C3965
(76,57,101)
#423158
(66,49,88)
#38294B
(56,41,75)
#2E213E
(46,33,62)
#241931
(36,25,49)
#1A1124
(26,17,36)
#100917
(16,9,23)
#000000
(0,0,0)

Tints of #745999

#745999
(116,89,153)
#8068A2
(128,104,162)
#8C77AB
(140,119,171)
#9886B4
(152,134,180)
#A495BD
(164,149,189)
#B0A4C6
(176,164,198)
#BCB3CF
(188,179,207)
#C8C2D8
(200,194,216)
#D4D1E1
(212,209,225)
#E0E0EA
(224,224,234)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745999 color. Also use rgb(116,89,153) instead hex code.

Text Font Color

.myTextColor { color: #745999; }

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

This text font color is #745999.

Background Color

.myBgColor { background-color: #745999; }

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

This div background color is #745999.

Border color

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

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

This div border color is #745999.

Opacity

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

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

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

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

This text has shadow with #745999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745999.

Preview

Color preview on black background

This text has color #745999 on black background.


Color preview on white background

This text has color #745999 on white background.


Black color preview on #745999 background

This text has black color on #745999 background.


White color preview on #745999 background

This text has white color on #745999 background.


Related colors

Complementary color

Complementary color for #hex is #8BA666.


I love getcolorcode.com

Triadic colors

1 #997459 and #599974 with #745999 are triadic colors.

2 #995974 and #597499 with #745999 are triadic colors.