COLOR #7F1147

HEX: #7F1147
RGB: (127,17,71)

Color info

#7F1147 contains mainly red and blue colors. Web safe color of #7F1147 is #660033 (or #603).

RGB color model

#7F1147 color RGB value is (127,17,71).

  • red value is 127;
  • green value is 17;
  • blue value is 71.
RGB:
(127,17,71)
(50%,7%,28%)

RGB channels and saturation

R 127 of 255 = 50%
G 17 of 255 = 7%
B 71 of 255 = 28%

127
17
71

R + G + B ~ 28%. #7F1147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 17 + 71 = 215 (100%)
R 127 of 215 ~ 59.07%
G 17 of 215 ~ 7.91%
B 71 of 215 ~ 33.02%

%59.07
%33.02

CMYK color model

#7F1147 color CMYK value is (0,87,44,50).

  • cyan value is 0.00%
  • magenta value is 86.61%
  • yellow value is 44.09%
  • key color value is 50.20%
CMYK:
(0,87,44,50)
C0M87Y44K50 
(0%,87%,44%,50%)
(0.00/0.87/0.44/0.50)	

CMYK percentages

%0
%86.61
%44.09
%50.2

Codes

Color #7F1147 in popluar color models

7F1147
RGB1271771
HSL331°76.39%28.24%
HSB/HSV331°86.61%49.80%
CMYK0.00%86.61%44.09%
50.20%

Color #7F1147 in popluar number systems.

HEX7F1147
Decimal1271771
Binary1111111100011000111
Octal17721107

Shades and tints

Shades of #7F1147

#7F1147
(127,17,71)
#741041
(116,16,65)
#690F3B
(105,15,59)
#5E0E35
(94,14,53)
#530D2F
(83,13,47)
#480C29
(72,12,41)
#3D0B23
(61,11,35)
#320A1D
(50,10,29)
#270917
(39,9,23)
#1C0811
(28,8,17)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #7F1147

#7F1147
(127,17,71)
#8A2657
(138,38,87)
#953B67
(149,59,103)
#A05077
(160,80,119)
#AB6587
(171,101,135)
#B67A97
(182,122,151)
#C18FA7
(193,143,167)
#CCA4B7
(204,164,183)
#D7B9C7
(215,185,199)
#E2CED7
(226,206,215)
#EDE3E7
(237,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F1147 color. Also use rgb(127,17,71) instead hex code.

Text Font Color

.myTextColor { color: #7F1147; }

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

This text font color is #7F1147.


Background Color

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

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

This div background color is #7F1147.


Border color

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

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

This div border color is #7F1147.


Opacity

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

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

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

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

This text has shadow with #7F1147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1147 on black background.


Color preview on white background

This text has color #7F1147 on white background.



Black color preview on #7F1147 background

This text has black color on #7F1147 background.


White color preview on #7F1147 background

This text has white color on #7F1147 background.