COLOR #711D85

HEX: #711D85
RGB: (113,29,133)

Renk bilgisi

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

RGB renk modeli

#711D85 color RGB value is (113,29,133).

  • kırmız ton 113;
  • yeşil ton 29;
  • mavi ton 133.
RGB:
(113,29,133)
(44%,11%,52%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 29 of 255 = 11%
B 133 of 255 = 52%

113
29
133

R + G + B ~ 36%. #711D85 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 29 + 133 = 275 (100%)
R 113 of 275 ~ 41.09%
G 29 of 275 ~ 10.55%
B 133 of 275 ~ 48.36%

%41.09
%10.55
%48.36

CMYK RENK MODELİ

#711D85 rengi CMYK tonu (15,78,0,48).

  • camgöbeği tonu 15.04%
  • eflatun tonu 78.20%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(15,78,0,48)
C15M78Y0K48 
(15%,78%,0%,48%)
(0.15/0.78/0.00/0.48)	

CMYK yüzdeleri

%15.04
%78.2
%0
%47.84

Codes

Color #711D85 in popluar color models

711D85
RGB11329133
HSL288°64.20%31.76%
HSB/HSV288°78.20%52.16%
CMYK15.04%78.20%0.00%
47.84%

Color #711D85 in popluar number systems.

HEX711D85
Decimal11329133
Binary11100011110110000101
Octal16135205

Shades and tints

Shades of #711D85

#711D85
(113,29,133)
#671B79
(103,27,121)
#5D196D
(93,25,109)
#531761
(83,23,97)
#491555
(73,21,85)
#3F1349
(63,19,73)
#35113D
(53,17,61)
#2B0F31
(43,15,49)
#210D25
(33,13,37)
#170B19
(23,11,25)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #711D85

#711D85
(113,29,133)
#7D3190
(125,49,144)
#89459B
(137,69,155)
#9559A6
(149,89,166)
#A16DB1
(161,109,177)
#AD81BC
(173,129,188)
#B995C7
(185,149,199)
#C5A9D2
(197,169,210)
#D1BDDD
(209,189,221)
#DDD1E8
(221,209,232)
#E9E5F3
(233,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711D85 color. Also use rgb(113,29,133) instead hex code.

Text Font Color

.myTextColor { color: #711D85; }

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

This text font color is #711D85.


Background Color

.myBgColor { background-color: #711D85; }

<div style="background-color:#711D85">Inner text</div>

This div background color is #711D85.


Border color

.myBorderColor { border: 1px solid #711D85; }

<div style="border:3px solid #711D85">Div</div>

This div border color is #711D85.


Opacity

.myOpacity80 { color: #711D85; opacity: 0.8; }

<p style="color:#711D85;opacity:0.8;">80%</p>

Text with #711D85 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 #711D85;}

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

This text has shadow with #711D85 color.

.textShadow {text-shadow: 3px 3px 1px #711D85, 3px 3px 1px red;}

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

This text has shadow with #711D85 primary color and red secondary color.


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

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

This text has shadow with #711D85 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711D85 on black background.


Color preview on white background

This text has color #711D85 on white background.



Black color preview on #711D85 background

This text has black color on #711D85 background.


White color preview on #711D85 background

This text has white color on #711D85 background.