COLOR #7C2998

HEX: #7C2998
RGB: (124,41,152)

Color info

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

RGB color model

#7C2998 color RGB value is (124,41,152).

  • red value is 124;
  • green value is 41;
  • blue value is 152.
RGB:
(124,41,152)
(49%,16%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 41 of 255 = 16%
B 152 of 255 = 60%

124
41
152

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

Portions of RGB colors in percentages

R + G + B =
124 + 41 + 152 = 317 (100%)
R 124 of 317 ~ 39.12%
G 41 of 317 ~ 12.93%
B 152 of 317 ~ 47.95%

%39.12
%12.93
%47.95

CMYK color model

#7C2998 color CMYK value is (18,73,0,40).

  • cyan value is 18.42%
  • magenta value is 73.03%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(18,73,0,40)
C18M73Y0K40 
(18%,73%,0%,40%)
(0.18/0.73/0.00/0.40)	

CMYK percentages

%18.42
%73.03
%0
%40.39

Codes

Color #7C2998 in popluar color models

7C2998
RGB12441152
HSL285°57.51%37.84%
HSB/HSV285°73.03%59.61%
CMYK18.42%73.03%0.00%
40.39%

Color #7C2998 in popluar number systems.

HEX7C2998
Decimal12441152
Binary111110010100110011000
Octal17451230

Shades and tints

Shades of #7C2998

#7C2998
(124,41,152)
#71268B
(113,38,139)
#66237E
(102,35,126)
#5B2071
(91,32,113)
#501D64
(80,29,100)
#451A57
(69,26,87)
#3A174A
(58,23,74)
#2F143D
(47,20,61)
#241130
(36,17,48)
#190E23
(25,14,35)
#0E0B16
(14,11,22)
#000000
(0,0,0)

Tints of #7C2998

#7C2998
(124,41,152)
#873CA1
(135,60,161)
#924FAA
(146,79,170)
#9D62B3
(157,98,179)
#A875BC
(168,117,188)
#B388C5
(179,136,197)
#BE9BCE
(190,155,206)
#C9AED7
(201,174,215)
#D4C1E0
(212,193,224)
#DFD4E9
(223,212,233)
#EAE7F2
(234,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2998; }

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

This text font color is #7C2998.


Background Color

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

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

This div background color is #7C2998.


Border color

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

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

This div border color is #7C2998.


Opacity

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

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

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

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

This text has shadow with #7C2998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2998 on black background.


Color preview on white background

This text has color #7C2998 on white background.



Black color preview on #7C2998 background

This text has black color on #7C2998 background.


White color preview on #7C2998 background

This text has white color on #7C2998 background.