COLOR #712866

HEX: #712866
RGB: (113,40,102)

Color info

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

RGB color model

#712866 color RGB value is (113,40,102).

  • red value is 113;
  • green value is 40;
  • blue value is 102.
RGB:
(113,40,102)
(44%,16%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 40 of 255 = 16%
B 102 of 255 = 40%

113
40
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 40 + 102 = 255 (100%)
R 113 of 255 ~ 44.31%
G 40 of 255 ~ 15.69%
B 102 of 255 ~ 40%

%44.31
%15.69
%40

CMYK color model

#712866 color CMYK value is (0,65,10,56).

  • cyan value is 0.00%
  • magenta value is 64.60%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(0,65,10,56)
C0M65Y10K56 
(0%,65%,10%,56%)
(0.00/0.65/0.10/0.56)	

CMYK percentages

%0
%64.6
%9.73
%55.69

Codes

Color #712866 in popluar color models

712866
RGB11340102
HSL309°47.71%30.00%
HSB/HSV309°64.60%44.31%
CMYK0.00%64.60%9.73%
55.69%

Color #712866 in popluar number systems.

HEX712866
Decimal11340102
Binary11100011010001100110
Octal16150146

Shades and tints

Shades of #712866

#712866
(113,40,102)
#67255D
(103,37,93)
#5D2254
(93,34,84)
#531F4B
(83,31,75)
#491C42
(73,28,66)
#3F1939
(63,25,57)
#351630
(53,22,48)
#2B1327
(43,19,39)
#21101E
(33,16,30)
#170D15
(23,13,21)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #712866

#712866
(113,40,102)
#7D3B73
(125,59,115)
#894E80
(137,78,128)
#95618D
(149,97,141)
#A1749A
(161,116,154)
#AD87A7
(173,135,167)
#B99AB4
(185,154,180)
#C5ADC1
(197,173,193)
#D1C0CE
(209,192,206)
#DDD3DB
(221,211,219)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712866 color. Also use rgb(113,40,102) instead hex code.

Text Font Color

.myTextColor { color: #712866; }

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

This text font color is #712866.


Background Color

.myBgColor { background-color: #712866; }

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

This div background color is #712866.


Border color

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

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

This div border color is #712866.


Opacity

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

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

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

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

This text has shadow with #712866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712866 on black background.


Color preview on white background

This text has color #712866 on white background.



Black color preview on #712866 background

This text has black color on #712866 background.


White color preview on #712866 background

This text has white color on #712866 background.