COLOR #75488C

HEX: #75488C
RGB: (117,72,140)

Color info

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

RGB color model

#75488C color RGB value is (117,72,140).

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

RGB channels and saturation

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

117
72
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 140 = 329 (100%)
R 117 of 329 ~ 35.56%
G 72 of 329 ~ 21.88%
B 140 of 329 ~ 42.55%

%35.56
%21.88
%42.55

CMYK color model

#75488C color CMYK value is (16,49,0,45).

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

CMYK percentages

%16.43
%48.57
%0
%45.1

Codes

Color #75488C in popluar color models

75488C
RGB11772140
HSL280°32.08%41.57%
HSB/HSV280°48.57%54.90%
CMYK16.43%48.57%0.00%
45.10%

Color #75488C in popluar number systems.

HEX75488C
Decimal11772140
Binary1110101100100010001100
Octal165110214

Shades and tints

Shades of #75488C

#75488C
(117,72,140)
#6B4280
(107,66,128)
#613C74
(97,60,116)
#573668
(87,54,104)
#4D305C
(77,48,92)
#432A50
(67,42,80)
#392444
(57,36,68)
#2F1E38
(47,30,56)
#25182C
(37,24,44)
#1B1220
(27,18,32)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #75488C

#75488C
(117,72,140)
#815896
(129,88,150)
#8D68A0
(141,104,160)
#9978AA
(153,120,170)
#A588B4
(165,136,180)
#B198BE
(177,152,190)
#BDA8C8
(189,168,200)
#C9B8D2
(201,184,210)
#D5C8DC
(213,200,220)
#E1D8E6
(225,216,230)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75488C; }

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

This text font color is #75488C.


Background Color

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

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

This div background color is #75488C.


Border color

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

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

This div border color is #75488C.


Opacity

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

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

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

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

This text has shadow with #75488C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75488C on black background.


Color preview on white background

This text has color #75488C on white background.



Black color preview on #75488C background

This text has black color on #75488C background.


White color preview on #75488C background

This text has white color on #75488C background.