COLOR #7F0458

HEX: #7F0458
RGB: (127,4,88)

Color info

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

RGB color model

#7F0458 color RGB value is (127,4,88).

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

RGB channels and saturation

R 127 of 255 = 50%
G 4 of 255 = 2%
B 88 of 255 = 35%

127
4
88

R + G + B ~ 29%. #7F0458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 4 + 88 = 219 (100%)
R 127 of 219 ~ 57.99%
G 4 of 219 ~ 1.83%
B 88 of 219 ~ 40.18%

%57.99
%40.18

CMYK color model

#7F0458 color CMYK value is (0,97,31,50).

  • cyan value is 0.00%
  • magenta value is 96.85%
  • yellow value is 30.71%
  • key color value is 50.20%
CMYK:
(0,97,31,50)
C0M97Y31K50 
(0%,97%,31%,50%)
(0.00/0.97/0.31/0.50)	

CMYK percentages

%0
%96.85
%30.71
%50.2

Codes

Color #7F0458 in popluar color models

7F0458
RGB127488
HSL319°93.89%25.69%
HSB/HSV319°96.85%49.80%
CMYK0.00%96.85%30.71%
50.20%

Color #7F0458 in popluar number systems.

HEX7F0458
Decimal127488
Binary11111111001011000
Octal1774130

Shades and tints

Shades of #7F0458

#7F0458
(127,4,88)
#740450
(116,4,80)
#690448
(105,4,72)
#5E0440
(94,4,64)
#530438
(83,4,56)
#480430
(72,4,48)
#3D0428
(61,4,40)
#320420
(50,4,32)
#270418
(39,4,24)
#1C0410
(28,4,16)
#110408
(17,4,8)
#000000
(0,0,0)

Tints of #7F0458

#7F0458
(127,4,88)
#8A1A67
(138,26,103)
#953076
(149,48,118)
#A04685
(160,70,133)
#AB5C94
(171,92,148)
#B672A3
(182,114,163)
#C188B2
(193,136,178)
#CC9EC1
(204,158,193)
#D7B4D0
(215,180,208)
#E2CADF
(226,202,223)
#EDE0EE
(237,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F0458; }

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

This text font color is #7F0458.


Background Color

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

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

This div background color is #7F0458.


Border color

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

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

This div border color is #7F0458.


Opacity

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

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

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

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

This text has shadow with #7F0458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0458 on black background.


Color preview on white background

This text has color #7F0458 on white background.



Black color preview on #7F0458 background

This text has black color on #7F0458 background.


White color preview on #7F0458 background

This text has white color on #7F0458 background.