COLOR #71388C

HEX: #71388C
RGB: (113,56,140)

Renk bilgisi

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

RGB renk modeli

#71388C color RGB value is (113,56,140).

  • kırmız ton 113;
  • yeşil ton 56;
  • mavi ton 140.
RGB:
(113,56,140)
(44%,22%,55%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 56 of 255 = 22%
B 140 of 255 = 55%

113
56
140

R + G + B ~ 40%. #71388C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 56 + 140 = 309 (100%)
R 113 of 309 ~ 36.57%
G 56 of 309 ~ 18.12%
B 140 of 309 ~ 45.31%

%36.57
%18.12
%45.31

CMYK RENK MODELİ

#71388C rengi CMYK tonu (19,60,0,45).

  • camgöbeği tonu 19.29%
  • eflatun tonu 60.00%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(19,60,0,45)
C19M60Y0K45 
(19%,60%,0%,45%)
(0.19/0.60/0.00/0.45)	

CMYK yüzdeleri

%19.29
%60
%0
%45.1

Codes

Color #71388C in popluar color models

71388C
RGB11356140
HSL281°42.86%38.43%
HSB/HSV281°60.00%54.90%
CMYK19.29%60.00%0.00%
45.10%

Color #71388C in popluar number systems.

HEX71388C
Decimal11356140
Binary111000111100010001100
Octal16170214

Shades and tints

Shades of #71388C

#71388C
(113,56,140)
#673380
(103,51,128)
#5D2E74
(93,46,116)
#532968
(83,41,104)
#49245C
(73,36,92)
#3F1F50
(63,31,80)
#351A44
(53,26,68)
#2B1538
(43,21,56)
#21102C
(33,16,44)
#170B20
(23,11,32)
#0D0614
(13,6,20)
#000000
(0,0,0)

Tints of #71388C

#71388C
(113,56,140)
#7D4A96
(125,74,150)
#895CA0
(137,92,160)
#956EAA
(149,110,170)
#A180B4
(161,128,180)
#AD92BE
(173,146,190)
#B9A4C8
(185,164,200)
#C5B6D2
(197,182,210)
#D1C8DC
(209,200,220)
#DDDAE6
(221,218,230)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71388C color. Also use rgb(113,56,140) instead hex code.

Text Font Color

.myTextColor { color: #71388C; }

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

This text font color is #71388C.


Background Color

.myBgColor { background-color: #71388C; }

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

This div background color is #71388C.


Border color

.myBorderColor { border: 1px solid #71388C; }

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

This div border color is #71388C.


Opacity

.myOpacity80 { color: #71388C; opacity: 0.8; }

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

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

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

This text has shadow with #71388C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71388C on black background.


Color preview on white background

This text has color #71388C on white background.



Black color preview on #71388C background

This text has black color on #71388C background.


White color preview on #71388C background

This text has white color on #71388C background.