COLOR #71268B

HEX: #71268B
RGB: (113,38,139)

Color info

#71268B contains mainly red and blue colors. Web safe color of #71268B is #663399 (or #639).

RGB color model

#71268B color RGB value is (113,38,139).

  • red value is 113;
  • green value is 38;
  • blue value is 139.
RGB:
(113,38,139)
(44%,15%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 38 of 255 = 15%
B 139 of 255 = 55%

113
38
139

R + G + B ~ 38%. #71268B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 38 + 139 = 290 (100%)
R 113 of 290 ~ 38.97%
G 38 of 290 ~ 13.1%
B 139 of 290 ~ 47.93%

%38.97
%13.1
%47.93

CMYK color model

#71268B color CMYK value is (19,73,0,45).

  • cyan value is 18.71%
  • magenta value is 72.66%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,73,0,45)
C19M73Y0K45 
(19%,73%,0%,45%)
(0.19/0.73/0.00/0.45)	

CMYK percentages

%18.71
%72.66
%0
%45.49

Codes

Color #71268B in popluar color models

71268B
RGB11338139
HSL285°57.06%34.71%
HSB/HSV285°72.66%54.51%
CMYK18.71%72.66%0.00%
45.49%

Color #71268B in popluar number systems.

HEX71268B
Decimal11338139
Binary111000110011010001011
Octal16146213

Shades and tints

Shades of #71268B

#71268B
(113,38,139)
#67237F
(103,35,127)
#5D2073
(93,32,115)
#531D67
(83,29,103)
#491A5B
(73,26,91)
#3F174F
(63,23,79)
#351443
(53,20,67)
#2B1137
(43,17,55)
#210E2B
(33,14,43)
#170B1F
(23,11,31)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #71268B

#71268B
(113,38,139)
#7D3995
(125,57,149)
#894C9F
(137,76,159)
#955FA9
(149,95,169)
#A172B3
(161,114,179)
#AD85BD
(173,133,189)
#B998C7
(185,152,199)
#C5ABD1
(197,171,209)
#D1BEDB
(209,190,219)
#DDD1E5
(221,209,229)
#E9E4EF
(233,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71268B color. Also use rgb(113,38,139) instead hex code.

Text Font Color

.myTextColor { color: #71268B; }

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

This text font color is #71268B.


Background Color

.myBgColor { background-color: #71268B; }

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

This div background color is #71268B.


Border color

.myBorderColor { border: 1px solid #71268B; }

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

This div border color is #71268B.


Opacity

.myOpacity80 { color: #71268B; opacity: 0.8; }

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

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

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

This text has shadow with #71268B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71268B on black background.


Color preview on white background

This text has color #71268B on white background.



Black color preview on #71268B background

This text has black color on #71268B background.


White color preview on #71268B background

This text has white color on #71268B background.