COLOR #7C329B

HEX: #7C329B
RGB: (124,50,155)

Color info

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

RGB color model

#7C329B color RGB value is (124,50,155).

  • red value is 124;
  • green value is 50;
  • blue value is 155.
RGB:
(124,50,155)
(49%,20%,61%)

RGB channels and saturation

R 124 of 255 = 49%
G 50 of 255 = 20%
B 155 of 255 = 61%

124
50
155

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

Portions of RGB colors in percentages

R + G + B =
124 + 50 + 155 = 329 (100%)
R 124 of 329 ~ 37.69%
G 50 of 329 ~ 15.2%
B 155 of 329 ~ 47.11%

%37.69
%15.2
%47.11

CMYK color model

#7C329B color CMYK value is (20,68,0,39).

  • cyan value is 20.00%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(20,68,0,39)
C20M68Y0K39 
(20%,68%,0%,39%)
(0.20/0.68/0.00/0.39)	

CMYK percentages

%20
%67.74
%0
%39.22

Codes

Color #7C329B in popluar color models

7C329B
RGB12450155
HSL282°51.22%40.20%
HSB/HSV282°67.74%60.78%
CMYK20.00%67.74%0.00%
39.22%

Color #7C329B in popluar number systems.

HEX7C329B
Decimal12450155
Binary111110011001010011011
Octal17462233

Shades and tints

Shades of #7C329B

#7C329B
(124,50,155)
#712E8D
(113,46,141)
#662A7F
(102,42,127)
#5B2671
(91,38,113)
#502263
(80,34,99)
#451E55
(69,30,85)
#3A1A47
(58,26,71)
#2F1639
(47,22,57)
#24122B
(36,18,43)
#190E1D
(25,14,29)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #7C329B

#7C329B
(124,50,155)
#8744A4
(135,68,164)
#9256AD
(146,86,173)
#9D68B6
(157,104,182)
#A87ABF
(168,122,191)
#B38CC8
(179,140,200)
#BE9ED1
(190,158,209)
#C9B0DA
(201,176,218)
#D4C2E3
(212,194,227)
#DFD4EC
(223,212,236)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C329B color. Also use rgb(124,50,155) instead hex code.

Text Font Color

.myTextColor { color: #7C329B; }

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

This text font color is #7C329B.


Background Color

.myBgColor { background-color: #7C329B; }

<div style="background-color:#7C329B">Inner text</div>

This div background color is #7C329B.


Border color

.myBorderColor { border: 1px solid #7C329B; }

<div style="border:3px solid #7C329B">Div</div>

This div border color is #7C329B.


Opacity

.myOpacity80 { color: #7C329B; opacity: 0.8; }

<p style="color:#7C329B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C329B color.

.textShadow {text-shadow: 3px 3px 1px #7C329B, 3px 3px 1px red;}

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

This text has shadow with #7C329B primary color and red secondary color.


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

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

This text has shadow with #7C329B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C329B on black background.


Color preview on white background

This text has color #7C329B on white background.



Black color preview on #7C329B background

This text has black color on #7C329B background.


White color preview on #7C329B background

This text has white color on #7C329B background.