COLOR #7D178B

HEX: #7D178B
RGB: (125,23,139)

Color info

#7D178B contains mainly red and blue colors. Web safe color of #7D178B is #660099 (or #609).

RGB color model

#7D178B color RGB value is (125,23,139).

  • red value is 125;
  • green value is 23;
  • blue value is 139.
RGB:
(125,23,139)
(49%,9%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 23 of 255 = 9%
B 139 of 255 = 55%

125
23
139

R + G + B ~ 38%. #7D178B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 23 + 139 = 287 (100%)
R 125 of 287 ~ 43.55%
G 23 of 287 ~ 8.01%
B 139 of 287 ~ 48.43%

%43.55
%48.43

CMYK color model

#7D178B color CMYK value is (10,83,0,45).

  • cyan value is 10.07%
  • magenta value is 83.45%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(10,83,0,45)
C10M83Y0K45 
(10%,83%,0%,45%)
(0.10/0.83/0.00/0.45)	

CMYK percentages

%10.07
%83.45
%0
%45.49

Codes

Color #7D178B in popluar color models

7D178B
RGB12523139
HSL293°71.60%31.76%
HSB/HSV293°83.45%54.51%
CMYK10.07%83.45%0.00%
45.49%

Color #7D178B in popluar number systems.

HEX7D178B
Decimal12523139
Binary11111011011110001011
Octal17527213

Shades and tints

Shades of #7D178B

#7D178B
(125,23,139)
#72157F
(114,21,127)
#671373
(103,19,115)
#5C1167
(92,17,103)
#510F5B
(81,15,91)
#460D4F
(70,13,79)
#3B0B43
(59,11,67)
#300937
(48,9,55)
#25072B
(37,7,43)
#1A051F
(26,5,31)
#0F0313
(15,3,19)
#000000
(0,0,0)

Tints of #7D178B

#7D178B
(125,23,139)
#882C95
(136,44,149)
#93419F
(147,65,159)
#9E56A9
(158,86,169)
#A96BB3
(169,107,179)
#B480BD
(180,128,189)
#BF95C7
(191,149,199)
#CAAAD1
(202,170,209)
#D5BFDB
(213,191,219)
#E0D4E5
(224,212,229)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D178B color. Also use rgb(125,23,139) instead hex code.

Text Font Color

.myTextColor { color: #7D178B; }

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

This text font color is #7D178B.


Background Color

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

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

This div background color is #7D178B.


Border color

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

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

This div border color is #7D178B.


Opacity

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

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

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

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

This text has shadow with #7D178B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D178B on black background.


Color preview on white background

This text has color #7D178B on white background.



Black color preview on #7D178B background

This text has black color on #7D178B background.


White color preview on #7D178B background

This text has white color on #7D178B background.