COLOR #7F0054

HEX: #7F0054
RGB: (127,0,84)

Color info

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

RGB color model

#7F0054 color RGB value is (127,0,84).

  • red value is 127;
  • green value is 0;
  • blue value is 84.
RGB:
(127,0,84)
(50%,0%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 0 of 255 = 0%
B 84 of 255 = 33%

127
0
84

R + G + B ~ 28%. #7F0054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 0 + 84 = 211 (100%)
R 127 of 211 ~ 60.19%
G 0 of 211 ~ 0%
B 84 of 211 ~ 39.81%

%60.19
%39.81

CMYK color model

#7F0054 color CMYK value is (0,100,34,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 33.86%
  • key color value is 50.20%
CMYK:
(0,100,34,50)
C0M100Y34K50 
(0%,100%,34%,50%)
(0.00/1.00/0.34/0.50)	

CMYK percentages

%0
%100
%33.86
%50.2

Codes

Color #7F0054 in popluar color models

7F0054
RGB127084
HSL320°100.00%24.90%
HSB/HSV320°100.00%49.80%
CMYK0.00%100.00%33.86%
50.20%

Color #7F0054 in popluar number systems.

HEX7F0054
Decimal127084
Binary111111101010100
Octal1770124

Shades and tints

Shades of #7F0054

#7F0054
(127,0,84)
#74004D
(116,0,77)
#690046
(105,0,70)
#5E003F
(94,0,63)
#530038
(83,0,56)
#480031
(72,0,49)
#3D002A
(61,0,42)
#320023
(50,0,35)
#27001C
(39,0,28)
#1C0015
(28,0,21)
#11000E
(17,0,14)
#000000
(0,0,0)

Tints of #7F0054

#7F0054
(127,0,84)
#8A1763
(138,23,99)
#952E72
(149,46,114)
#A04581
(160,69,129)
#AB5C90
(171,92,144)
#B6739F
(182,115,159)
#C18AAE
(193,138,174)
#CCA1BD
(204,161,189)
#D7B8CC
(215,184,204)
#E2CFDB
(226,207,219)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0054 color. Also use rgb(127,0,84) instead hex code.

Text Font Color

.myTextColor { color: #7F0054; }

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

This text font color is #7F0054.


Background Color

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

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

This div background color is #7F0054.


Border color

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

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

This div border color is #7F0054.


Opacity

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

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

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

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

This text has shadow with #7F0054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0054 on black background.


Color preview on white background

This text has color #7F0054 on white background.



Black color preview on #7F0054 background

This text has black color on #7F0054 background.


White color preview on #7F0054 background

This text has white color on #7F0054 background.