COLOR #471551

HEX: #471551
RGB: (71,21,81)

Color info

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

RGB color model

#471551 color RGB value is (71,21,81).

  • red value is 71;
  • green value is 21;
  • blue value is 81.
RGB:
(71,21,81)
(28%,8%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 21 of 255 = 8%
B 81 of 255 = 32%

71
21
81

R + G + B ~ 23%. #471551 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 81 = 173 (100%)
R 71 of 173 ~ 41.04%
G 21 of 173 ~ 12.14%
B 81 of 173 ~ 46.82%

%41.04
%12.14
%46.82

CMYK color model

#471551 color CMYK value is (12,74,0,68).

  • cyan value is 12.35%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(12,74,0,68)
C12M74Y0K68 
(12%,74%,0%,68%)
(0.12/0.74/0.00/0.68)	

CMYK percentages

%12.35
%74.07
%0
%68.24

Codes

Color #471551 in popluar color models

471551
RGB712181
HSL290°58.82%20.00%
HSB/HSV290°74.07%31.76%
CMYK12.35%74.07%0.00%
68.24%

Color #471551 in popluar number systems.

HEX471551
Decimal712181
Binary1000111101011010001
Octal10725121

Shades and tints

Shades of #471551

#471551
(71,21,81)
#41144A
(65,20,74)
#3B1343
(59,19,67)
#35123C
(53,18,60)
#2F1135
(47,17,53)
#29102E
(41,16,46)
#230F27
(35,15,39)
#1D0E20
(29,14,32)
#170D19
(23,13,25)
#110C12
(17,12,18)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #471551

#471551
(71,21,81)
#572A60
(87,42,96)
#673F6F
(103,63,111)
#77547E
(119,84,126)
#87698D
(135,105,141)
#977E9C
(151,126,156)
#A793AB
(167,147,171)
#B7A8BA
(183,168,186)
#C7BDC9
(199,189,201)
#D7D2D8
(215,210,216)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471551; }

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

This text font color is #471551.


Background Color

.myBgColor { background-color: #471551; }

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

This div background color is #471551.


Border color

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

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

This div border color is #471551.


Opacity

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

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

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

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

This text has shadow with #471551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471551 on black background.


Color preview on white background

This text has color #471551 on white background.



Black color preview on #471551 background

This text has black color on #471551 background.


White color preview on #471551 background

This text has white color on #471551 background.