COLOR #712C79

HEX: #712C79
RGB: (113,44,121)

Renk bilgisi

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

RGB renk modeli

#712C79 color RGB value is (113,44,121).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 44 of 255 = 17%
B 121 of 255 = 47%

113
44
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 44 + 121 = 278 (100%)
R 113 of 278 ~ 40.65%
G 44 of 278 ~ 15.83%
B 121 of 278 ~ 43.53%

%40.65
%15.83
%43.53

CMYK RENK MODELİ

#712C79 rengi CMYK tonu (7,64,0,53).

  • camgöbeği tonu 6.61%
  • eflatun tonu 63.64%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(7,64,0,53)
C7M64Y0K53 
(7%,64%,0%,53%)
(0.07/0.64/0.00/0.53)	

CMYK yüzdeleri

%6.61
%63.64
%0
%52.55

Codes

Color #712C79 in popluar color models

712C79
RGB11344121
HSL294°46.67%32.35%
HSB/HSV294°63.64%47.45%
CMYK6.61%63.64%0.00%
52.55%

Color #712C79 in popluar number systems.

HEX712C79
Decimal11344121
Binary11100011011001111001
Octal16154171

Shades and tints

Shades of #712C79

#712C79
(113,44,121)
#67286E
(103,40,110)
#5D2463
(93,36,99)
#532058
(83,32,88)
#491C4D
(73,28,77)
#3F1842
(63,24,66)
#351437
(53,20,55)
#2B102C
(43,16,44)
#210C21
(33,12,33)
#170816
(23,8,22)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #712C79

#712C79
(113,44,121)
#7D3F85
(125,63,133)
#895291
(137,82,145)
#95659D
(149,101,157)
#A178A9
(161,120,169)
#AD8BB5
(173,139,181)
#B99EC1
(185,158,193)
#C5B1CD
(197,177,205)
#D1C4D9
(209,196,217)
#DDD7E5
(221,215,229)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712C79 color. Also use rgb(113,44,121) instead hex code.

Text Font Color

.myTextColor { color: #712C79; }

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

This text font color is #712C79.


Background Color

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

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

This div background color is #712C79.


Border color

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

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

This div border color is #712C79.


Opacity

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

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

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

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

This text has shadow with #712C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712C79 on black background.


Color preview on white background

This text has color #712C79 on white background.



Black color preview on #712C79 background

This text has black color on #712C79 background.


White color preview on #712C79 background

This text has white color on #712C79 background.