COLOR #7C3291

HEX: #7C3291
RGB: (124,50,145)

Color info

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

RGB color model

#7C3291 color RGB value is (124,50,145).

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

RGB channels and saturation

R 124 of 255 = 49%
G 50 of 255 = 20%
B 145 of 255 = 57%

124
50
145

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

Portions of RGB colors in percentages

R + G + B =
124 + 50 + 145 = 319 (100%)
R 124 of 319 ~ 38.87%
G 50 of 319 ~ 15.67%
B 145 of 319 ~ 45.45%

%38.87
%15.67
%45.45

CMYK color model

#7C3291 color CMYK value is (14,66,0,43).

  • cyan value is 14.48%
  • magenta value is 65.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(14,66,0,43)
C14M66Y0K43 
(14%,66%,0%,43%)
(0.14/0.66/0.00/0.43)	

CMYK percentages

%14.48
%65.52
%0
%43.14

Codes

Color #7C3291 in popluar color models

7C3291
RGB12450145
HSL287°48.72%38.24%
HSB/HSV287°65.52%56.86%
CMYK14.48%65.52%0.00%
43.14%

Color #7C3291 in popluar number systems.

HEX7C3291
Decimal12450145
Binary111110011001010010001
Octal17462221

Shades and tints

Shades of #7C3291

#7C3291
(124,50,145)
#712E84
(113,46,132)
#662A77
(102,42,119)
#5B266A
(91,38,106)
#50225D
(80,34,93)
#451E50
(69,30,80)
#3A1A43
(58,26,67)
#2F1636
(47,22,54)
#241229
(36,18,41)
#190E1C
(25,14,28)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #7C3291

#7C3291
(124,50,145)
#87449B
(135,68,155)
#9256A5
(146,86,165)
#9D68AF
(157,104,175)
#A87AB9
(168,122,185)
#B38CC3
(179,140,195)
#BE9ECD
(190,158,205)
#C9B0D7
(201,176,215)
#D4C2E1
(212,194,225)
#DFD4EB
(223,212,235)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3291; }

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

This text font color is #7C3291.


Background Color

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

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

This div background color is #7C3291.


Border color

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

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

This div border color is #7C3291.


Opacity

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

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

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

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

This text has shadow with #7C3291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3291 on black background.


Color preview on white background

This text has color #7C3291 on white background.



Black color preview on #7C3291 background

This text has black color on #7C3291 background.


White color preview on #7C3291 background

This text has white color on #7C3291 background.