COLOR #713A7B

HEX: #713A7B
RGB: (113,58,123)

Renk bilgisi

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

RGB renk modeli

#713A7B color RGB value is (113,58,123).

  • kırmız ton 113;
  • yeşil ton 58;
  • mavi ton 123.
RGB:
(113,58,123)
(44%,23%,48%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 58 of 255 = 23%
B 123 of 255 = 48%

113
58
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 58 + 123 = 294 (100%)
R 113 of 294 ~ 38.44%
G 58 of 294 ~ 19.73%
B 123 of 294 ~ 41.84%

%38.44
%19.73
%41.84

CMYK RENK MODELİ

#713A7B rengi CMYK tonu (8,53,0,52).

  • camgöbeği tonu 8.13%
  • eflatun tonu 52.85%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(8,53,0,52)
C8M53Y0K52 
(8%,53%,0%,52%)
(0.08/0.53/0.00/0.52)	

CMYK yüzdeleri

%8.13
%52.85
%0
%51.76

Codes

Color #713A7B in popluar color models

713A7B
RGB11358123
HSL291°35.91%35.49%
HSB/HSV291°52.85%48.24%
CMYK8.13%52.85%0.00%
51.76%

Color #713A7B in popluar number systems.

HEX713A7B
Decimal11358123
Binary11100011110101111011
Octal16172173

Shades and tints

Shades of #713A7B

#713A7B
(113,58,123)
#673570
(103,53,112)
#5D3065
(93,48,101)
#532B5A
(83,43,90)
#49264F
(73,38,79)
#3F2144
(63,33,68)
#351C39
(53,28,57)
#2B172E
(43,23,46)
#211223
(33,18,35)
#170D18
(23,13,24)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #713A7B

#713A7B
(113,58,123)
#7D4B87
(125,75,135)
#895C93
(137,92,147)
#956D9F
(149,109,159)
#A17EAB
(161,126,171)
#AD8FB7
(173,143,183)
#B9A0C3
(185,160,195)
#C5B1CF
(197,177,207)
#D1C2DB
(209,194,219)
#DDD3E7
(221,211,231)
#E9E4F3
(233,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713A7B color. Also use rgb(113,58,123) instead hex code.

Text Font Color

.myTextColor { color: #713A7B; }

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

This text font color is #713A7B.


Background Color

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

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

This div background color is #713A7B.


Border color

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

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

This div border color is #713A7B.


Opacity

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

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

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

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

This text has shadow with #713A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A7B on black background.


Color preview on white background

This text has color #713A7B on white background.



Black color preview on #713A7B background

This text has black color on #713A7B background.


White color preview on #713A7B background

This text has white color on #713A7B background.