COLOR #7C367F

HEX: #7C367F
RGB: (124,54,127)

Color info

#7C367F contains mainly red and blue colors. Web safe color of #7C367F is #663366 (or #636).

RGB color model

#7C367F color RGB value is (124,54,127).

  • red value is 124;
  • green value is 54;
  • blue value is 127.
RGB:
(124,54,127)
(49%,21%,50%)

RGB channels and saturation

R 124 of 255 = 49%
G 54 of 255 = 21%
B 127 of 255 = 50%

124
54
127

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

Portions of RGB colors in percentages

R + G + B =
124 + 54 + 127 = 305 (100%)
R 124 of 305 ~ 40.66%
G 54 of 305 ~ 17.7%
B 127 of 305 ~ 41.64%

%40.66
%17.7
%41.64

CMYK color model

#7C367F color CMYK value is (2,57,0,50).

  • cyan value is 2.36%
  • magenta value is 57.48%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,57,0,50)
C2M57Y0K50 
(2%,57%,0%,50%)
(0.02/0.57/0.00/0.50)	

CMYK percentages

%2.36
%57.48
%0
%50.2

Codes

Color #7C367F in popluar color models

7C367F
RGB12454127
HSL298°40.33%35.49%
HSB/HSV298°57.48%49.80%
CMYK2.36%57.48%0.00%
50.20%

Color #7C367F in popluar number systems.

HEX7C367F
Decimal12454127
Binary11111001101101111111
Octal17466177

Shades and tints

Shades of #7C367F

#7C367F
(124,54,127)
#713274
(113,50,116)
#662E69
(102,46,105)
#5B2A5E
(91,42,94)
#502653
(80,38,83)
#452248
(69,34,72)
#3A1E3D
(58,30,61)
#2F1A32
(47,26,50)
#241627
(36,22,39)
#19121C
(25,18,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C367F

#7C367F
(124,54,127)
#87488A
(135,72,138)
#925A95
(146,90,149)
#9D6CA0
(157,108,160)
#A87EAB
(168,126,171)
#B390B6
(179,144,182)
#BEA2C1
(190,162,193)
#C9B4CC
(201,180,204)
#D4C6D7
(212,198,215)
#DFD8E2
(223,216,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C367F color. Also use rgb(124,54,127) instead hex code.

Text Font Color

.myTextColor { color: #7C367F; }

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

This text font color is #7C367F.


Background Color

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

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

This div background color is #7C367F.


Border color

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

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

This div border color is #7C367F.


Opacity

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

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

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

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

This text has shadow with #7C367F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C367F on black background.


Color preview on white background

This text has color #7C367F on white background.



Black color preview on #7C367F background

This text has black color on #7C367F background.


White color preview on #7C367F background

This text has white color on #7C367F background.