COLOR #712163

HEX: #712163
RGB: (113,33,99)

Color info

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

RGB color model

#712163 color RGB value is (113,33,99).

  • red value is 113;
  • green value is 33;
  • blue value is 99.
RGB:
(113,33,99)
(44%,13%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 33 of 255 = 13%
B 99 of 255 = 39%

113
33
99

R + G + B ~ 32%. #712163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 33 + 99 = 245 (100%)
R 113 of 245 ~ 46.12%
G 33 of 245 ~ 13.47%
B 99 of 245 ~ 40.41%

%46.12
%13.47
%40.41

CMYK color model

#712163 color CMYK value is (0,71,12,56).

  • cyan value is 0.00%
  • magenta value is 70.80%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,71,12,56)
C0M71Y12K56 
(0%,71%,12%,56%)
(0.00/0.71/0.12/0.56)	

CMYK percentages

%0
%70.8
%12.39
%55.69

Codes

Color #712163 in popluar color models

712163
RGB1133399
HSL311°54.79%28.63%
HSB/HSV311°70.80%44.31%
CMYK0.00%70.80%12.39%
55.69%

Color #712163 in popluar number systems.

HEX712163
Decimal1133399
Binary11100011000011100011
Octal16141143

Shades and tints

Shades of #712163

#712163
(113,33,99)
#671E5A
(103,30,90)
#5D1B51
(93,27,81)
#531848
(83,24,72)
#49153F
(73,21,63)
#3F1236
(63,18,54)
#350F2D
(53,15,45)
#2B0C24
(43,12,36)
#21091B
(33,9,27)
#170612
(23,6,18)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #712163

#712163
(113,33,99)
#7D3571
(125,53,113)
#89497F
(137,73,127)
#955D8D
(149,93,141)
#A1719B
(161,113,155)
#AD85A9
(173,133,169)
#B999B7
(185,153,183)
#C5ADC5
(197,173,197)
#D1C1D3
(209,193,211)
#DDD5E1
(221,213,225)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712163 color. Also use rgb(113,33,99) instead hex code.

Text Font Color

.myTextColor { color: #712163; }

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

This text font color is #712163.


Background Color

.myBgColor { background-color: #712163; }

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

This div background color is #712163.


Border color

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

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

This div border color is #712163.


Opacity

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

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

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

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

This text has shadow with #712163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712163 on black background.


Color preview on white background

This text has color #712163 on white background.



Black color preview on #712163 background

This text has black color on #712163 background.


White color preview on #712163 background

This text has white color on #712163 background.