COLOR #470047

HEX: #470047
RGB: (71,0,71)

Color info

#470047 contains only red and blue colors. Web safe color of #470047 is #330033 (or #303).

RGB color model

#470047 color RGB value is (71,0,71).

  • red value is 71;
  • green value is 0;
  • blue value is 71.
RGB:
(71,0,71)
(28%,0%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 71 of 255 = 28%

71
0
71

R + G + B ~ 19%. #470047 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 71 = 142 (100%)
R 71 of 142 ~ 50%
G 0 of 142 ~ 0%
B 71 of 142 ~ 50%

%50
%50

CMYK color model

#470047 color CMYK value is (0,100,0,72).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(0,100,0,72)
C0M100Y0K72 
(0%,100%,0%,72%)
(0.00/1.00/0.00/0.72)	

CMYK percentages

%0
%100
%0
%72.16

Codes

Color #470047 in popluar color models

470047
RGB71071
HSL300°100.00%13.92%
HSB/HSV300°100.00%27.84%
CMYK0.00%100.00%0.00%
72.16%

Color #470047 in popluar number systems.

HEX470047
Decimal71071
Binary100011101000111
Octal1070107

Shades and tints

Shades of #470047

#470047
(71,0,71)
#410041
(65,0,65)
#3B003B
(59,0,59)
#350035
(53,0,53)
#2F002F
(47,0,47)
#290029
(41,0,41)
#230023
(35,0,35)
#1D001D
(29,0,29)
#170017
(23,0,23)
#110011
(17,0,17)
#0B000B
(11,0,11)
#000000
(0,0,0)

Tints of #470047

#470047
(71,0,71)
#571757
(87,23,87)
#672E67
(103,46,103)
#774577
(119,69,119)
#875C87
(135,92,135)
#977397
(151,115,151)
#A78AA7
(167,138,167)
#B7A1B7
(183,161,183)
#C7B8C7
(199,184,199)
#D7CFD7
(215,207,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470047; }

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

This text font color is #470047.


Background Color

.myBgColor { background-color: #470047; }

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

This div background color is #470047.


Border color

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

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

This div border color is #470047.


Opacity

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

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

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

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

This text has shadow with #470047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470047 on black background.


Color preview on white background

This text has color #470047 on white background.



Black color preview on #470047 background

This text has black color on #470047 background.


White color preview on #470047 background

This text has white color on #470047 background.