COLOR #7F0A80

HEX: #7F0A80
RGB: (127,10,128)

Color info

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

RGB color model

#7F0A80 color RGB value is (127,10,128).

  • red value is 127;
  • green value is 10;
  • blue value is 128.
RGB:
(127,10,128)
(50%,4%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 10 of 255 = 4%
B 128 of 255 = 50%

127
10
128

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

Portions of RGB colors in percentages

R + G + B =
127 + 10 + 128 = 265 (100%)
R 127 of 265 ~ 47.92%
G 10 of 265 ~ 3.77%
B 128 of 265 ~ 48.3%

%47.92
%48.3

CMYK color model

#7F0A80 color CMYK value is (1,92,0,50).

  • cyan value is 0.78%
  • magenta value is 92.19%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(1,92,0,50)
C1M92Y0K50 
(1%,92%,0%,50%)
(0.01/0.92/0.00/0.50)	

CMYK percentages

%0.78
%92.19
%0
%49.8

Codes

Color #7F0A80 in popluar color models

7F0A80
RGB12710128
HSL299°85.51%27.06%
HSB/HSV299°92.19%50.20%
CMYK0.78%92.19%0.00%
49.80%

Color #7F0A80 in popluar number systems.

HEX7F0A80
Decimal12710128
Binary1111111101010000000
Octal17712200

Shades and tints

Shades of #7F0A80

#7F0A80
(127,10,128)
#740A75
(116,10,117)
#690A6A
(105,10,106)
#5E0A5F
(94,10,95)
#530A54
(83,10,84)
#480A49
(72,10,73)
#3D0A3E
(61,10,62)
#320A33
(50,10,51)
#270A28
(39,10,40)
#1C0A1D
(28,10,29)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #7F0A80

#7F0A80
(127,10,128)
#8A208B
(138,32,139)
#953696
(149,54,150)
#A04CA1
(160,76,161)
#AB62AC
(171,98,172)
#B678B7
(182,120,183)
#C18EC2
(193,142,194)
#CCA4CD
(204,164,205)
#D7BAD8
(215,186,216)
#E2D0E3
(226,208,227)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0A80 color. Also use rgb(127,10,128) instead hex code.

Text Font Color

.myTextColor { color: #7F0A80; }

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

This text font color is #7F0A80.


Background Color

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

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

This div background color is #7F0A80.


Border color

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

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

This div border color is #7F0A80.


Opacity

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

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

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

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

This text has shadow with #7F0A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0A80 on black background.


Color preview on white background

This text has color #7F0A80 on white background.



Black color preview on #7F0A80 background

This text has black color on #7F0A80 background.


White color preview on #7F0A80 background

This text has white color on #7F0A80 background.