COLOR #75558F

HEX: #75558F
RGB: (117,85,143)

Color info

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

RGB color model

#75558F color RGB value is (117,85,143).

  • red value is 117;
  • green value is 85;
  • blue value is 143.
RGB:
(117,85,143)
(46%,33%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 143 of 255 = 56%

117
85
143

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

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 143 = 345 (100%)
R 117 of 345 ~ 33.91%
G 85 of 345 ~ 24.64%
B 143 of 345 ~ 41.45%

%33.91
%24.64
%41.45

CMYK color model

#75558F color CMYK value is (18,41,0,44).

  • cyan value is 18.18%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(18,41,0,44)
C18M41Y0K44 
(18%,41%,0%,44%)
(0.18/0.41/0.00/0.44)	

CMYK percentages

%18.18
%40.56
%0
%43.92

Codes

Color #75558F in popluar color models

75558F
RGB11785143
HSL273°25.44%44.71%
HSB/HSV273°40.56%56.08%
CMYK18.18%40.56%0.00%
43.92%

Color #75558F in popluar number systems.

HEX75558F
Decimal11785143
Binary1110101101010110001111
Octal165125217

Shades and tints

Shades of #75558F

#75558F
(117,85,143)
#6B4E82
(107,78,130)
#614775
(97,71,117)
#574068
(87,64,104)
#4D395B
(77,57,91)
#43324E
(67,50,78)
#392B41
(57,43,65)
#2F2434
(47,36,52)
#251D27
(37,29,39)
#1B161A
(27,22,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #75558F

#75558F
(117,85,143)
#816499
(129,100,153)
#8D73A3
(141,115,163)
#9982AD
(153,130,173)
#A591B7
(165,145,183)
#B1A0C1
(177,160,193)
#BDAFCB
(189,175,203)
#C9BED5
(201,190,213)
#D5CDDF
(213,205,223)
#E1DCE9
(225,220,233)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75558F color. Also use rgb(117,85,143) instead hex code.

Text Font Color

.myTextColor { color: #75558F; }

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

This text font color is #75558F.


Background Color

.myBgColor { background-color: #75558F; }

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

This div background color is #75558F.


Border color

.myBorderColor { border: 1px solid #75558F; }

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

This div border color is #75558F.


Opacity

.myOpacity80 { color: #75558F; opacity: 0.8; }

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

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

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

This text has shadow with #75558F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75558F on black background.


Color preview on white background

This text has color #75558F on white background.



Black color preview on #75558F background

This text has black color on #75558F background.


White color preview on #75558F background

This text has white color on #75558F background.