COLOR #862471

HEX: #862471
RGB: (134,36,113)

Color info

#862471 contains mainly red and blue colors. Web safe color of #862471 is #993366 (or #936).

RGB color model

#862471 color RGB value is (134,36,113).

  • red value is 134;
  • green value is 36;
  • blue value is 113.
RGB:
(134,36,113)
(53%,14%,44%)

RGB channels and saturation

R 134 of 255 = 53%
G 36 of 255 = 14%
B 113 of 255 = 44%

134
36
113

R + G + B ~ 37%. #862471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 36 + 113 = 283 (100%)
R 134 of 283 ~ 47.35%
G 36 of 283 ~ 12.72%
B 113 of 283 ~ 39.93%

%47.35
%12.72
%39.93

CMYK color model

#862471 color CMYK value is (0,73,16,47).

  • cyan value is 0.00%
  • magenta value is 73.13%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(0,73,16,47)
C0M73Y16K47 
(0%,73%,16%,47%)
(0.00/0.73/0.16/0.47)	

CMYK percentages

%0
%73.13
%15.67
%47.45

Codes

Color #862471 in popluar color models

862471
RGB13436113
HSL313°57.65%33.33%
HSB/HSV313°73.13%52.55%
CMYK0.00%73.13%15.67%
47.45%

Color #862471 in popluar number systems.

HEX862471
Decimal13436113
Binary100001101001001110001
Octal20644161

Shades and tints

Shades of #862471

#862471
(134,36,113)
#7A2167
(122,33,103)
#6E1E5D
(110,30,93)
#621B53
(98,27,83)
#561849
(86,24,73)
#4A153F
(74,21,63)
#3E1235
(62,18,53)
#320F2B
(50,15,43)
#260C21
(38,12,33)
#1A0917
(26,9,23)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #862471

#862471
(134,36,113)
#91377D
(145,55,125)
#9C4A89
(156,74,137)
#A75D95
(167,93,149)
#B270A1
(178,112,161)
#BD83AD
(189,131,173)
#C896B9
(200,150,185)
#D3A9C5
(211,169,197)
#DEBCD1
(222,188,209)
#E9CFDD
(233,207,221)
#F4E2E9
(244,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #862471 color. Also use rgb(134,36,113) instead hex code.

Text Font Color

.myTextColor { color: #862471; }

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

This text font color is #862471.


Background Color

.myBgColor { background-color: #862471; }

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

This div background color is #862471.


Border color

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

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

This div border color is #862471.


Opacity

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

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

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

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

This text has shadow with #862471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #862471 on black background.


Color preview on white background

This text has color #862471 on white background.



Black color preview on #862471 background

This text has black color on #862471 background.


White color preview on #862471 background

This text has white color on #862471 background.