COLOR #4F0579

HEX: #4F0579 RGB: (79,5,121)

Color info

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

RGB color model

#4F0579 color RGB value is (79,5,121).

RGB: (79,5,121) (31%, 2%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 5 of 255 = 2%
B 121 of 255 = 47%

79
5
121

R + G + B ~ 27%. #4F0579 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 5 + 121 = 205 (100%)
R 79 of 205 ~ 38.54%
G 5 of 205 ~ 2.44%
B 121 of 205 ~ 59.02'%

%38.54
%59.02

CMYK color model

#4F0579 color CMYK value is (35,96,0,53).

  • cyan value is 34.71%
  • magenta value is 95.87%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (35,96,0,53)
C35M96Y0K53 (35%, 96%, 0%, 53%)
(0.35 / 0.96 / 0.00 / 0.53)

CMYK percentages

%34.71
%95.87
%0
%52.55

Codes

Color #4F0579 in popluar color models

4F 05 79
RGB 79 5 121
HSL 278° 92.06% 24.71%
HSB/HSV 278° 95.87% 47.45%
CMYK 34.71% 95.87% 0.00%
52.55%

Color #4F0579 in popluar number systems.

HEX 4F 05 79
Decimal 79 5 121
Binary 1001111 101 1111001
Octal 117 5 171

Shades and tints

Shades of #4F0579

#4F0579
(79,5,121)
#48056E
(72,5,110)
#410563
(65,5,99)
#3A0558
(58,5,88)
#33054D
(51,5,77)
#2C0542
(44,5,66)
#250537
(37,5,55)
#1E052C
(30,5,44)
#170521
(23,5,33)
#100516
(16,5,22)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #4F0579

#4F0579
(79,5,121)
#5F1B85
(95,27,133)
#6F3191
(111,49,145)
#7F479D
(127,71,157)
#8F5DA9
(143,93,169)
#9F73B5
(159,115,181)
#AF89C1
(175,137,193)
#BF9FCD
(191,159,205)
#CFB5D9
(207,181,217)
#DFCBE5
(223,203,229)
#EFE1F1
(239,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0579 color. Also use rgb(79,5,121) instead hex code.

Text Font Color

.myTextColor { color: #4F0579; }

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

This text font color is #4F0579.

Background Color

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

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

This div background color is #4F0579.

Border color

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

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

This div border color is #4F0579.

Opacity

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

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

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

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

This text has shadow with #4F0579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F0579.

Preview

Color preview on black background

This text has color #4F0579 on black background.


Color preview on white background

This text has color #4F0579 on white background.


Black color preview on #4F0579 background

This text has black color on #4F0579 background.


White color preview on #4F0579 background

This text has white color on #4F0579 background.


Related colors

Complementary color

Complementary color for #hex is #B0FA86.


I love getcolorcode.com

Triadic colors

1 #794F05 and #05794F with #4F0579 are triadic colors.

2 #79054F and #054F79 with #4F0579 are triadic colors.