COLOR #7D1A72

HEX: #7D1A72
RGB: (125,26,114)

Color info

#7D1A72 contains mainly red and blue colors. Web safe color of #7D1A72 is #660066 (or #606).

RGB color model

#7D1A72 color RGB value is (125,26,114).

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

RGB channels and saturation

R 125 of 255 = 49%
G 26 of 255 = 10%
B 114 of 255 = 45%

125
26
114

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

Portions of RGB colors in percentages

R + G + B =
125 + 26 + 114 = 265 (100%)
R 125 of 265 ~ 47.17%
G 26 of 265 ~ 9.81%
B 114 of 265 ~ 43.02%

%47.17
%9.81
%43.02

CMYK color model

#7D1A72 color CMYK value is (0,79,9,51).

  • cyan value is 0.00%
  • magenta value is 79.20%
  • yellow value is 8.80%
  • key color value is 50.98%
CMYK:
(0,79,9,51)
C0M79Y9K51 
(0%,79%,9%,51%)
(0.00/0.79/0.09/0.51)	

CMYK percentages

%0
%79.2
%8.8
%50.98

Codes

Color #7D1A72 in popluar color models

7D1A72
RGB12526114
HSL307°65.56%29.61%
HSB/HSV307°79.20%49.02%
CMYK0.00%79.20%8.80%
50.98%

Color #7D1A72 in popluar number systems.

HEX7D1A72
Decimal12526114
Binary1111101110101110010
Octal17532162

Shades and tints

Shades of #7D1A72

#7D1A72
(125,26,114)
#721868
(114,24,104)
#67165E
(103,22,94)
#5C1454
(92,20,84)
#51124A
(81,18,74)
#461040
(70,16,64)
#3B0E36
(59,14,54)
#300C2C
(48,12,44)
#250A22
(37,10,34)
#1A0818
(26,8,24)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #7D1A72

#7D1A72
(125,26,114)
#882E7E
(136,46,126)
#93428A
(147,66,138)
#9E5696
(158,86,150)
#A96AA2
(169,106,162)
#B47EAE
(180,126,174)
#BF92BA
(191,146,186)
#CAA6C6
(202,166,198)
#D5BAD2
(213,186,210)
#E0CEDE
(224,206,222)
#EBE2EA
(235,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1A72; }

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

This text font color is #7D1A72.


Background Color

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

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

This div background color is #7D1A72.


Border color

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

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

This div border color is #7D1A72.


Opacity

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

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

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

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

This text has shadow with #7D1A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1A72 on black background.


Color preview on white background

This text has color #7D1A72 on white background.



Black color preview on #7D1A72 background

This text has black color on #7D1A72 background.


White color preview on #7D1A72 background

This text has white color on #7D1A72 background.