COLOR #75488D

HEX: #75488D
RGB: (117,72,141)

Color info

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

RGB color model

#75488D color RGB value is (117,72,141).

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

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 141 of 255 = 55%

117
72
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 141 = 330 (100%)
R 117 of 330 ~ 35.45%
G 72 of 330 ~ 21.82%
B 141 of 330 ~ 42.73%

%35.45
%21.82
%42.73

CMYK color model

#75488D color CMYK value is (17,49,0,45).

  • cyan value is 17.02%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,49,0,45)
C17M49Y0K45 
(17%,49%,0%,45%)
(0.17/0.49/0.00/0.45)	

CMYK percentages

%17.02
%48.94
%0
%44.71

Codes

Color #75488D in popluar color models

75488D
RGB11772141
HSL279°32.39%41.76%
HSB/HSV279°48.94%55.29%
CMYK17.02%48.94%0.00%
44.71%

Color #75488D in popluar number systems.

HEX75488D
Decimal11772141
Binary1110101100100010001101
Octal165110215

Shades and tints

Shades of #75488D

#75488D
(117,72,141)
#6B4281
(107,66,129)
#613C75
(97,60,117)
#573669
(87,54,105)
#4D305D
(77,48,93)
#432A51
(67,42,81)
#392445
(57,36,69)
#2F1E39
(47,30,57)
#25182D
(37,24,45)
#1B1221
(27,18,33)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #75488D

#75488D
(117,72,141)
#815897
(129,88,151)
#8D68A1
(141,104,161)
#9978AB
(153,120,171)
#A588B5
(165,136,181)
#B198BF
(177,152,191)
#BDA8C9
(189,168,201)
#C9B8D3
(201,184,211)
#D5C8DD
(213,200,221)
#E1D8E7
(225,216,231)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75488D color. Also use rgb(117,72,141) instead hex code.

Text Font Color

.myTextColor { color: #75488D; }

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

This text font color is #75488D.


Background Color

.myBgColor { background-color: #75488D; }

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

This div background color is #75488D.


Border color

.myBorderColor { border: 1px solid #75488D; }

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

This div border color is #75488D.


Opacity

.myOpacity80 { color: #75488D; opacity: 0.8; }

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

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

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

This text has shadow with #75488D color.

.textShadow {text-shadow: 3px 3px 1px #75488D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75488D on black background.


Color preview on white background

This text has color #75488D on white background.



Black color preview on #75488D background

This text has black color on #75488D background.


White color preview on #75488D background

This text has white color on #75488D background.