COLOR #7C179D

HEX: #7C179D
RGB: (124,23,157)

Color info

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

RGB color model

#7C179D color RGB value is (124,23,157).

  • red value is 124;
  • green value is 23;
  • blue value is 157.
RGB:
(124,23,157)
(49%,9%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 23 of 255 = 9%
B 157 of 255 = 62%

124
23
157

R + G + B ~ 40%. #7C179D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 23 + 157 = 304 (100%)
R 124 of 304 ~ 40.79%
G 23 of 304 ~ 7.57%
B 157 of 304 ~ 51.64%

%40.79
%51.64

CMYK color model

#7C179D color CMYK value is (21,85,0,38).

  • cyan value is 21.02%
  • magenta value is 85.35%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(21,85,0,38)
C21M85Y0K38 
(21%,85%,0%,38%)
(0.21/0.85/0.00/0.38)	

CMYK percentages

%21.02
%85.35
%0
%38.43

Codes

Color #7C179D in popluar color models

7C179D
RGB12423157
HSL285°74.44%35.29%
HSB/HSV285°85.35%61.57%
CMYK21.02%85.35%0.00%
38.43%

Color #7C179D in popluar number systems.

HEX7C179D
Decimal12423157
Binary11111001011110011101
Octal17427235

Shades and tints

Shades of #7C179D

#7C179D
(124,23,157)
#71158F
(113,21,143)
#661381
(102,19,129)
#5B1173
(91,17,115)
#500F65
(80,15,101)
#450D57
(69,13,87)
#3A0B49
(58,11,73)
#2F093B
(47,9,59)
#24072D
(36,7,45)
#19051F
(25,5,31)
#0E0311
(14,3,17)
#000000
(0,0,0)

Tints of #7C179D

#7C179D
(124,23,157)
#872CA5
(135,44,165)
#9241AD
(146,65,173)
#9D56B5
(157,86,181)
#A86BBD
(168,107,189)
#B380C5
(179,128,197)
#BE95CD
(190,149,205)
#C9AAD5
(201,170,213)
#D4BFDD
(212,191,221)
#DFD4E5
(223,212,229)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C179D color. Also use rgb(124,23,157) instead hex code.

Text Font Color

.myTextColor { color: #7C179D; }

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

This text font color is #7C179D.


Background Color

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

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

This div background color is #7C179D.


Border color

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

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

This div border color is #7C179D.


Opacity

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

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

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

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

This text has shadow with #7C179D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C179D on black background.


Color preview on white background

This text has color #7C179D on white background.



Black color preview on #7C179D background

This text has black color on #7C179D background.


White color preview on #7C179D background

This text has white color on #7C179D background.