COLOR #7C1D89

HEX: #7C1D89
RGB: (124,29,137)

Color info

#7C1D89 contains mainly red and blue colors. Web safe color of #7C1D89 is #663399 (or #639).

RGB color model

#7C1D89 color RGB value is (124,29,137).

  • red value is 124;
  • green value is 29;
  • blue value is 137.
RGB:
(124,29,137)
(49%,11%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 29 of 255 = 11%
B 137 of 255 = 54%

124
29
137

R + G + B ~ 38%. #7C1D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 29 + 137 = 290 (100%)
R 124 of 290 ~ 42.76%
G 29 of 290 ~ 10%
B 137 of 290 ~ 47.24%

%42.76
%10
%47.24

CMYK color model

#7C1D89 color CMYK value is (9,79,0,46).

  • cyan value is 9.49%
  • magenta value is 78.83%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(9,79,0,46)
C9M79Y0K46 
(9%,79%,0%,46%)
(0.09/0.79/0.00/0.46)	

CMYK percentages

%9.49
%78.83
%0
%46.27

Codes

Color #7C1D89 in popluar color models

7C1D89
RGB12429137
HSL293°65.06%32.55%
HSB/HSV293°78.83%53.73%
CMYK9.49%78.83%0.00%
46.27%

Color #7C1D89 in popluar number systems.

HEX7C1D89
Decimal12429137
Binary11111001110110001001
Octal17435211

Shades and tints

Shades of #7C1D89

#7C1D89
(124,29,137)
#711B7D
(113,27,125)
#661971
(102,25,113)
#5B1765
(91,23,101)
#501559
(80,21,89)
#45134D
(69,19,77)
#3A1141
(58,17,65)
#2F0F35
(47,15,53)
#240D29
(36,13,41)
#190B1D
(25,11,29)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #7C1D89

#7C1D89
(124,29,137)
#873193
(135,49,147)
#92459D
(146,69,157)
#9D59A7
(157,89,167)
#A86DB1
(168,109,177)
#B381BB
(179,129,187)
#BE95C5
(190,149,197)
#C9A9CF
(201,169,207)
#D4BDD9
(212,189,217)
#DFD1E3
(223,209,227)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1D89 color. Also use rgb(124,29,137) instead hex code.

Text Font Color

.myTextColor { color: #7C1D89; }

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

This text font color is #7C1D89.


Background Color

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

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

This div background color is #7C1D89.


Border color

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

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

This div border color is #7C1D89.


Opacity

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

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

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

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

This text has shadow with #7C1D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1D89 on black background.


Color preview on white background

This text has color #7C1D89 on white background.



Black color preview on #7C1D89 background

This text has black color on #7C1D89 background.


White color preview on #7C1D89 background

This text has white color on #7C1D89 background.