COLOR #4F0A71

HEX: #4F0A71
RGB: (79,10,113)

Color info

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

RGB color model

#4F0A71 color RGB value is (79,10,113).

  • red value is 79;
  • green value is 10;
  • blue value is 113.
RGB:
(79,10,113)
(31%,4%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 10 of 255 = 4%
B 113 of 255 = 44%

79
10
113

R + G + B ~ 26%. #4F0A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 10 + 113 = 202 (100%)
R 79 of 202 ~ 39.11%
G 10 of 202 ~ 4.95%
B 113 of 202 ~ 55.94%

%39.11
%55.94

CMYK color model

#4F0A71 color CMYK value is (30,91,0,56).

  • cyan value is 30.09%
  • magenta value is 91.15%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(30,91,0,56)
C30M91Y0K56 
(30%,91%,0%,56%)
(0.30/0.91/0.00/0.56)	

CMYK percentages

%30.09
%91.15
%0
%55.69

Codes

Color #4F0A71 in popluar color models

4F0A71
RGB7910113
HSL280°83.74%24.12%
HSB/HSV280°91.15%44.31%
CMYK30.09%91.15%0.00%
55.69%

Color #4F0A71 in popluar number systems.

HEX4F0A71
Decimal7910113
Binary100111110101110001
Octal11712161

Shades and tints

Shades of #4F0A71

#4F0A71
(79,10,113)
#480A67
(72,10,103)
#410A5D
(65,10,93)
#3A0A53
(58,10,83)
#330A49
(51,10,73)
#2C0A3F
(44,10,63)
#250A35
(37,10,53)
#1E0A2B
(30,10,43)
#170A21
(23,10,33)
#100A17
(16,10,23)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F0A71

#4F0A71
(79,10,113)
#5F207D
(95,32,125)
#6F3689
(111,54,137)
#7F4C95
(127,76,149)
#8F62A1
(143,98,161)
#9F78AD
(159,120,173)
#AF8EB9
(175,142,185)
#BFA4C5
(191,164,197)
#CFBAD1
(207,186,209)
#DFD0DD
(223,208,221)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0A71 color. Also use rgb(79,10,113) instead hex code.

Text Font Color

.myTextColor { color: #4F0A71; }

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

This text font color is #4F0A71.


Background Color

.myBgColor { background-color: #4F0A71; }

<div style="background-color:#4F0A71">Inner text</div>

This div background color is #4F0A71.


Border color

.myBorderColor { border: 1px solid #4F0A71; }

<div style="border:3px solid #4F0A71">Div</div>

This div border color is #4F0A71.


Opacity

.myOpacity80 { color: #4F0A71; opacity: 0.8; }

<p style="color:#4F0A71;opacity:0.8;">80%</p>

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

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

This text has shadow with #4F0A71 color.

.textShadow {text-shadow: 3px 3px 1px #4F0A71, 3px 3px 1px red;}

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

This text has shadow with #4F0A71 primary color and red secondary color.


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

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

This text has shadow with #4F0A71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0A71 on black background.


Color preview on white background

This text has color #4F0A71 on white background.



Black color preview on #4F0A71 background

This text has black color on #4F0A71 background.


White color preview on #4F0A71 background

This text has white color on #4F0A71 background.