COLOR #7C1C7F

HEX: #7C1C7F RGB: (124,28,127)

Color info

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

RGB color model

#7C1C7F color RGB value is (124,28,127).

RGB: (124,28,127) (49%, 11%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 28 of 255 = 11%
B 127 of 255 = 50%

124
28
127

R + G + B ~ 37%. #7C1C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 28 + 127 = 279 (100%)
R 124 of 279 ~ 44.44%
G 28 of 279 ~ 10.04%
B 127 of 279 ~ 45.52'%

%44.44
%45.52

CMYK color model

#7C1C7F color CMYK value is (2,78,0,50).

  • cyan value is 2.36%
  • magenta value is 77.95%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (2,78,0,50)
C2M78Y0K50 (2%, 78%, 0%, 50%)
(0.02 / 0.78 / 0.00 / 0.50)

CMYK percentages

%2.36
%77.95
%0
%50.2

Codes

Color #7C1C7F in popluar color models

7C 1C 7F
RGB 124 28 127
HSL 298° 63.87% 30.39%
HSB/HSV 298° 77.95% 49.80%
CMYK 2.36% 77.95% 0.00%
50.20%

Color #7C1C7F in popluar number systems.

HEX 7C 1C 7F
Decimal 124 28 127
Binary 1111100 11100 1111111
Octal 174 34 177

Shades and tints

Shades of #7C1C7F

#7C1C7F
(124,28,127)
#711A74
(113,26,116)
#661869
(102,24,105)
#5B165E
(91,22,94)
#501453
(80,20,83)
#451248
(69,18,72)
#3A103D
(58,16,61)
#2F0E32
(47,14,50)
#240C27
(36,12,39)
#190A1C
(25,10,28)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #7C1C7F

#7C1C7F
(124,28,127)
#87308A
(135,48,138)
#924495
(146,68,149)
#9D58A0
(157,88,160)
#A86CAB
(168,108,171)
#B380B6
(179,128,182)
#BE94C1
(190,148,193)
#C9A8CC
(201,168,204)
#D4BCD7
(212,188,215)
#DFD0E2
(223,208,226)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1C7F; }

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

This text font color is #7C1C7F.

Background Color

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

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

This div background color is #7C1C7F.

Border color

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

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

This div border color is #7C1C7F.

Opacity

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

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

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

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

This text has shadow with #7C1C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C1C7F.

Preview

Color preview on black background

This text has color #7C1C7F on black background.


Color preview on white background

This text has color #7C1C7F on white background.


Black color preview on #7C1C7F background

This text has black color on #7C1C7F background.


White color preview on #7C1C7F background

This text has white color on #7C1C7F background.


Related colors

Complementary color

Complementary color for #hex is #83E380.


I love getcolorcode.com

Triadic colors

1 #7F7C1C and #1C7F7C with #7C1C7F are triadic colors.

2 #7F1C7C and #1C7C7F with #7C1C7F are triadic colors.