COLOR #7D4C95

HEX: #7D4C95
RGB: (125,76,149)

Color info

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

RGB color model

#7D4C95 color RGB value is (125,76,149).

  • red value is 125;
  • green value is 76;
  • blue value is 149.
RGB:
(125,76,149)
(49%,30%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 76 of 255 = 30%
B 149 of 255 = 58%

125
76
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 76 + 149 = 350 (100%)
R 125 of 350 ~ 35.71%
G 76 of 350 ~ 21.71%
B 149 of 350 ~ 42.57%

%35.71
%21.71
%42.57

CMYK color model

#7D4C95 color CMYK value is (16,49,0,42).

  • cyan value is 16.11%
  • magenta value is 48.99%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(16,49,0,42)
C16M49Y0K42 
(16%,49%,0%,42%)
(0.16/0.49/0.00/0.42)	

CMYK percentages

%16.11
%48.99
%0
%41.57

Codes

Color #7D4C95 in popluar color models

7D4C95
RGB12576149
HSL280°32.44%44.12%
HSB/HSV280°48.99%58.43%
CMYK16.11%48.99%0.00%
41.57%

Color #7D4C95 in popluar number systems.

HEX7D4C95
Decimal12576149
Binary1111101100110010010101
Octal175114225

Shades and tints

Shades of #7D4C95

#7D4C95
(125,76,149)
#724688
(114,70,136)
#67407B
(103,64,123)
#5C3A6E
(92,58,110)
#513461
(81,52,97)
#462E54
(70,46,84)
#3B2847
(59,40,71)
#30223A
(48,34,58)
#251C2D
(37,28,45)
#1A1620
(26,22,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D4C95

#7D4C95
(125,76,149)
#885C9E
(136,92,158)
#936CA7
(147,108,167)
#9E7CB0
(158,124,176)
#A98CB9
(169,140,185)
#B49CC2
(180,156,194)
#BFACCB
(191,172,203)
#CABCD4
(202,188,212)
#D5CCDD
(213,204,221)
#E0DCE6
(224,220,230)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4C95 color. Also use rgb(125,76,149) instead hex code.

Text Font Color

.myTextColor { color: #7D4C95; }

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

This text font color is #7D4C95.


Background Color

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

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

This div background color is #7D4C95.


Border color

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

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

This div border color is #7D4C95.


Opacity

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

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

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

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

This text has shadow with #7D4C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4C95 on black background.


Color preview on white background

This text has color #7D4C95 on white background.



Black color preview on #7D4C95 background

This text has black color on #7D4C95 background.


White color preview on #7D4C95 background

This text has white color on #7D4C95 background.