COLOR #7D317A

HEX: #7D317A
RGB: (125,49,122)

Color info

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

RGB color model

#7D317A color RGB value is (125,49,122).

  • red value is 125;
  • green value is 49;
  • blue value is 122.
RGB:
(125,49,122)
(49%,19%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 49 of 255 = 19%
B 122 of 255 = 48%

125
49
122

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

Portions of RGB colors in percentages

R + G + B =
125 + 49 + 122 = 296 (100%)
R 125 of 296 ~ 42.23%
G 49 of 296 ~ 16.55%
B 122 of 296 ~ 41.22%

%42.23
%16.55
%41.22

CMYK color model

#7D317A color CMYK value is (0,61,2,51).

  • cyan value is 0.00%
  • magenta value is 60.80%
  • yellow value is 2.40%
  • key color value is 50.98%
CMYK:
(0,61,2,51)
C0M61Y2K51 
(0%,61%,2%,51%)
(0.00/0.61/0.02/0.51)	

CMYK percentages

%0
%60.8
%2.4
%50.98

Codes

Color #7D317A in popluar color models

7D317A
RGB12549122
HSL302°43.68%34.12%
HSB/HSV302°60.80%49.02%
CMYK0.00%60.80%2.40%
50.98%

Color #7D317A in popluar number systems.

HEX7D317A
Decimal12549122
Binary11111011100011111010
Octal17561172

Shades and tints

Shades of #7D317A

#7D317A
(125,49,122)
#722D6F
(114,45,111)
#672964
(103,41,100)
#5C2559
(92,37,89)
#51214E
(81,33,78)
#461D43
(70,29,67)
#3B1938
(59,25,56)
#30152D
(48,21,45)
#251122
(37,17,34)
#1A0D17
(26,13,23)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #7D317A

#7D317A
(125,49,122)
#884386
(136,67,134)
#935592
(147,85,146)
#9E679E
(158,103,158)
#A979AA
(169,121,170)
#B48BB6
(180,139,182)
#BF9DC2
(191,157,194)
#CAAFCE
(202,175,206)
#D5C1DA
(213,193,218)
#E0D3E6
(224,211,230)
#EBE5F2
(235,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D317A color. Also use rgb(125,49,122) instead hex code.

Text Font Color

.myTextColor { color: #7D317A; }

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

This text font color is #7D317A.


Background Color

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

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

This div background color is #7D317A.


Border color

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

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

This div border color is #7D317A.


Opacity

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

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

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

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

This text has shadow with #7D317A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D317A on black background.


Color preview on white background

This text has color #7D317A on white background.



Black color preview on #7D317A background

This text has black color on #7D317A background.


White color preview on #7D317A background

This text has white color on #7D317A background.