COLOR #75549B

HEX: #75549B RGB: (117,84,155)

Color info

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

RGB color model

#75549B color RGB value is (117,84,155).

RGB: (117,84,155) (46%, 33%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 155 of 255 = 61%

117
84
155

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

Portions of RGB colors in percentages

R + G + B = 117 + 84 + 155 = 356 (100%)
R 117 of 356 ~ 32.87%
G 84 of 356 ~ 23.6%
B 155 of 356 ~ 43.54'%

%32.87
%23.6
%43.54

CMYK color model

#75549B color CMYK value is (25,46,0,39).

  • cyan value is 24.52%
  • magenta value is 45.81%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (25,46,0,39)
C25M46Y0K39 (25%, 46%, 0%, 39%)
(0.25 / 0.46 / 0.00 / 0.39)

CMYK percentages

%24.52
%45.81
%0
%39.22

Codes

Color #75549B in popluar color models

75 54 9B
RGB 117 84 155
HSL 268° 29.71% 46.86%
HSB/HSV 268° 45.81% 60.78%
CMYK 24.52% 45.81% 0.00%
39.22%

Color #75549B in popluar number systems.

HEX 75 54 9B
Decimal 117 84 155
Binary 1110101 1010100 10011011
Octal 165 124 233

Shades and tints

Shades of #75549B

#75549B
(117,84,155)
#6B4D8D
(107,77,141)
#61467F
(97,70,127)
#573F71
(87,63,113)
#4D3863
(77,56,99)
#433155
(67,49,85)
#392A47
(57,42,71)
#2F2339
(47,35,57)
#251C2B
(37,28,43)
#1B151D
(27,21,29)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #75549B

#75549B
(117,84,155)
#8163A4
(129,99,164)
#8D72AD
(141,114,173)
#9981B6
(153,129,182)
#A590BF
(165,144,191)
#B19FC8
(177,159,200)
#BDAED1
(189,174,209)
#C9BDDA
(201,189,218)
#D5CCE3
(213,204,227)
#E1DBEC
(225,219,236)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75549B color. Also use rgb(117,84,155) instead hex code.

Text Font Color

.myTextColor { color: #75549B; }

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

This text font color is #75549B.

Background Color

.myBgColor { background-color: #75549B; }

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

This div background color is #75549B.

Border color

.myBorderColor { border: 1px solid #75549B; }

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

This div border color is #75549B.

Opacity

.myOpacity80 { color: #75549B; opacity: 0.8; }

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

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

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

This text has shadow with #75549B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75549B.

Preview

Color preview on black background

This text has color #75549B on black background.


Color preview on white background

This text has color #75549B on white background.


Black color preview on #75549B background

This text has black color on #75549B background.


White color preview on #75549B background

This text has white color on #75549B background.


Related colors

Complementary color

Complementary color for #hex is #8AAB64.


I love getcolorcode.com

Triadic colors

1 #9B7554 and #549B75 with #75549B are triadic colors.

2 #9B5475 and #54759B with #75549B are triadic colors.