COLOR #7F2386

HEX: #7F2386
RGB: (127,35,134)

Color info

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

RGB color model

#7F2386 color RGB value is (127,35,134).

  • red value is 127;
  • green value is 35;
  • blue value is 134.
RGB:
(127,35,134)
(50%,14%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 35 of 255 = 14%
B 134 of 255 = 53%

127
35
134

R + G + B ~ 39%. #7F2386 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 35 + 134 = 296 (100%)
R 127 of 296 ~ 42.91%
G 35 of 296 ~ 11.82%
B 134 of 296 ~ 45.27%

%42.91
%11.82
%45.27

CMYK color model

#7F2386 color CMYK value is (5,74,0,47).

  • cyan value is 5.22%
  • magenta value is 73.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(5,74,0,47)
C5M74Y0K47 
(5%,74%,0%,47%)
(0.05/0.74/0.00/0.47)	

CMYK percentages

%5.22
%73.88
%0
%47.45

Codes

Color #7F2386 in popluar color models

7F2386
RGB12735134
HSL296°58.58%33.14%
HSB/HSV296°73.88%52.55%
CMYK5.22%73.88%0.00%
47.45%

Color #7F2386 in popluar number systems.

HEX7F2386
Decimal12735134
Binary111111110001110000110
Octal17743206

Shades and tints

Shades of #7F2386

#7F2386
(127,35,134)
#74207A
(116,32,122)
#691D6E
(105,29,110)
#5E1A62
(94,26,98)
#531756
(83,23,86)
#48144A
(72,20,74)
#3D113E
(61,17,62)
#320E32
(50,14,50)
#270B26
(39,11,38)
#1C081A
(28,8,26)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #7F2386

#7F2386
(127,35,134)
#8A3791
(138,55,145)
#954B9C
(149,75,156)
#A05FA7
(160,95,167)
#AB73B2
(171,115,178)
#B687BD
(182,135,189)
#C19BC8
(193,155,200)
#CCAFD3
(204,175,211)
#D7C3DE
(215,195,222)
#E2D7E9
(226,215,233)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2386 color. Also use rgb(127,35,134) instead hex code.

Text Font Color

.myTextColor { color: #7F2386; }

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

This text font color is #7F2386.


Background Color

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

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

This div background color is #7F2386.


Border color

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

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

This div border color is #7F2386.


Opacity

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

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

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

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

This text has shadow with #7F2386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F2386 on black background.


Color preview on white background

This text has color #7F2386 on white background.



Black color preview on #7F2386 background

This text has black color on #7F2386 background.


White color preview on #7F2386 background

This text has white color on #7F2386 background.