COLOR #71336F

HEX: #71336F
RGB: (113,51,111)

Color info

#71336F contains mainly red and blue colors. Web safe color of #71336F is #663366 (or #636).

RGB color model

#71336F color RGB value is (113,51,111).

  • red value is 113;
  • green value is 51;
  • blue value is 111.
RGB:
(113,51,111)
(44%,20%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 51 of 255 = 20%
B 111 of 255 = 44%

113
51
111

R + G + B ~ 36%. #71336F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 51 + 111 = 275 (100%)
R 113 of 275 ~ 41.09%
G 51 of 275 ~ 18.55%
B 111 of 275 ~ 40.36%

%41.09
%18.55
%40.36

CMYK color model

#71336F color CMYK value is (0,55,2,56).

  • cyan value is 0.00%
  • magenta value is 54.87%
  • yellow value is 1.77%
  • key color value is 55.69%
CMYK:
(0,55,2,56)
C0M55Y2K56 
(0%,55%,2%,56%)
(0.00/0.55/0.02/0.56)	

CMYK percentages

%0
%54.87
%1.77
%55.69

Codes

Color #71336F in popluar color models

71336F
RGB11351111
HSL302°37.80%32.16%
HSB/HSV302°54.87%44.31%
CMYK0.00%54.87%1.77%
55.69%

Color #71336F in popluar number systems.

HEX71336F
Decimal11351111
Binary11100011100111101111
Octal16163157

Shades and tints

Shades of #71336F

#71336F
(113,51,111)
#672F65
(103,47,101)
#5D2B5B
(93,43,91)
#532751
(83,39,81)
#492347
(73,35,71)
#3F1F3D
(63,31,61)
#351B33
(53,27,51)
#2B1729
(43,23,41)
#21131F
(33,19,31)
#170F15
(23,15,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #71336F

#71336F
(113,51,111)
#7D457C
(125,69,124)
#895789
(137,87,137)
#956996
(149,105,150)
#A17BA3
(161,123,163)
#AD8DB0
(173,141,176)
#B99FBD
(185,159,189)
#C5B1CA
(197,177,202)
#D1C3D7
(209,195,215)
#DDD5E4
(221,213,228)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71336F color. Also use rgb(113,51,111) instead hex code.

Text Font Color

.myTextColor { color: #71336F; }

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

This text font color is #71336F.


Background Color

.myBgColor { background-color: #71336F; }

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

This div background color is #71336F.


Border color

.myBorderColor { border: 1px solid #71336F; }

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

This div border color is #71336F.


Opacity

.myOpacity80 { color: #71336F; opacity: 0.8; }

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

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

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

This text has shadow with #71336F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71336F on black background.


Color preview on white background

This text has color #71336F on white background.



Black color preview on #71336F background

This text has black color on #71336F background.


White color preview on #71336F background

This text has white color on #71336F background.