COLOR #7F3C7C

HEX: #7F3C7C
RGB: (127,60,124)

Color info

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

RGB color model

#7F3C7C color RGB value is (127,60,124).

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

RGB channels and saturation

R 127 of 255 = 50%
G 60 of 255 = 24%
B 124 of 255 = 49%

127
60
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 60 + 124 = 311 (100%)
R 127 of 311 ~ 40.84%
G 60 of 311 ~ 19.29%
B 124 of 311 ~ 39.87%

%40.84
%19.29
%39.87

CMYK color model

#7F3C7C color CMYK value is (0,53,2,50).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 2.36%
  • key color value is 50.20%
CMYK:
(0,53,2,50)
C0M53Y2K50 
(0%,53%,2%,50%)
(0.00/0.53/0.02/0.50)	

CMYK percentages

%0
%52.76
%2.36
%50.2

Codes

Color #7F3C7C in popluar color models

7F3C7C
RGB12760124
HSL303°35.83%36.67%
HSB/HSV303°52.76%49.80%
CMYK0.00%52.76%2.36%
50.20%

Color #7F3C7C in popluar number systems.

HEX7F3C7C
Decimal12760124
Binary11111111111001111100
Octal17774174

Shades and tints

Shades of #7F3C7C

#7F3C7C
(127,60,124)
#743771
(116,55,113)
#693266
(105,50,102)
#5E2D5B
(94,45,91)
#532850
(83,40,80)
#482345
(72,35,69)
#3D1E3A
(61,30,58)
#32192F
(50,25,47)
#271424
(39,20,36)
#1C0F19
(28,15,25)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #7F3C7C

#7F3C7C
(127,60,124)
#8A4D87
(138,77,135)
#955E92
(149,94,146)
#A06F9D
(160,111,157)
#AB80A8
(171,128,168)
#B691B3
(182,145,179)
#C1A2BE
(193,162,190)
#CCB3C9
(204,179,201)
#D7C4D4
(215,196,212)
#E2D5DF
(226,213,223)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3C7C; }

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

This text font color is #7F3C7C.


Background Color

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

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

This div background color is #7F3C7C.


Border color

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

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

This div border color is #7F3C7C.


Opacity

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

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

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

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

This text has shadow with #7F3C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3C7C on black background.


Color preview on white background

This text has color #7F3C7C on white background.



Black color preview on #7F3C7C background

This text has black color on #7F3C7C background.


White color preview on #7F3C7C background

This text has white color on #7F3C7C background.