COLOR #75328D

HEX: #75328D
RGB: (117,50,141)

Color info

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

RGB color model

#75328D color RGB value is (117,50,141).

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

RGB channels and saturation

R 117 of 255 = 46%
G 50 of 255 = 20%
B 141 of 255 = 55%

117
50
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 50 + 141 = 308 (100%)
R 117 of 308 ~ 37.99%
G 50 of 308 ~ 16.23%
B 141 of 308 ~ 45.78%

%37.99
%16.23
%45.78

CMYK color model

#75328D color CMYK value is (17,65,0,45).

  • cyan value is 17.02%
  • magenta value is 64.54%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,65,0,45)
C17M65Y0K45 
(17%,65%,0%,45%)
(0.17/0.65/0.00/0.45)	

CMYK percentages

%17.02
%64.54
%0
%44.71

Codes

Color #75328D in popluar color models

75328D
RGB11750141
HSL284°47.64%37.45%
HSB/HSV284°64.54%55.29%
CMYK17.02%64.54%0.00%
44.71%

Color #75328D in popluar number systems.

HEX75328D
Decimal11750141
Binary111010111001010001101
Octal16562215

Shades and tints

Shades of #75328D

#75328D
(117,50,141)
#6B2E81
(107,46,129)
#612A75
(97,42,117)
#572669
(87,38,105)
#4D225D
(77,34,93)
#431E51
(67,30,81)
#391A45
(57,26,69)
#2F1639
(47,22,57)
#25122D
(37,18,45)
#1B0E21
(27,14,33)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #75328D

#75328D
(117,50,141)
#814497
(129,68,151)
#8D56A1
(141,86,161)
#9968AB
(153,104,171)
#A57AB5
(165,122,181)
#B18CBF
(177,140,191)
#BD9EC9
(189,158,201)
#C9B0D3
(201,176,211)
#D5C2DD
(213,194,221)
#E1D4E7
(225,212,231)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75328D; }

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

This text font color is #75328D.


Background Color

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

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

This div background color is #75328D.


Border color

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

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

This div border color is #75328D.


Opacity

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

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

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

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

This text has shadow with #75328D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75328D on black background.


Color preview on white background

This text has color #75328D on white background.



Black color preview on #75328D background

This text has black color on #75328D background.


White color preview on #75328D background

This text has white color on #75328D background.