COLOR #713C78

HEX: #713C78
RGB: (113,60,120)

Renk bilgisi

#713C78 contains mainly red and blue colors. #713C78 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#713C78 color RGB value is (113,60,120).

  • kırmız ton 113;
  • yeşil ton 60;
  • mavi ton 120.
RGB:
(113,60,120)
(44%,24%,47%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 60 of 255 = 24%
B 120 of 255 = 47%

113
60
120

R + G + B ~ 38%. #713C78 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 60 + 120 = 293 (100%)
R 113 of 293 ~ 38.57%
G 60 of 293 ~ 20.48%
B 120 of 293 ~ 40.96%

%38.57
%20.48
%40.96

CMYK RENK MODELİ

#713C78 rengi CMYK tonu (6,50,0,53).

  • camgöbeği tonu 5.83%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(6,50,0,53)
C6M50Y0K53 
(6%,50%,0%,53%)
(0.06/0.50/0.00/0.53)	

CMYK yüzdeleri

%5.83
%50
%0
%52.94

Codes

Color #713C78 in popluar color models

713C78
RGB11360120
HSL293°33.33%35.29%
HSB/HSV293°50.00%47.06%
CMYK5.83%50.00%0.00%
52.94%

Color #713C78 in popluar number systems.

HEX713C78
Decimal11360120
Binary11100011111001111000
Octal16174170

Shades and tints

Shades of #713C78

#713C78
(113,60,120)
#67376E
(103,55,110)
#5D3264
(93,50,100)
#532D5A
(83,45,90)
#492850
(73,40,80)
#3F2346
(63,35,70)
#351E3C
(53,30,60)
#2B1932
(43,25,50)
#211428
(33,20,40)
#170F1E
(23,15,30)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #713C78

#713C78
(113,60,120)
#7D4D84
(125,77,132)
#895E90
(137,94,144)
#956F9C
(149,111,156)
#A180A8
(161,128,168)
#AD91B4
(173,145,180)
#B9A2C0
(185,162,192)
#C5B3CC
(197,179,204)
#D1C4D8
(209,196,216)
#DDD5E4
(221,213,228)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713C78 color. Also use rgb(113,60,120) instead hex code.

Text Font Color

.myTextColor { color: #713C78; }

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

This text font color is #713C78.


Background Color

.myBgColor { background-color: #713C78; }

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

This div background color is #713C78.


Border color

.myBorderColor { border: 1px solid #713C78; }

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

This div border color is #713C78.


Opacity

.myOpacity80 { color: #713C78; opacity: 0.8; }

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

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

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

This text has shadow with #713C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C78 on black background.


Color preview on white background

This text has color #713C78 on white background.



Black color preview on #713C78 background

This text has black color on #713C78 background.


White color preview on #713C78 background

This text has white color on #713C78 background.