COLOR #7C2991

HEX: #7C2991 RGB: (124,41,145)

Color info

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

RGB color model

#7C2991 color RGB value is (124,41,145).

RGB: (124,41,145) (49%, 16%, 57%)

RGB channels and saturation

R 124 of 255 = 49%
G 41 of 255 = 16%
B 145 of 255 = 57%

124
41
145

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

Portions of RGB colors in percentages

R + G + B = 124 + 41 + 145 = 310 (100%)
R 124 of 310 ~ 40%
G 41 of 310 ~ 13.23%
B 145 of 310 ~ 46.77'%

%40
%13.23
%46.77

CMYK color model

#7C2991 color CMYK value is (14,72,0,43).

  • cyan value is 14.48%
  • magenta value is 71.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (14,72,0,43) C14M72Y0K43 (14%,72%,0%,43%) (0.14/0.72/0.00/0.43) 

CMYK percentages

%14.48
%71.72
%0
%43.14

Codes

Color #7C2991 in popluar color models

7C 29 91
RGB 124 41 145
HSL 288° 55.91% 36.47%
HSB/HSV 288° 71.72% 56.86%
CMYK 14.48% 71.72% 0.00%
43.14%

Color #7C2991 in popluar number systems.

HEX 7C 29 91
Decimal 124 41 145
Binary 1111100 101001 10010001
Octal 174 51 221

Shades and tints

Shades of #7C2991

#7C2991
(124,41,145)
#712684
(113,38,132)
#662377
(102,35,119)
#5B206A
(91,32,106)
#501D5D
(80,29,93)
#451A50
(69,26,80)
#3A1743
(58,23,67)
#2F1436
(47,20,54)
#241129
(36,17,41)
#190E1C
(25,14,28)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #7C2991

#7C2991
(124,41,145)
#873C9B
(135,60,155)
#924FA5
(146,79,165)
#9D62AF
(157,98,175)
#A875B9
(168,117,185)
#B388C3
(179,136,195)
#BE9BCD
(190,155,205)
#C9AED7
(201,174,215)
#D4C1E1
(212,193,225)
#DFD4EB
(223,212,235)
#EAE7F5
(234,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2991; }

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

This text font color is #7C2991.

Background Color

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

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

This div background color is #7C2991.

Border color

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

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

This div border color is #7C2991.

Opacity

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

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

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

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

This text has shadow with #7C2991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C2991.

Preview

Color preview on black background

This text has color #7C2991 on black background.


Color preview on white background

This text has color #7C2991 on white background.


Black color preview on #7C2991 background

This text has black color on #7C2991 background.


White color preview on #7C2991 background

This text has white color on #7C2991 background.


Related colors

Complementary color

Complementary color for #hex is #83D66E.


I love getcolorcode.com

Triadic colors

1 #917C29 and #29917C with #7C2991 are triadic colors.

2 #91297C and #297C91 with #7C2991 are triadic colors.