COLOR #713187

HEX: #713187
RGB: (113,49,135)

Renk bilgisi

#713187 contains mainly red and blue colors. #713187 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#713187 color RGB value is (113,49,135).

  • kırmız ton 113;
  • yeşil ton 49;
  • mavi ton 135.
RGB:
(113,49,135)
(44%,19%,53%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 49 of 255 = 19%
B 135 of 255 = 53%

113
49
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 49 + 135 = 297 (100%)
R 113 of 297 ~ 38.05%
G 49 of 297 ~ 16.5%
B 135 of 297 ~ 45.45%

%38.05
%16.5
%45.45

CMYK RENK MODELİ

#713187 rengi CMYK tonu (16,64,0,47).

  • camgöbeği tonu 16.30%
  • eflatun tonu 63.70%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(16,64,0,47)
C16M64Y0K47 
(16%,64%,0%,47%)
(0.16/0.64/0.00/0.47)	

CMYK yüzdeleri

%16.3
%63.7
%0
%47.06

Codes

Color #713187 in popluar color models

713187
RGB11349135
HSL285°46.74%36.08%
HSB/HSV285°63.70%52.94%
CMYK16.30%63.70%0.00%
47.06%

Color #713187 in popluar number systems.

HEX713187
Decimal11349135
Binary111000111000110000111
Octal16161207

Shades and tints

Shades of #713187

#713187
(113,49,135)
#672D7B
(103,45,123)
#5D296F
(93,41,111)
#532563
(83,37,99)
#492157
(73,33,87)
#3F1D4B
(63,29,75)
#35193F
(53,25,63)
#2B1533
(43,21,51)
#211127
(33,17,39)
#170D1B
(23,13,27)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #713187

#713187
(113,49,135)
#7D4391
(125,67,145)
#89559B
(137,85,155)
#9567A5
(149,103,165)
#A179AF
(161,121,175)
#AD8BB9
(173,139,185)
#B99DC3
(185,157,195)
#C5AFCD
(197,175,205)
#D1C1D7
(209,193,215)
#DDD3E1
(221,211,225)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713187 color. Also use rgb(113,49,135) instead hex code.

Text Font Color

.myTextColor { color: #713187; }

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

This text font color is #713187.


Background Color

.myBgColor { background-color: #713187; }

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

This div background color is #713187.


Border color

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

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

This div border color is #713187.


Opacity

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

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

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

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

This text has shadow with #713187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713187 on black background.


Color preview on white background

This text has color #713187 on white background.



Black color preview on #713187 background

This text has black color on #713187 background.


White color preview on #713187 background

This text has white color on #713187 background.