COLOR #7C1A5B

HEX: #7C1A5B
RGB: (124,26,91)

Color info

#7C1A5B contains mainly red and blue colors. Web safe color of #7C1A5B is #660066 (or #606).

RGB color model

#7C1A5B color RGB value is (124,26,91).

  • red value is 124;
  • green value is 26;
  • blue value is 91.
RGB:
(124,26,91)
(49%,10%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 26 of 255 = 10%
B 91 of 255 = 36%

124
26
91

R + G + B ~ 32%. #7C1A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 26 + 91 = 241 (100%)
R 124 of 241 ~ 51.45%
G 26 of 241 ~ 10.79%
B 91 of 241 ~ 37.76%

%51.45
%10.79
%37.76

CMYK color model

#7C1A5B color CMYK value is (0,79,27,51).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,79,27,51)
C0M79Y27K51 
(0%,79%,27%,51%)
(0.00/0.79/0.27/0.51)	

CMYK percentages

%0
%79.03
%26.61
%51.37

Codes

Color #7C1A5B in popluar color models

7C1A5B
RGB1242691
HSL320°65.33%29.41%
HSB/HSV320°79.03%48.63%
CMYK0.00%79.03%26.61%
51.37%

Color #7C1A5B in popluar number systems.

HEX7C1A5B
Decimal1242691
Binary1111100110101011011
Octal17432133

Shades and tints

Shades of #7C1A5B

#7C1A5B
(124,26,91)
#711853
(113,24,83)
#66164B
(102,22,75)
#5B1443
(91,20,67)
#50123B
(80,18,59)
#451033
(69,16,51)
#3A0E2B
(58,14,43)
#2F0C23
(47,12,35)
#240A1B
(36,10,27)
#190813
(25,8,19)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #7C1A5B

#7C1A5B
(124,26,91)
#872E69
(135,46,105)
#924277
(146,66,119)
#9D5685
(157,86,133)
#A86A93
(168,106,147)
#B37EA1
(179,126,161)
#BE92AF
(190,146,175)
#C9A6BD
(201,166,189)
#D4BACB
(212,186,203)
#DFCED9
(223,206,217)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1A5B color. Also use rgb(124,26,91) instead hex code.

Text Font Color

.myTextColor { color: #7C1A5B; }

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

This text font color is #7C1A5B.


Background Color

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

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

This div background color is #7C1A5B.


Border color

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

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

This div border color is #7C1A5B.


Opacity

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

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

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

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

This text has shadow with #7C1A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1A5B on black background.


Color preview on white background

This text has color #7C1A5B on white background.



Black color preview on #7C1A5B background

This text has black color on #7C1A5B background.


White color preview on #7C1A5B background

This text has white color on #7C1A5B background.