COLOR #712E77

HEX: #712E77
RGB: (113,46,119)

Renk bilgisi

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

RGB renk modeli

#712E77 color RGB value is (113,46,119).

  • kırmız ton 113;
  • yeşil ton 46;
  • mavi ton 119.
RGB:
(113,46,119)
(44%,18%,47%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 46 of 255 = 18%
B 119 of 255 = 47%

113
46
119

R + G + B ~ 36%. #712E77 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 46 + 119 = 278 (100%)
R 113 of 278 ~ 40.65%
G 46 of 278 ~ 16.55%
B 119 of 278 ~ 42.81%

%40.65
%16.55
%42.81

CMYK RENK MODELİ

#712E77 rengi CMYK tonu (5,61,0,53).

  • camgöbeği tonu 5.04%
  • eflatun tonu 61.34%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(5,61,0,53)
C5M61Y0K53 
(5%,61%,0%,53%)
(0.05/0.61/0.00/0.53)	

CMYK yüzdeleri

%5.04
%61.34
%0
%53.33

Codes

Color #712E77 in popluar color models

712E77
RGB11346119
HSL295°44.24%32.35%
HSB/HSV295°61.34%46.67%
CMYK5.04%61.34%0.00%
53.33%

Color #712E77 in popluar number systems.

HEX712E77
Decimal11346119
Binary11100011011101110111
Octal16156167

Shades and tints

Shades of #712E77

#712E77
(113,46,119)
#672A6D
(103,42,109)
#5D2663
(93,38,99)
#532259
(83,34,89)
#491E4F
(73,30,79)
#3F1A45
(63,26,69)
#35163B
(53,22,59)
#2B1231
(43,18,49)
#210E27
(33,14,39)
#170A1D
(23,10,29)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #712E77

#712E77
(113,46,119)
#7D4183
(125,65,131)
#89548F
(137,84,143)
#95679B
(149,103,155)
#A17AA7
(161,122,167)
#AD8DB3
(173,141,179)
#B9A0BF
(185,160,191)
#C5B3CB
(197,179,203)
#D1C6D7
(209,198,215)
#DDD9E3
(221,217,227)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712E77 color. Also use rgb(113,46,119) instead hex code.

Text Font Color

.myTextColor { color: #712E77; }

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

This text font color is #712E77.


Background Color

.myBgColor { background-color: #712E77; }

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

This div background color is #712E77.


Border color

.myBorderColor { border: 1px solid #712E77; }

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

This div border color is #712E77.


Opacity

.myOpacity80 { color: #712E77; opacity: 0.8; }

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

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

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

This text has shadow with #712E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712E77 on black background.


Color preview on white background

This text has color #712E77 on white background.



Black color preview on #712E77 background

This text has black color on #712E77 background.


White color preview on #712E77 background

This text has white color on #712E77 background.