COLOR #713F7C

HEX: #713F7C
RGB: (113,63,124)

Renk bilgisi

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

RGB renk modeli

#713F7C color RGB value is (113,63,124).

  • kırmız ton 113;
  • yeşil ton 63;
  • mavi ton 124.
RGB:
(113,63,124)
(44%,25%,49%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 63 of 255 = 25%
B 124 of 255 = 49%

113
63
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 63 + 124 = 300 (100%)
R 113 of 300 ~ 37.67%
G 63 of 300 ~ 21%
B 124 of 300 ~ 41.33%

%37.67
%21
%41.33

CMYK RENK MODELİ

#713F7C rengi CMYK tonu (9,49,0,51).

  • camgöbeği tonu 8.87%
  • eflatun tonu 49.19%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(9,49,0,51)
C9M49Y0K51 
(9%,49%,0%,51%)
(0.09/0.49/0.00/0.51)	

CMYK yüzdeleri

%8.87
%49.19
%0
%51.37

Codes

Color #713F7C in popluar color models

713F7C
RGB11363124
HSL289°32.62%36.67%
HSB/HSV289°49.19%48.63%
CMYK8.87%49.19%0.00%
51.37%

Color #713F7C in popluar number systems.

HEX713F7C
Decimal11363124
Binary11100011111111111100
Octal16177174

Shades and tints

Shades of #713F7C

#713F7C
(113,63,124)
#673A71
(103,58,113)
#5D3566
(93,53,102)
#53305B
(83,48,91)
#492B50
(73,43,80)
#3F2645
(63,38,69)
#35213A
(53,33,58)
#2B1C2F
(43,28,47)
#211724
(33,23,36)
#171219
(23,18,25)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #713F7C

#713F7C
(113,63,124)
#7D5087
(125,80,135)
#896192
(137,97,146)
#95729D
(149,114,157)
#A183A8
(161,131,168)
#AD94B3
(173,148,179)
#B9A5BE
(185,165,190)
#C5B6C9
(197,182,201)
#D1C7D4
(209,199,212)
#DDD8DF
(221,216,223)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713F7C color. Also use rgb(113,63,124) instead hex code.

Text Font Color

.myTextColor { color: #713F7C; }

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

This text font color is #713F7C.


Background Color

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

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

This div background color is #713F7C.


Border color

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

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

This div border color is #713F7C.


Opacity

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

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

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

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

This text has shadow with #713F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F7C on black background.


Color preview on white background

This text has color #713F7C on white background.



Black color preview on #713F7C background

This text has black color on #713F7C background.


White color preview on #713F7C background

This text has white color on #713F7C background.