COLOR #7C1C79

HEX: #7C1C79
RGB: (124,28,121)

Color info

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

RGB color model

#7C1C79 color RGB value is (124,28,121).

  • red value is 124;
  • green value is 28;
  • blue value is 121.
RGB:
(124,28,121)
(49%,11%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 28 of 255 = 11%
B 121 of 255 = 47%

124
28
121

R + G + B ~ 36%. #7C1C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 28 + 121 = 273 (100%)
R 124 of 273 ~ 45.42%
G 28 of 273 ~ 10.26%
B 121 of 273 ~ 44.32%

%45.42
%10.26
%44.32

CMYK color model

#7C1C79 color CMYK value is (0,77,2,51).

  • cyan value is 0.00%
  • magenta value is 77.42%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(0,77,2,51)
C0M77Y2K51 
(0%,77%,2%,51%)
(0.00/0.77/0.02/0.51)	

CMYK percentages

%0
%77.42
%2.42
%51.37

Codes

Color #7C1C79 in popluar color models

7C1C79
RGB12428121
HSL302°63.16%29.80%
HSB/HSV302°77.42%48.63%
CMYK0.00%77.42%2.42%
51.37%

Color #7C1C79 in popluar number systems.

HEX7C1C79
Decimal12428121
Binary1111100111001111001
Octal17434171

Shades and tints

Shades of #7C1C79

#7C1C79
(124,28,121)
#711A6E
(113,26,110)
#661863
(102,24,99)
#5B1658
(91,22,88)
#50144D
(80,20,77)
#451242
(69,18,66)
#3A1037
(58,16,55)
#2F0E2C
(47,14,44)
#240C21
(36,12,33)
#190A16
(25,10,22)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #7C1C79

#7C1C79
(124,28,121)
#873085
(135,48,133)
#924491
(146,68,145)
#9D589D
(157,88,157)
#A86CA9
(168,108,169)
#B380B5
(179,128,181)
#BE94C1
(190,148,193)
#C9A8CD
(201,168,205)
#D4BCD9
(212,188,217)
#DFD0E5
(223,208,229)
#EAE4F1
(234,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1C79 color. Also use rgb(124,28,121) instead hex code.

Text Font Color

.myTextColor { color: #7C1C79; }

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

This text font color is #7C1C79.


Background Color

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

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

This div background color is #7C1C79.


Border color

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

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

This div border color is #7C1C79.


Opacity

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

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

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

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

This text has shadow with #7C1C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1C79 on black background.


Color preview on white background

This text has color #7C1C79 on white background.



Black color preview on #7C1C79 background

This text has black color on #7C1C79 background.


White color preview on #7C1C79 background

This text has white color on #7C1C79 background.