COLOR #75568B

HEX: #75568B
RGB: (117,86,139)

Color info

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

RGB color model

#75568B color RGB value is (117,86,139).

  • red value is 117;
  • green value is 86;
  • blue value is 139.
RGB:
(117,86,139)
(46%,34%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 139 of 255 = 55%

117
86
139

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

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 139 = 342 (100%)
R 117 of 342 ~ 34.21%
G 86 of 342 ~ 25.15%
B 139 of 342 ~ 40.64%

%34.21
%25.15
%40.64

CMYK color model

#75568B color CMYK value is (16,38,0,45).

  • cyan value is 15.83%
  • magenta value is 38.13%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(16,38,0,45)
C16M38Y0K45 
(16%,38%,0%,45%)
(0.16/0.38/0.00/0.45)	

CMYK percentages

%15.83
%38.13
%0
%45.49

Codes

Color #75568B in popluar color models

75568B
RGB11786139
HSL275°23.56%44.12%
HSB/HSV275°38.13%54.51%
CMYK15.83%38.13%0.00%
45.49%

Color #75568B in popluar number systems.

HEX75568B
Decimal11786139
Binary1110101101011010001011
Octal165126213

Shades and tints

Shades of #75568B

#75568B
(117,86,139)
#6B4F7F
(107,79,127)
#614873
(97,72,115)
#574167
(87,65,103)
#4D3A5B
(77,58,91)
#43334F
(67,51,79)
#392C43
(57,44,67)
#2F2537
(47,37,55)
#251E2B
(37,30,43)
#1B171F
(27,23,31)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #75568B

#75568B
(117,86,139)
#816595
(129,101,149)
#8D749F
(141,116,159)
#9983A9
(153,131,169)
#A592B3
(165,146,179)
#B1A1BD
(177,161,189)
#BDB0C7
(189,176,199)
#C9BFD1
(201,191,209)
#D5CEDB
(213,206,219)
#E1DDE5
(225,221,229)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75568B color. Also use rgb(117,86,139) instead hex code.

Text Font Color

.myTextColor { color: #75568B; }

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

This text font color is #75568B.


Background Color

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

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

This div background color is #75568B.


Border color

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

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

This div border color is #75568B.


Opacity

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

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

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

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

This text has shadow with #75568B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75568B on black background.


Color preview on white background

This text has color #75568B on white background.



Black color preview on #75568B background

This text has black color on #75568B background.


White color preview on #75568B background

This text has white color on #75568B background.