COLOR #7D1E72

HEX: #7D1E72
RGB: (125,30,114)

Color info

#7D1E72 contains mainly red and blue colors. Web safe color of #7D1E72 is #663366 (or #636).

RGB color model

#7D1E72 color RGB value is (125,30,114).

  • red value is 125;
  • green value is 30;
  • blue value is 114.
RGB:
(125,30,114)
(49%,12%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 30 of 255 = 12%
B 114 of 255 = 45%

125
30
114

R + G + B ~ 35%. #7D1E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 30 + 114 = 269 (100%)
R 125 of 269 ~ 46.47%
G 30 of 269 ~ 11.15%
B 114 of 269 ~ 42.38%

%46.47
%11.15
%42.38

CMYK color model

#7D1E72 color CMYK value is (0,76,9,51).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 8.80%
  • key color value is 50.98%
CMYK:
(0,76,9,51)
C0M76Y9K51 
(0%,76%,9%,51%)
(0.00/0.76/0.09/0.51)	

CMYK percentages

%0
%76
%8.8
%50.98

Codes

Color #7D1E72 in popluar color models

7D1E72
RGB12530114
HSL307°61.29%30.39%
HSB/HSV307°76.00%49.02%
CMYK0.00%76.00%8.80%
50.98%

Color #7D1E72 in popluar number systems.

HEX7D1E72
Decimal12530114
Binary1111101111101110010
Octal17536162

Shades and tints

Shades of #7D1E72

#7D1E72
(125,30,114)
#721C68
(114,28,104)
#671A5E
(103,26,94)
#5C1854
(92,24,84)
#51164A
(81,22,74)
#461440
(70,20,64)
#3B1236
(59,18,54)
#30102C
(48,16,44)
#250E22
(37,14,34)
#1A0C18
(26,12,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #7D1E72

#7D1E72
(125,30,114)
#88327E
(136,50,126)
#93468A
(147,70,138)
#9E5A96
(158,90,150)
#A96EA2
(169,110,162)
#B482AE
(180,130,174)
#BF96BA
(191,150,186)
#CAAAC6
(202,170,198)
#D5BED2
(213,190,210)
#E0D2DE
(224,210,222)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1E72 color. Also use rgb(125,30,114) instead hex code.

Text Font Color

.myTextColor { color: #7D1E72; }

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

This text font color is #7D1E72.


Background Color

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

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

This div background color is #7D1E72.


Border color

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

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

This div border color is #7D1E72.


Opacity

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

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

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

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

This text has shadow with #7D1E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1E72 on black background.


Color preview on white background

This text has color #7D1E72 on white background.



Black color preview on #7D1E72 background

This text has black color on #7D1E72 background.


White color preview on #7D1E72 background

This text has white color on #7D1E72 background.