COLOR #7F048F

HEX: #7F048F
RGB: (127,4,143)

Color info

#7F048F contains mainly red and blue colors. Web safe color of #7F048F is #660099 (or #609).

RGB color model

#7F048F color RGB value is (127,4,143).

  • red value is 127;
  • green value is 4;
  • blue value is 143.
RGB:
(127,4,143)
(50%,2%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 4 of 255 = 2%
B 143 of 255 = 56%

127
4
143

R + G + B ~ 36%. #7F048F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 4 + 143 = 274 (100%)
R 127 of 274 ~ 46.35%
G 4 of 274 ~ 1.46%
B 143 of 274 ~ 52.19%

%46.35
%52.19

CMYK color model

#7F048F color CMYK value is (11,97,0,44).

  • cyan value is 11.19%
  • magenta value is 97.20%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(11,97,0,44)
C11M97Y0K44 
(11%,97%,0%,44%)
(0.11/0.97/0.00/0.44)	

CMYK percentages

%11.19
%97.2
%0
%43.92

Codes

Color #7F048F in popluar color models

7F048F
RGB1274143
HSL293°94.56%28.82%
HSB/HSV293°97.20%56.08%
CMYK11.19%97.20%0.00%
43.92%

Color #7F048F in popluar number systems.

HEX7F048F
Decimal1274143
Binary111111110010001111
Octal1774217

Shades and tints

Shades of #7F048F

#7F048F
(127,4,143)
#740482
(116,4,130)
#690475
(105,4,117)
#5E0468
(94,4,104)
#53045B
(83,4,91)
#48044E
(72,4,78)
#3D0441
(61,4,65)
#320434
(50,4,52)
#270427
(39,4,39)
#1C041A
(28,4,26)
#11040D
(17,4,13)
#000000
(0,0,0)

Tints of #7F048F

#7F048F
(127,4,143)
#8A1A99
(138,26,153)
#9530A3
(149,48,163)
#A046AD
(160,70,173)
#AB5CB7
(171,92,183)
#B672C1
(182,114,193)
#C188CB
(193,136,203)
#CC9ED5
(204,158,213)
#D7B4DF
(215,180,223)
#E2CAE9
(226,202,233)
#EDE0F3
(237,224,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F048F color. Also use rgb(127,4,143) instead hex code.

Text Font Color

.myTextColor { color: #7F048F; }

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

This text font color is #7F048F.


Background Color

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

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

This div background color is #7F048F.


Border color

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

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

This div border color is #7F048F.


Opacity

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

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

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

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

This text has shadow with #7F048F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F048F on black background.


Color preview on white background

This text has color #7F048F on white background.



Black color preview on #7F048F background

This text has black color on #7F048F background.


White color preview on #7F048F background

This text has white color on #7F048F background.