COLOR #471077

HEX: #471077
RGB: (71,16,119)

Color info

#471077 contains mainly red and blue colors. Web safe color of #471077 is #330066 (or #306).

RGB color model

#471077 color RGB value is (71,16,119).

  • red value is 71;
  • green value is 16;
  • blue value is 119.
RGB:
(71,16,119)
(28%,6%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 16 of 255 = 6%
B 119 of 255 = 47%

71
16
119

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

Portions of RGB colors in percentages

R + G + B =
71 + 16 + 119 = 206 (100%)
R 71 of 206 ~ 34.47%
G 16 of 206 ~ 7.77%
B 119 of 206 ~ 57.77%

%34.47
%57.77

CMYK color model

#471077 color CMYK value is (40,87,0,53).

  • cyan value is 40.34%
  • magenta value is 86.55%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(40,87,0,53)
C40M87Y0K53 
(40%,87%,0%,53%)
(0.40/0.87/0.00/0.53)	

CMYK percentages

%40.34
%86.55
%0
%53.33

Codes

Color #471077 in popluar color models

471077
RGB7116119
HSL272°76.30%26.47%
HSB/HSV272°86.55%46.67%
CMYK40.34%86.55%0.00%
53.33%

Color #471077 in popluar number systems.

HEX471077
Decimal7116119
Binary1000111100001110111
Octal10720167

Shades and tints

Shades of #471077

#471077
(71,16,119)
#410F6D
(65,15,109)
#3B0E63
(59,14,99)
#350D59
(53,13,89)
#2F0C4F
(47,12,79)
#290B45
(41,11,69)
#230A3B
(35,10,59)
#1D0931
(29,9,49)
#170827
(23,8,39)
#11071D
(17,7,29)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #471077

#471077
(71,16,119)
#572583
(87,37,131)
#673A8F
(103,58,143)
#774F9B
(119,79,155)
#8764A7
(135,100,167)
#9779B3
(151,121,179)
#A78EBF
(167,142,191)
#B7A3CB
(183,163,203)
#C7B8D7
(199,184,215)
#D7CDE3
(215,205,227)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471077 color. Also use rgb(71,16,119) instead hex code.

Text Font Color

.myTextColor { color: #471077; }

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

This text font color is #471077.


Background Color

.myBgColor { background-color: #471077; }

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

This div background color is #471077.


Border color

.myBorderColor { border: 1px solid #471077; }

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

This div border color is #471077.


Opacity

.myOpacity80 { color: #471077; opacity: 0.8; }

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

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

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

This text has shadow with #471077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471077 on black background.


Color preview on white background

This text has color #471077 on white background.



Black color preview on #471077 background

This text has black color on #471077 background.


White color preview on #471077 background

This text has white color on #471077 background.