COLOR #713688

HEX: #713688
RGB: (113,54,136)

Color info

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

RGB color model

#713688 color RGB value is (113,54,136).

  • red value is 113;
  • green value is 54;
  • blue value is 136.
RGB:
(113,54,136)
(44%,21%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 54 of 255 = 21%
B 136 of 255 = 53%

113
54
136

R + G + B ~ 39%. #713688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 54 + 136 = 303 (100%)
R 113 of 303 ~ 37.29%
G 54 of 303 ~ 17.82%
B 136 of 303 ~ 44.88%

%37.29
%17.82
%44.88

CMYK color model

#713688 color CMYK value is (17,60,0,47).

  • cyan value is 16.91%
  • magenta value is 60.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(17,60,0,47)
C17M60Y0K47 
(17%,60%,0%,47%)
(0.17/0.60/0.00/0.47)	

CMYK percentages

%16.91
%60.29
%0
%46.67

Codes

Color #713688 in popluar color models

713688
RGB11354136
HSL283°43.16%37.25%
HSB/HSV283°60.29%53.33%
CMYK16.91%60.29%0.00%
46.67%

Color #713688 in popluar number systems.

HEX713688
Decimal11354136
Binary111000111011010001000
Octal16166210

Shades and tints

Shades of #713688

#713688
(113,54,136)
#67327C
(103,50,124)
#5D2E70
(93,46,112)
#532A64
(83,42,100)
#492658
(73,38,88)
#3F224C
(63,34,76)
#351E40
(53,30,64)
#2B1A34
(43,26,52)
#211628
(33,22,40)
#17121C
(23,18,28)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #713688

#713688
(113,54,136)
#7D4892
(125,72,146)
#895A9C
(137,90,156)
#956CA6
(149,108,166)
#A17EB0
(161,126,176)
#AD90BA
(173,144,186)
#B9A2C4
(185,162,196)
#C5B4CE
(197,180,206)
#D1C6D8
(209,198,216)
#DDD8E2
(221,216,226)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713688 color. Also use rgb(113,54,136) instead hex code.

Text Font Color

.myTextColor { color: #713688; }

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

This text font color is #713688.


Background Color

.myBgColor { background-color: #713688; }

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

This div background color is #713688.


Border color

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

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

This div border color is #713688.


Opacity

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

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

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

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

This text has shadow with #713688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713688 on black background.


Color preview on white background

This text has color #713688 on white background.



Black color preview on #713688 background

This text has black color on #713688 background.


White color preview on #713688 background

This text has white color on #713688 background.