COLOR #76328D

HEX: #76328D
RGB: (118,50,141)

Color info

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

RGB color model

#76328D color RGB value is (118,50,141).

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

RGB channels and saturation

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

118
50
141

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

Portions of RGB colors in percentages

R + G + B =
118 + 50 + 141 = 309 (100%)
R 118 of 309 ~ 38.19%
G 50 of 309 ~ 16.18%
B 141 of 309 ~ 45.63%

%38.19
%16.18
%45.63

CMYK color model

#76328D color CMYK value is (16,65,0,45).

  • cyan value is 16.31%
  • magenta value is 64.54%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,65,0,45)
C16M65Y0K45 
(16%,65%,0%,45%)
(0.16/0.65/0.00/0.45)	

CMYK percentages

%16.31
%64.54
%0
%44.71

Codes

Color #76328D in popluar color models

76328D
RGB11850141
HSL285°47.64%37.45%
HSB/HSV285°64.54%55.29%
CMYK16.31%64.54%0.00%
44.71%

Color #76328D in popluar number systems.

HEX76328D
Decimal11850141
Binary111011011001010001101
Octal16662215

Shades and tints

Shades of #76328D

#76328D
(118,50,141)
#6C2E81
(108,46,129)
#622A75
(98,42,117)
#582669
(88,38,105)
#4E225D
(78,34,93)
#441E51
(68,30,81)
#3A1A45
(58,26,69)
#301639
(48,22,57)
#26122D
(38,18,45)
#1C0E21
(28,14,33)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #76328D

#76328D
(118,50,141)
#824497
(130,68,151)
#8E56A1
(142,86,161)
#9A68AB
(154,104,171)
#A67AB5
(166,122,181)
#B28CBF
(178,140,191)
#BE9EC9
(190,158,201)
#CAB0D3
(202,176,211)
#D6C2DD
(214,194,221)
#E2D4E7
(226,212,231)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76328D; }

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

This text font color is #76328D.


Background Color

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

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

This div background color is #76328D.


Border color

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

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

This div border color is #76328D.


Opacity

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

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

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

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

This text has shadow with #76328D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76328D on black background.


Color preview on white background

This text has color #76328D on white background.



Black color preview on #76328D background

This text has black color on #76328D background.


White color preview on #76328D background

This text has white color on #76328D background.