COLOR #713366

HEX: #713366
RGB: (113,51,102)

Color info

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

RGB color model

#713366 color RGB value is (113,51,102).

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

RGB channels and saturation

R 113 of 255 = 44%
G 51 of 255 = 20%
B 102 of 255 = 40%

113
51
102

R + G + B ~ 35%. #713366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 51 + 102 = 266 (100%)
R 113 of 266 ~ 42.48%
G 51 of 266 ~ 19.17%
B 102 of 266 ~ 38.35%

%42.48
%19.17
%38.35

CMYK color model

#713366 color CMYK value is (0,55,10,56).

  • cyan value is 0.00%
  • magenta value is 54.87%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(0,55,10,56)
C0M55Y10K56 
(0%,55%,10%,56%)
(0.00/0.55/0.10/0.56)	

CMYK percentages

%0
%54.87
%9.73
%55.69

Codes

Color #713366 in popluar color models

713366
RGB11351102
HSL311°37.80%32.16%
HSB/HSV311°54.87%44.31%
CMYK0.00%54.87%9.73%
55.69%

Color #713366 in popluar number systems.

HEX713366
Decimal11351102
Binary11100011100111100110
Octal16163146

Shades and tints

Shades of #713366

#713366
(113,51,102)
#672F5D
(103,47,93)
#5D2B54
(93,43,84)
#53274B
(83,39,75)
#492342
(73,35,66)
#3F1F39
(63,31,57)
#351B30
(53,27,48)
#2B1727
(43,23,39)
#21131E
(33,19,30)
#170F15
(23,15,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #713366

#713366
(113,51,102)
#7D4573
(125,69,115)
#895780
(137,87,128)
#95698D
(149,105,141)
#A17B9A
(161,123,154)
#AD8DA7
(173,141,167)
#B99FB4
(185,159,180)
#C5B1C1
(197,177,193)
#D1C3CE
(209,195,206)
#DDD5DB
(221,213,219)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713366; }

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

This text font color is #713366.


Background Color

.myBgColor { background-color: #713366; }

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

This div background color is #713366.


Border color

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

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

This div border color is #713366.


Opacity

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

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

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

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

This text has shadow with #713366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713366 on black background.


Color preview on white background

This text has color #713366 on white background.



Black color preview on #713366 background

This text has black color on #713366 background.


White color preview on #713366 background

This text has white color on #713366 background.