COLOR #71387A

HEX: #71387A
RGB: (113,56,122)

Renk bilgisi

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

RGB renk modeli

#71387A color RGB value is (113,56,122).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 56 of 255 = 22%
B 122 of 255 = 48%

113
56
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 56 + 122 = 291 (100%)
R 113 of 291 ~ 38.83%
G 56 of 291 ~ 19.24%
B 122 of 291 ~ 41.92%

%38.83
%19.24
%41.92

CMYK RENK MODELİ

#71387A rengi CMYK tonu (7,54,0,52).

  • camgöbeği tonu 7.38%
  • eflatun tonu 54.10%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(7,54,0,52)
C7M54Y0K52 
(7%,54%,0%,52%)
(0.07/0.54/0.00/0.52)	

CMYK yüzdeleri

%7.38
%54.1
%0
%52.16

Codes

Color #71387A in popluar color models

71387A
RGB11356122
HSL292°37.08%34.90%
HSB/HSV292°54.10%47.84%
CMYK7.38%54.10%0.00%
52.16%

Color #71387A in popluar number systems.

HEX71387A
Decimal11356122
Binary11100011110001111010
Octal16170172

Shades and tints

Shades of #71387A

#71387A
(113,56,122)
#67336F
(103,51,111)
#5D2E64
(93,46,100)
#532959
(83,41,89)
#49244E
(73,36,78)
#3F1F43
(63,31,67)
#351A38
(53,26,56)
#2B152D
(43,21,45)
#211022
(33,16,34)
#170B17
(23,11,23)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #71387A

#71387A
(113,56,122)
#7D4A86
(125,74,134)
#895C92
(137,92,146)
#956E9E
(149,110,158)
#A180AA
(161,128,170)
#AD92B6
(173,146,182)
#B9A4C2
(185,164,194)
#C5B6CE
(197,182,206)
#D1C8DA
(209,200,218)
#DDDAE6
(221,218,230)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71387A; }

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

This text font color is #71387A.


Background Color

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

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

This div background color is #71387A.


Border color

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

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

This div border color is #71387A.


Opacity

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

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

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

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

This text has shadow with #71387A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71387A on black background.


Color preview on white background

This text has color #71387A on white background.



Black color preview on #71387A background

This text has black color on #71387A background.


White color preview on #71387A background

This text has white color on #71387A background.