COLOR #7F2880

HEX: #7F2880
RGB: (127,40,128)

Color info

#7F2880 contains mainly red and blue colors. Web safe color of #7F2880 is #663366 (or #636).

RGB color model

#7F2880 color RGB value is (127,40,128).

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

RGB channels and saturation

R 127 of 255 = 50%
G 40 of 255 = 16%
B 128 of 255 = 50%

127
40
128

R + G + B ~ 39%. #7F2880 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 40 + 128 = 295 (100%)
R 127 of 295 ~ 43.05%
G 40 of 295 ~ 13.56%
B 128 of 295 ~ 43.39%

%43.05
%13.56
%43.39

CMYK color model

#7F2880 color CMYK value is (1,69,0,50).

  • cyan value is 0.78%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(1,69,0,50)
C1M69Y0K50 
(1%,69%,0%,50%)
(0.01/0.69/0.00/0.50)	

CMYK percentages

%0.78
%68.75
%0
%49.8

Codes

Color #7F2880 in popluar color models

7F2880
RGB12740128
HSL299°52.38%32.94%
HSB/HSV299°68.75%50.20%
CMYK0.78%68.75%0.00%
49.80%

Color #7F2880 in popluar number systems.

HEX7F2880
Decimal12740128
Binary111111110100010000000
Octal17750200

Shades and tints

Shades of #7F2880

#7F2880
(127,40,128)
#742575
(116,37,117)
#69226A
(105,34,106)
#5E1F5F
(94,31,95)
#531C54
(83,28,84)
#481949
(72,25,73)
#3D163E
(61,22,62)
#321333
(50,19,51)
#271028
(39,16,40)
#1C0D1D
(28,13,29)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #7F2880

#7F2880
(127,40,128)
#8A3B8B
(138,59,139)
#954E96
(149,78,150)
#A061A1
(160,97,161)
#AB74AC
(171,116,172)
#B687B7
(182,135,183)
#C19AC2
(193,154,194)
#CCADCD
(204,173,205)
#D7C0D8
(215,192,216)
#E2D3E3
(226,211,227)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F2880; }

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

This text font color is #7F2880.


Background Color

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

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

This div background color is #7F2880.


Border color

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

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

This div border color is #7F2880.


Opacity

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

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

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

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

This text has shadow with #7F2880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F2880 on black background.


Color preview on white background

This text has color #7F2880 on white background.



Black color preview on #7F2880 background

This text has black color on #7F2880 background.


White color preview on #7F2880 background

This text has white color on #7F2880 background.