COLOR #7D2C81

HEX: #7D2C81
RGB: (125,44,129)

Color info

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

RGB color model

#7D2C81 color RGB value is (125,44,129).

  • red value is 125;
  • green value is 44;
  • blue value is 129.
RGB:
(125,44,129)
(49%,17%,51%)

RGB channels and saturation

R 125 of 255 = 49%
G 44 of 255 = 17%
B 129 of 255 = 51%

125
44
129

R + G + B ~ 39%. #7D2C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 44 + 129 = 298 (100%)
R 125 of 298 ~ 41.95%
G 44 of 298 ~ 14.77%
B 129 of 298 ~ 43.29%

%41.95
%14.77
%43.29

CMYK color model

#7D2C81 color CMYK value is (3,66,0,49).

  • cyan value is 3.10%
  • magenta value is 65.89%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(3,66,0,49)
C3M66Y0K49 
(3%,66%,0%,49%)
(0.03/0.66/0.00/0.49)	

CMYK percentages

%3.1
%65.89
%0
%49.41

Codes

Color #7D2C81 in popluar color models

7D2C81
RGB12544129
HSL297°49.13%33.92%
HSB/HSV297°65.89%50.59%
CMYK3.10%65.89%0.00%
49.41%

Color #7D2C81 in popluar number systems.

HEX7D2C81
Decimal12544129
Binary111110110110010000001
Octal17554201

Shades and tints

Shades of #7D2C81

#7D2C81
(125,44,129)
#722876
(114,40,118)
#67246B
(103,36,107)
#5C2060
(92,32,96)
#511C55
(81,28,85)
#46184A
(70,24,74)
#3B143F
(59,20,63)
#301034
(48,16,52)
#250C29
(37,12,41)
#1A081E
(26,8,30)
#0F0413
(15,4,19)
#000000
(0,0,0)

Tints of #7D2C81

#7D2C81
(125,44,129)
#883F8C
(136,63,140)
#935297
(147,82,151)
#9E65A2
(158,101,162)
#A978AD
(169,120,173)
#B48BB8
(180,139,184)
#BF9EC3
(191,158,195)
#CAB1CE
(202,177,206)
#D5C4D9
(213,196,217)
#E0D7E4
(224,215,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2C81 color. Also use rgb(125,44,129) instead hex code.

Text Font Color

.myTextColor { color: #7D2C81; }

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

This text font color is #7D2C81.


Background Color

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

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

This div background color is #7D2C81.


Border color

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

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

This div border color is #7D2C81.


Opacity

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

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

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

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

This text has shadow with #7D2C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2C81 on black background.


Color preview on white background

This text has color #7D2C81 on white background.



Black color preview on #7D2C81 background

This text has black color on #7D2C81 background.


White color preview on #7D2C81 background

This text has white color on #7D2C81 background.