COLOR #7C179E

HEX: #7C179E
RGB: (124,23,158)

Color info

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

RGB color model

#7C179E color RGB value is (124,23,158).

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

RGB channels and saturation

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

124
23
158

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

Portions of RGB colors in percentages

R + G + B =
124 + 23 + 158 = 305 (100%)
R 124 of 305 ~ 40.66%
G 23 of 305 ~ 7.54%
B 158 of 305 ~ 51.8%

%40.66
%51.8

CMYK color model

#7C179E color CMYK value is (22,85,0,38).

  • cyan value is 21.52%
  • magenta value is 85.44%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(22,85,0,38)
C22M85Y0K38 
(22%,85%,0%,38%)
(0.22/0.85/0.00/0.38)	

CMYK percentages

%21.52
%85.44
%0
%38.04

Codes

Color #7C179E in popluar color models

7C179E
RGB12423158
HSL285°74.59%35.49%
HSB/HSV285°85.44%61.96%
CMYK21.52%85.44%0.00%
38.04%

Color #7C179E in popluar number systems.

HEX7C179E
Decimal12423158
Binary11111001011110011110
Octal17427236

Shades and tints

Shades of #7C179E

#7C179E
(124,23,158)
#711590
(113,21,144)
#661382
(102,19,130)
#5B1174
(91,17,116)
#500F66
(80,15,102)
#450D58
(69,13,88)
#3A0B4A
(58,11,74)
#2F093C
(47,9,60)
#24072E
(36,7,46)
#190520
(25,5,32)
#0E0312
(14,3,18)
#000000
(0,0,0)

Tints of #7C179E

#7C179E
(124,23,158)
#872CA6
(135,44,166)
#9241AE
(146,65,174)
#9D56B6
(157,86,182)
#A86BBE
(168,107,190)
#B380C6
(179,128,198)
#BE95CE
(190,149,206)
#C9AAD6
(201,170,214)
#D4BFDE
(212,191,222)
#DFD4E6
(223,212,230)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C179E; }

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

This text font color is #7C179E.


Background Color

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

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

This div background color is #7C179E.


Border color

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

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

This div border color is #7C179E.


Opacity

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

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

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

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

This text has shadow with #7C179E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C179E on black background.


Color preview on white background

This text has color #7C179E on white background.



Black color preview on #7C179E background

This text has black color on #7C179E background.


White color preview on #7C179E background

This text has white color on #7C179E background.