COLOR #7C1391

HEX: #7C1391
RGB: (124,19,145)

Color info

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

RGB color model

#7C1391 color RGB value is (124,19,145).

  • red value is 124;
  • green value is 19;
  • blue value is 145.
RGB:
(124,19,145)
(49%,7%,57%)

RGB channels and saturation

R 124 of 255 = 49%
G 19 of 255 = 7%
B 145 of 255 = 57%

124
19
145

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

Portions of RGB colors in percentages

R + G + B =
124 + 19 + 145 = 288 (100%)
R 124 of 288 ~ 43.06%
G 19 of 288 ~ 6.6%
B 145 of 288 ~ 50.35%

%43.06
%50.35

CMYK color model

#7C1391 color CMYK value is (14,87,0,43).

  • cyan value is 14.48%
  • magenta value is 86.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(14,87,0,43)
C14M87Y0K43 
(14%,87%,0%,43%)
(0.14/0.87/0.00/0.43)	

CMYK percentages

%14.48
%86.9
%0
%43.14

Codes

Color #7C1391 in popluar color models

7C1391
RGB12419145
HSL290°76.83%32.16%
HSB/HSV290°86.90%56.86%
CMYK14.48%86.90%0.00%
43.14%

Color #7C1391 in popluar number systems.

HEX7C1391
Decimal12419145
Binary11111001001110010001
Octal17423221

Shades and tints

Shades of #7C1391

#7C1391
(124,19,145)
#711284
(113,18,132)
#661177
(102,17,119)
#5B106A
(91,16,106)
#500F5D
(80,15,93)
#450E50
(69,14,80)
#3A0D43
(58,13,67)
#2F0C36
(47,12,54)
#240B29
(36,11,41)
#190A1C
(25,10,28)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #7C1391

#7C1391
(124,19,145)
#87289B
(135,40,155)
#923DA5
(146,61,165)
#9D52AF
(157,82,175)
#A867B9
(168,103,185)
#B37CC3
(179,124,195)
#BE91CD
(190,145,205)
#C9A6D7
(201,166,215)
#D4BBE1
(212,187,225)
#DFD0EB
(223,208,235)
#EAE5F5
(234,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1391 color. Also use rgb(124,19,145) instead hex code.

Text Font Color

.myTextColor { color: #7C1391; }

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

This text font color is #7C1391.


Background Color

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

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

This div background color is #7C1391.


Border color

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

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

This div border color is #7C1391.


Opacity

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

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

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

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

This text has shadow with #7C1391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1391 on black background.


Color preview on white background

This text has color #7C1391 on white background.



Black color preview on #7C1391 background

This text has black color on #7C1391 background.


White color preview on #7C1391 background

This text has white color on #7C1391 background.