COLOR #7F0D7E

HEX: #7F0D7E
RGB: (127,13,126)

Color info

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

RGB color model

#7F0D7E color RGB value is (127,13,126).

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

RGB channels and saturation

R 127 of 255 = 50%
G 13 of 255 = 5%
B 126 of 255 = 49%

127
13
126

R + G + B ~ 35%. #7F0D7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 13 + 126 = 266 (100%)
R 127 of 266 ~ 47.74%
G 13 of 266 ~ 4.89%
B 126 of 266 ~ 47.37%

%47.74
%47.37

CMYK color model

#7F0D7E color CMYK value is (0,90,1,50).

  • cyan value is 0.00%
  • magenta value is 89.76%
  • yellow value is 0.79%
  • key color value is 50.20%
CMYK:
(0,90,1,50)
C0M90Y1K50 
(0%,90%,1%,50%)
(0.00/0.90/0.01/0.50)	

CMYK percentages

%0
%89.76
%0.79
%50.2

Codes

Color #7F0D7E in popluar color models

7F0D7E
RGB12713126
HSL301°81.43%27.45%
HSB/HSV301°89.76%49.80%
CMYK0.00%89.76%0.79%
50.20%

Color #7F0D7E in popluar number systems.

HEX7F0D7E
Decimal12713126
Binary111111111011111110
Octal17715176

Shades and tints

Shades of #7F0D7E

#7F0D7E
(127,13,126)
#740C73
(116,12,115)
#690B68
(105,11,104)
#5E0A5D
(94,10,93)
#530952
(83,9,82)
#480847
(72,8,71)
#3D073C
(61,7,60)
#320631
(50,6,49)
#270526
(39,5,38)
#1C041B
(28,4,27)
#110310
(17,3,16)
#000000
(0,0,0)

Tints of #7F0D7E

#7F0D7E
(127,13,126)
#8A2389
(138,35,137)
#953994
(149,57,148)
#A04F9F
(160,79,159)
#AB65AA
(171,101,170)
#B67BB5
(182,123,181)
#C191C0
(193,145,192)
#CCA7CB
(204,167,203)
#D7BDD6
(215,189,214)
#E2D3E1
(226,211,225)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F0D7E; }

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

This text font color is #7F0D7E.


Background Color

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

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

This div background color is #7F0D7E.


Border color

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

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

This div border color is #7F0D7E.


Opacity

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

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

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

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

This text has shadow with #7F0D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0D7E on black background.


Color preview on white background

This text has color #7F0D7E on white background.



Black color preview on #7F0D7E background

This text has black color on #7F0D7E background.


White color preview on #7F0D7E background

This text has white color on #7F0D7E background.