COLOR #71387C

HEX: #71387C
RGB: (113,56,124)

Renk bilgisi

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

RGB renk modeli

#71387C color RGB value is (113,56,124).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 56 of 255 = 22%
B 124 of 255 = 49%

113
56
124

R + G + B ~ 38%. #71387C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 56 + 124 = 293 (100%)
R 113 of 293 ~ 38.57%
G 56 of 293 ~ 19.11%
B 124 of 293 ~ 42.32%

%38.57
%19.11
%42.32

CMYK RENK MODELİ

#71387C rengi CMYK tonu (9,55,0,51).

  • camgöbeği tonu 8.87%
  • eflatun tonu 54.84%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(9,55,0,51)
C9M55Y0K51 
(9%,55%,0%,51%)
(0.09/0.55/0.00/0.51)	

CMYK yüzdeleri

%8.87
%54.84
%0
%51.37

Codes

Color #71387C in popluar color models

71387C
RGB11356124
HSL290°37.78%35.29%
HSB/HSV290°54.84%48.63%
CMYK8.87%54.84%0.00%
51.37%

Color #71387C in popluar number systems.

HEX71387C
Decimal11356124
Binary11100011110001111100
Octal16170174

Shades and tints

Shades of #71387C

#71387C
(113,56,124)
#673371
(103,51,113)
#5D2E66
(93,46,102)
#53295B
(83,41,91)
#492450
(73,36,80)
#3F1F45
(63,31,69)
#351A3A
(53,26,58)
#2B152F
(43,21,47)
#211024
(33,16,36)
#170B19
(23,11,25)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #71387C

#71387C
(113,56,124)
#7D4A87
(125,74,135)
#895C92
(137,92,146)
#956E9D
(149,110,157)
#A180A8
(161,128,168)
#AD92B3
(173,146,179)
#B9A4BE
(185,164,190)
#C5B6C9
(197,182,201)
#D1C8D4
(209,200,212)
#DDDADF
(221,218,223)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71387C; }

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

This text font color is #71387C.


Background Color

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

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

This div background color is #71387C.


Border color

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

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

This div border color is #71387C.


Opacity

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

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

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

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

This text has shadow with #71387C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71387C on black background.


Color preview on white background

This text has color #71387C on white background.



Black color preview on #71387C background

This text has black color on #71387C background.


White color preview on #71387C background

This text has white color on #71387C background.