COLOR #7C3C91

HEX: #7C3C91
RGB: (124,60,145)

Color info

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

RGB color model

#7C3C91 color RGB value is (124,60,145).

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

RGB channels and saturation

R 124 of 255 = 49%
G 60 of 255 = 24%
B 145 of 255 = 57%

124
60
145

R + G + B ~ 43%. #7C3C91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 60 + 145 = 329 (100%)
R 124 of 329 ~ 37.69%
G 60 of 329 ~ 18.24%
B 145 of 329 ~ 44.07%

%37.69
%18.24
%44.07

CMYK color model

#7C3C91 color CMYK value is (14,59,0,43).

  • cyan value is 14.48%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(14,59,0,43)
C14M59Y0K43 
(14%,59%,0%,43%)
(0.14/0.59/0.00/0.43)	

CMYK percentages

%14.48
%58.62
%0
%43.14

Codes

Color #7C3C91 in popluar color models

7C3C91
RGB12460145
HSL285°41.46%40.20%
HSB/HSV285°58.62%56.86%
CMYK14.48%58.62%0.00%
43.14%

Color #7C3C91 in popluar number systems.

HEX7C3C91
Decimal12460145
Binary111110011110010010001
Octal17474221

Shades and tints

Shades of #7C3C91

#7C3C91
(124,60,145)
#713784
(113,55,132)
#663277
(102,50,119)
#5B2D6A
(91,45,106)
#50285D
(80,40,93)
#452350
(69,35,80)
#3A1E43
(58,30,67)
#2F1936
(47,25,54)
#241429
(36,20,41)
#190F1C
(25,15,28)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #7C3C91

#7C3C91
(124,60,145)
#874D9B
(135,77,155)
#925EA5
(146,94,165)
#9D6FAF
(157,111,175)
#A880B9
(168,128,185)
#B391C3
(179,145,195)
#BEA2CD
(190,162,205)
#C9B3D7
(201,179,215)
#D4C4E1
(212,196,225)
#DFD5EB
(223,213,235)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3C91; }

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

This text font color is #7C3C91.


Background Color

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

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

This div background color is #7C3C91.


Border color

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

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

This div border color is #7C3C91.


Opacity

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

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

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

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

This text has shadow with #7C3C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3C91 on black background.


Color preview on white background

This text has color #7C3C91 on white background.



Black color preview on #7C3C91 background

This text has black color on #7C3C91 background.


White color preview on #7C3C91 background

This text has white color on #7C3C91 background.