COLOR #7D32C5

HEX: #7D32C5
RGB: (125,50,197)

Color info

#7D32C5 contains mainly blue color. Web safe color of #7D32C5 is #6633CC (or #63C).

RGB color model

#7D32C5 color RGB value is (125,50,197).

  • red value is 125;
  • green value is 50;
  • blue value is 197.
RGB:
(125,50,197)
(49%,20%,77%)

RGB channels and saturation

R 125 of 255 = 49%
G 50 of 255 = 20%
B 197 of 255 = 77%

125
50
197

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

Portions of RGB colors in percentages

R + G + B =
125 + 50 + 197 = 372 (100%)
R 125 of 372 ~ 33.6%
G 50 of 372 ~ 13.44%
B 197 of 372 ~ 52.96%

%33.6
%13.44
%52.96

CMYK color model

#7D32C5 color CMYK value is (37,75,0,23).

  • cyan value is 36.55%
  • magenta value is 74.62%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(37,75,0,23)
C37M75Y0K23 
(37%,75%,0%,23%)
(0.37/0.75/0.00/0.23)	

CMYK percentages

%36.55
%74.62
%0
%22.75

Codes

Color #7D32C5 in popluar color models

7D32C5
RGB12550197
HSL271°59.51%48.43%
HSB/HSV271°74.62%77.25%
CMYK36.55%74.62%0.00%
22.75%

Color #7D32C5 in popluar number systems.

HEX7D32C5
Decimal12550197
Binary111110111001011000101
Octal17562305

Shades and tints

Shades of #7D32C5

#7D32C5
(125,50,197)
#722EB4
(114,46,180)
#672AA3
(103,42,163)
#5C2692
(92,38,146)
#512281
(81,34,129)
#461E70
(70,30,112)
#3B1A5F
(59,26,95)
#30164E
(48,22,78)
#25123D
(37,18,61)
#1A0E2C
(26,14,44)
#0F0A1B
(15,10,27)
#000000
(0,0,0)

Tints of #7D32C5

#7D32C5
(125,50,197)
#8844CA
(136,68,202)
#9356CF
(147,86,207)
#9E68D4
(158,104,212)
#A97AD9
(169,122,217)
#B48CDE
(180,140,222)
#BF9EE3
(191,158,227)
#CAB0E8
(202,176,232)
#D5C2ED
(213,194,237)
#E0D4F2
(224,212,242)
#EBE6F7
(235,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D32C5 color. Also use rgb(125,50,197) instead hex code.

Text Font Color

.myTextColor { color: #7D32C5; }

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

This text font color is #7D32C5.


Background Color

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

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

This div background color is #7D32C5.


Border color

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

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

This div border color is #7D32C5.


Opacity

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

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

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

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

This text has shadow with #7D32C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D32C5 on black background.


Color preview on white background

This text has color #7D32C5 on white background.



Black color preview on #7D32C5 background

This text has black color on #7D32C5 background.


White color preview on #7D32C5 background

This text has white color on #7D32C5 background.