COLOR #7C399C

HEX: #7C399C
RGB: (124,57,156)

Color info

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

RGB color model

#7C399C color RGB value is (124,57,156).

  • red value is 124;
  • green value is 57;
  • blue value is 156.
RGB:
(124,57,156)
(49%,22%,61%)

RGB channels and saturation

R 124 of 255 = 49%
G 57 of 255 = 22%
B 156 of 255 = 61%

124
57
156

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

Portions of RGB colors in percentages

R + G + B =
124 + 57 + 156 = 337 (100%)
R 124 of 337 ~ 36.8%
G 57 of 337 ~ 16.91%
B 156 of 337 ~ 46.29%

%36.8
%16.91
%46.29

CMYK color model

#7C399C color CMYK value is (21,63,0,39).

  • cyan value is 20.51%
  • magenta value is 63.46%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(21,63,0,39)
C21M63Y0K39 
(21%,63%,0%,39%)
(0.21/0.63/0.00/0.39)	

CMYK percentages

%20.51
%63.46
%0
%38.82

Codes

Color #7C399C in popluar color models

7C399C
RGB12457156
HSL281°46.48%41.76%
HSB/HSV281°63.46%61.18%
CMYK20.51%63.46%0.00%
38.82%

Color #7C399C in popluar number systems.

HEX7C399C
Decimal12457156
Binary111110011100110011100
Octal17471234

Shades and tints

Shades of #7C399C

#7C399C
(124,57,156)
#71348E
(113,52,142)
#662F80
(102,47,128)
#5B2A72
(91,42,114)
#502564
(80,37,100)
#452056
(69,32,86)
#3A1B48
(58,27,72)
#2F163A
(47,22,58)
#24112C
(36,17,44)
#190C1E
(25,12,30)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #7C399C

#7C399C
(124,57,156)
#874BA5
(135,75,165)
#925DAE
(146,93,174)
#9D6FB7
(157,111,183)
#A881C0
(168,129,192)
#B393C9
(179,147,201)
#BEA5D2
(190,165,210)
#C9B7DB
(201,183,219)
#D4C9E4
(212,201,228)
#DFDBED
(223,219,237)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C399C color. Also use rgb(124,57,156) instead hex code.

Text Font Color

.myTextColor { color: #7C399C; }

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

This text font color is #7C399C.


Background Color

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

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

This div background color is #7C399C.


Border color

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

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

This div border color is #7C399C.


Opacity

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

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

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

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

This text has shadow with #7C399C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C399C on black background.


Color preview on white background

This text has color #7C399C on white background.



Black color preview on #7C399C background

This text has black color on #7C399C background.


White color preview on #7C399C background

This text has white color on #7C399C background.