COLOR #711484

HEX: #711484
RGB: (113,20,132)

Renk bilgisi

#711484 contains mainly red and blue colors. #711484 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#711484 color RGB value is (113,20,132).

  • kırmız ton 113;
  • yeşil ton 20;
  • mavi ton 132.
RGB:
(113,20,132)
(44%,8%,52%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 20 of 255 = 8%
B 132 of 255 = 52%

113
20
132

R + G + B ~ 35%. #711484 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 20 + 132 = 265 (100%)
R 113 of 265 ~ 42.64%
G 20 of 265 ~ 7.55%
B 132 of 265 ~ 49.81%

%42.64
%49.81

CMYK RENK MODELİ

#711484 rengi CMYK tonu (14,85,0,48).

  • camgöbeği tonu 14.39%
  • eflatun tonu 84.85%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(14,85,0,48)
C14M85Y0K48 
(14%,85%,0%,48%)
(0.14/0.85/0.00/0.48)	

CMYK yüzdeleri

%14.39
%84.85
%0
%48.24

Codes

Color #711484 in popluar color models

711484
RGB11320132
HSL290°73.68%29.80%
HSB/HSV290°84.85%51.76%
CMYK14.39%84.85%0.00%
48.24%

Color #711484 in popluar number systems.

HEX711484
Decimal11320132
Binary11100011010010000100
Octal16124204

Shades and tints

Shades of #711484

#711484
(113,20,132)
#671378
(103,19,120)
#5D126C
(93,18,108)
#531160
(83,17,96)
#491054
(73,16,84)
#3F0F48
(63,15,72)
#350E3C
(53,14,60)
#2B0D30
(43,13,48)
#210C24
(33,12,36)
#170B18
(23,11,24)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #711484

#711484
(113,20,132)
#7D298F
(125,41,143)
#893E9A
(137,62,154)
#9553A5
(149,83,165)
#A168B0
(161,104,176)
#AD7DBB
(173,125,187)
#B992C6
(185,146,198)
#C5A7D1
(197,167,209)
#D1BCDC
(209,188,220)
#DDD1E7
(221,209,231)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711484 color. Also use rgb(113,20,132) instead hex code.

Text Font Color

.myTextColor { color: #711484; }

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

This text font color is #711484.


Background Color

.myBgColor { background-color: #711484; }

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

This div background color is #711484.


Border color

.myBorderColor { border: 1px solid #711484; }

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

This div border color is #711484.


Opacity

.myOpacity80 { color: #711484; opacity: 0.8; }

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

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

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

This text has shadow with #711484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711484 on black background.


Color preview on white background

This text has color #711484 on white background.



Black color preview on #711484 background

This text has black color on #711484 background.


White color preview on #711484 background

This text has white color on #711484 background.