COLOR #7D3687

HEX: #7D3687
RGB: (125,54,135)

Color info

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

RGB color model

#7D3687 color RGB value is (125,54,135).

  • red value is 125;
  • green value is 54;
  • blue value is 135.
RGB:
(125,54,135)
(49%,21%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 54 of 255 = 21%
B 135 of 255 = 53%

125
54
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 54 + 135 = 314 (100%)
R 125 of 314 ~ 39.81%
G 54 of 314 ~ 17.2%
B 135 of 314 ~ 42.99%

%39.81
%17.2
%42.99

CMYK color model

#7D3687 color CMYK value is (7,60,0,47).

  • cyan value is 7.41%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,60,0,47)
C7M60Y0K47 
(7%,60%,0%,47%)
(0.07/0.60/0.00/0.47)	

CMYK percentages

%7.41
%60
%0
%47.06

Codes

Color #7D3687 in popluar color models

7D3687
RGB12554135
HSL293°42.86%37.06%
HSB/HSV293°60.00%52.94%
CMYK7.41%60.00%0.00%
47.06%

Color #7D3687 in popluar number systems.

HEX7D3687
Decimal12554135
Binary111110111011010000111
Octal17566207

Shades and tints

Shades of #7D3687

#7D3687
(125,54,135)
#72327B
(114,50,123)
#672E6F
(103,46,111)
#5C2A63
(92,42,99)
#512657
(81,38,87)
#46224B
(70,34,75)
#3B1E3F
(59,30,63)
#301A33
(48,26,51)
#251627
(37,22,39)
#1A121B
(26,18,27)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #7D3687

#7D3687
(125,54,135)
#884891
(136,72,145)
#935A9B
(147,90,155)
#9E6CA5
(158,108,165)
#A97EAF
(169,126,175)
#B490B9
(180,144,185)
#BFA2C3
(191,162,195)
#CAB4CD
(202,180,205)
#D5C6D7
(213,198,215)
#E0D8E1
(224,216,225)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3687 color. Also use rgb(125,54,135) instead hex code.

Text Font Color

.myTextColor { color: #7D3687; }

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

This text font color is #7D3687.


Background Color

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

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

This div background color is #7D3687.


Border color

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

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

This div border color is #7D3687.


Opacity

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

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

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

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

This text has shadow with #7D3687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3687 on black background.


Color preview on white background

This text has color #7D3687 on white background.



Black color preview on #7D3687 background

This text has black color on #7D3687 background.


White color preview on #7D3687 background

This text has white color on #7D3687 background.