COLOR #712563

HEX: #712563
RGB: (113,37,99)

Color info

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

RGB color model

#712563 color RGB value is (113,37,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 37 of 255 = 15%
B 99 of 255 = 39%

113
37
99

R + G + B ~ 33%. #712563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 37 + 99 = 249 (100%)
R 113 of 249 ~ 45.38%
G 37 of 249 ~ 14.86%
B 99 of 249 ~ 39.76%

%45.38
%14.86
%39.76

CMYK color model

#712563 color CMYK value is (0,67,12,56).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,67,12,56)
C0M67Y12K56 
(0%,67%,12%,56%)
(0.00/0.67/0.12/0.56)	

CMYK percentages

%0
%67.26
%12.39
%55.69

Codes

Color #712563 in popluar color models

712563
RGB1133799
HSL311°50.67%29.41%
HSB/HSV311°67.26%44.31%
CMYK0.00%67.26%12.39%
55.69%

Color #712563 in popluar number systems.

HEX712563
Decimal1133799
Binary11100011001011100011
Octal16145143

Shades and tints

Shades of #712563

#712563
(113,37,99)
#67225A
(103,34,90)
#5D1F51
(93,31,81)
#531C48
(83,28,72)
#49193F
(73,25,63)
#3F1636
(63,22,54)
#35132D
(53,19,45)
#2B1024
(43,16,36)
#210D1B
(33,13,27)
#170A12
(23,10,18)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #712563

#712563
(113,37,99)
#7D3871
(125,56,113)
#894B7F
(137,75,127)
#955E8D
(149,94,141)
#A1719B
(161,113,155)
#AD84A9
(173,132,169)
#B997B7
(185,151,183)
#C5AAC5
(197,170,197)
#D1BDD3
(209,189,211)
#DDD0E1
(221,208,225)
#E9E3EF
(233,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712563; }

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

This text font color is #712563.


Background Color

.myBgColor { background-color: #712563; }

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

This div background color is #712563.


Border color

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

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

This div border color is #712563.


Opacity

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

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

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

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

This text has shadow with #712563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712563 on black background.


Color preview on white background

This text has color #712563 on white background.



Black color preview on #712563 background

This text has black color on #712563 background.


White color preview on #712563 background

This text has white color on #712563 background.