COLOR #75478B

HEX: #75478B
RGB: (117,71,139)

Color info

#75478B contains mainly red and blue colors. Web safe color of #75478B is #663399 (or #639).

RGB color model

#75478B color RGB value is (117,71,139).

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

RGB channels and saturation

R 117 of 255 = 46%
G 71 of 255 = 28%
B 139 of 255 = 55%

117
71
139

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

Portions of RGB colors in percentages

R + G + B =
117 + 71 + 139 = 327 (100%)
R 117 of 327 ~ 35.78%
G 71 of 327 ~ 21.71%
B 139 of 327 ~ 42.51%

%35.78
%21.71
%42.51

CMYK color model

#75478B color CMYK value is (16,49,0,45).

  • cyan value is 15.83%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(16,49,0,45)
C16M49Y0K45 
(16%,49%,0%,45%)
(0.16/0.49/0.00/0.45)	

CMYK percentages

%15.83
%48.92
%0
%45.49

Codes

Color #75478B in popluar color models

75478B
RGB11771139
HSL281°32.38%41.18%
HSB/HSV281°48.92%54.51%
CMYK15.83%48.92%0.00%
45.49%

Color #75478B in popluar number systems.

HEX75478B
Decimal11771139
Binary1110101100011110001011
Octal165107213

Shades and tints

Shades of #75478B

#75478B
(117,71,139)
#6B417F
(107,65,127)
#613B73
(97,59,115)
#573567
(87,53,103)
#4D2F5B
(77,47,91)
#43294F
(67,41,79)
#392343
(57,35,67)
#2F1D37
(47,29,55)
#25172B
(37,23,43)
#1B111F
(27,17,31)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #75478B

#75478B
(117,71,139)
#815795
(129,87,149)
#8D679F
(141,103,159)
#9977A9
(153,119,169)
#A587B3
(165,135,179)
#B197BD
(177,151,189)
#BDA7C7
(189,167,199)
#C9B7D1
(201,183,209)
#D5C7DB
(213,199,219)
#E1D7E5
(225,215,229)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75478B; }

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

This text font color is #75478B.


Background Color

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

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

This div background color is #75478B.


Border color

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

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

This div border color is #75478B.


Opacity

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

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

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

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

This text has shadow with #75478B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75478B on black background.


Color preview on white background

This text has color #75478B on white background.



Black color preview on #75478B background

This text has black color on #75478B background.


White color preview on #75478B background

This text has white color on #75478B background.