COLOR #713DA7

HEX: #713DA7
RGB: (113,61,167)

Renk bilgisi

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

RGB renk modeli

#713DA7 color RGB value is (113,61,167).

  • kırmız ton 113;
  • yeşil ton 61;
  • mavi ton 167.
RGB:
(113,61,167)
(44%,24%,65%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 61 of 255 = 24%
B 167 of 255 = 65%

113
61
167

R + G + B ~ 44%. #713DA7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 61 + 167 = 341 (100%)
R 113 of 341 ~ 33.14%
G 61 of 341 ~ 17.89%
B 167 of 341 ~ 48.97%

%33.14
%17.89
%48.97

CMYK RENK MODELİ

#713DA7 rengi CMYK tonu (32,63,0,35).

  • camgöbeği tonu 32.34%
  • eflatun tonu 63.47%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(32,63,0,35)
C32M63Y0K35 
(32%,63%,0%,35%)
(0.32/0.63/0.00/0.35)	

CMYK yüzdeleri

%32.34
%63.47
%0
%34.51

Codes

Color #713DA7 in popluar color models

713DA7
RGB11361167
HSL269°46.49%44.71%
HSB/HSV269°63.47%65.49%
CMYK32.34%63.47%0.00%
34.51%

Color #713DA7 in popluar number systems.

HEX713DA7
Decimal11361167
Binary111000111110110100111
Octal16175247

Shades and tints

Shades of #713DA7

#713DA7
(113,61,167)
#673898
(103,56,152)
#5D3389
(93,51,137)
#532E7A
(83,46,122)
#49296B
(73,41,107)
#3F245C
(63,36,92)
#351F4D
(53,31,77)
#2B1A3E
(43,26,62)
#21152F
(33,21,47)
#171020
(23,16,32)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #713DA7

#713DA7
(113,61,167)
#7D4EAF
(125,78,175)
#895FB7
(137,95,183)
#9570BF
(149,112,191)
#A181C7
(161,129,199)
#AD92CF
(173,146,207)
#B9A3D7
(185,163,215)
#C5B4DF
(197,180,223)
#D1C5E7
(209,197,231)
#DDD6EF
(221,214,239)
#E9E7F7
(233,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713DA7 color. Also use rgb(113,61,167) instead hex code.

Text Font Color

.myTextColor { color: #713DA7; }

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

This text font color is #713DA7.


Background Color

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

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

This div background color is #713DA7.


Border color

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

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

This div border color is #713DA7.


Opacity

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

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

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

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

This text has shadow with #713DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713DA7 on black background.


Color preview on white background

This text has color #713DA7 on white background.



Black color preview on #713DA7 background

This text has black color on #713DA7 background.


White color preview on #713DA7 background

This text has white color on #713DA7 background.