COLOR #7D39CC

HEX: #7D39CC RGB: (125,57,204)

Color info

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

RGB color model

#7D39CC color RGB value is (125,57,204).

RGB: (125,57,204) (49%, 22%, 80%)

RGB channels and saturation

R 125 of 255 = 49%
G 57 of 255 = 22%
B 204 of 255 = 80%

125
57
204

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

Portions of RGB colors in percentages

R + G + B = 125 + 57 + 204 = 386 (100%)
R 125 of 386 ~ 32.38%
G 57 of 386 ~ 14.77%
B 204 of 386 ~ 52.85'%

%32.38
%14.77
%52.85

CMYK color model

#7D39CC color CMYK value is (39,72,0,20).

  • cyan value is 38.73%
  • magenta value is 72.06%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (39,72,0,20)
C39M72Y0K20 (39%, 72%, 0%, 20%)
(0.39 / 0.72 / 0.00 / 0.20)

CMYK percentages

%38.73
%72.06
%0
%20

Codes

Color #7D39CC in popluar color models

7D 39 CC
RGB 125 57 204
HSL 268° 59.04% 51.18%
HSB/HSV 268° 72.06% 80.00%
CMYK 38.73% 72.06% 0.00%
20.00%

Color #7D39CC in popluar number systems.

HEX 7D 39 CC
Decimal 125 57 204
Binary 1111101 111001 11001100
Octal 175 71 314

Shades and tints

Shades of #7D39CC

#7D39CC
(125,57,204)
#7234BA
(114,52,186)
#672FA8
(103,47,168)
#5C2A96
(92,42,150)
#512584
(81,37,132)
#462072
(70,32,114)
#3B1B60
(59,27,96)
#30164E
(48,22,78)
#25113C
(37,17,60)
#1A0C2A
(26,12,42)
#0F0718
(15,7,24)
#000000
(0,0,0)

Tints of #7D39CC

#7D39CC
(125,57,204)
#884BD0
(136,75,208)
#935DD4
(147,93,212)
#9E6FD8
(158,111,216)
#A981DC
(169,129,220)
#B493E0
(180,147,224)
#BFA5E4
(191,165,228)
#CAB7E8
(202,183,232)
#D5C9EC
(213,201,236)
#E0DBF0
(224,219,240)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D39CC color. Also use rgb(125,57,204) instead hex code.

Text Font Color

.myTextColor { color: #7D39CC; }

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

This text font color is #7D39CC.

Background Color

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

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

This div background color is #7D39CC.

Border color

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

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

This div border color is #7D39CC.

Opacity

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

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

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

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

This text has shadow with #7D39CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D39CC.

Preview

Color preview on black background

This text has color #7D39CC on black background.


Color preview on white background

This text has color #7D39CC on white background.


Black color preview on #7D39CC background

This text has black color on #7D39CC background.


White color preview on #7D39CC background

This text has white color on #7D39CC background.


Related colors

Complementary color

Complementary color for #hex is #82C633.


I love getcolorcode.com

Triadic colors

1 #CC7D39 and #39CC7D with #7D39CC are triadic colors.

2 #CC397D and #397DCC with #7D39CC are triadic colors.