COLOR #7F0E70

HEX: #7F0E70
RGB: (127,14,112)

Color info

#7F0E70 contains mainly red and blue colors. Web safe color of #7F0E70 is #660066 (or #606).

RGB color model

#7F0E70 color RGB value is (127,14,112).

  • red value is 127;
  • green value is 14;
  • blue value is 112.
RGB:
(127,14,112)
(50%,5%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 14 of 255 = 5%
B 112 of 255 = 44%

127
14
112

R + G + B ~ 33%. #7F0E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 14 + 112 = 253 (100%)
R 127 of 253 ~ 50.2%
G 14 of 253 ~ 5.53%
B 112 of 253 ~ 44.27%

%50.2
%44.27

CMYK color model

#7F0E70 color CMYK value is (0,89,12,50).

  • cyan value is 0.00%
  • magenta value is 88.98%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(0,89,12,50)
C0M89Y12K50 
(0%,89%,12%,50%)
(0.00/0.89/0.12/0.50)	

CMYK percentages

%0
%88.98
%11.81
%50.2

Codes

Color #7F0E70 in popluar color models

7F0E70
RGB12714112
HSL308°80.14%27.65%
HSB/HSV308°88.98%49.80%
CMYK0.00%88.98%11.81%
50.20%

Color #7F0E70 in popluar number systems.

HEX7F0E70
Decimal12714112
Binary111111111101110000
Octal17716160

Shades and tints

Shades of #7F0E70

#7F0E70
(127,14,112)
#740D66
(116,13,102)
#690C5C
(105,12,92)
#5E0B52
(94,11,82)
#530A48
(83,10,72)
#48093E
(72,9,62)
#3D0834
(61,8,52)
#32072A
(50,7,42)
#270620
(39,6,32)
#1C0516
(28,5,22)
#11040C
(17,4,12)
#000000
(0,0,0)

Tints of #7F0E70

#7F0E70
(127,14,112)
#8A237D
(138,35,125)
#95388A
(149,56,138)
#A04D97
(160,77,151)
#AB62A4
(171,98,164)
#B677B1
(182,119,177)
#C18CBE
(193,140,190)
#CCA1CB
(204,161,203)
#D7B6D8
(215,182,216)
#E2CBE5
(226,203,229)
#EDE0F2
(237,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0E70 color. Also use rgb(127,14,112) instead hex code.

Text Font Color

.myTextColor { color: #7F0E70; }

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

This text font color is #7F0E70.


Background Color

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

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

This div background color is #7F0E70.


Border color

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

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

This div border color is #7F0E70.


Opacity

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

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

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

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

This text has shadow with #7F0E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0E70 on black background.


Color preview on white background

This text has color #7F0E70 on white background.



Black color preview on #7F0E70 background

This text has black color on #7F0E70 background.


White color preview on #7F0E70 background

This text has white color on #7F0E70 background.