COLOR #7F067E

HEX: #7F067E
RGB: (127,6,126)

Color info

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

RGB color model

#7F067E color RGB value is (127,6,126).

  • red value is 127;
  • green value is 6;
  • blue value is 126.
RGB:
(127,6,126)
(50%,2%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 6 of 255 = 2%
B 126 of 255 = 49%

127
6
126

R + G + B ~ 34%. #7F067E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 6 + 126 = 259 (100%)
R 127 of 259 ~ 49.03%
G 6 of 259 ~ 2.32%
B 126 of 259 ~ 48.65%

%49.03
%48.65

CMYK color model

#7F067E color CMYK value is (0,95,1,50).

  • cyan value is 0.00%
  • magenta value is 95.28%
  • yellow value is 0.79%
  • key color value is 50.20%
CMYK:
(0,95,1,50)
C0M95Y1K50 
(0%,95%,1%,50%)
(0.00/0.95/0.01/0.50)	

CMYK percentages

%0
%95.28
%0.79
%50.2

Codes

Color #7F067E in popluar color models

7F067E
RGB1276126
HSL300°90.98%26.08%
HSB/HSV300°95.28%49.80%
CMYK0.00%95.28%0.79%
50.20%

Color #7F067E in popluar number systems.

HEX7F067E
Decimal1276126
Binary11111111101111110
Octal1776176

Shades and tints

Shades of #7F067E

#7F067E
(127,6,126)
#740673
(116,6,115)
#690668
(105,6,104)
#5E065D
(94,6,93)
#530652
(83,6,82)
#480647
(72,6,71)
#3D063C
(61,6,60)
#320631
(50,6,49)
#270626
(39,6,38)
#1C061B
(28,6,27)
#110610
(17,6,16)
#000000
(0,0,0)

Tints of #7F067E

#7F067E
(127,6,126)
#8A1C89
(138,28,137)
#953294
(149,50,148)
#A0489F
(160,72,159)
#AB5EAA
(171,94,170)
#B674B5
(182,116,181)
#C18AC0
(193,138,192)
#CCA0CB
(204,160,203)
#D7B6D6
(215,182,214)
#E2CCE1
(226,204,225)
#EDE2EC
(237,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F067E color. Also use rgb(127,6,126) instead hex code.

Text Font Color

.myTextColor { color: #7F067E; }

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

This text font color is #7F067E.


Background Color

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

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

This div background color is #7F067E.


Border color

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

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

This div border color is #7F067E.


Opacity

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

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

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

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

This text has shadow with #7F067E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F067E on black background.


Color preview on white background

This text has color #7F067E on white background.



Black color preview on #7F067E background

This text has black color on #7F067E background.


White color preview on #7F067E background

This text has white color on #7F067E background.