COLOR #71298D

HEX: #71298D
RGB: (113,41,141)

Renk bilgisi

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

RGB renk modeli

#71298D color RGB value is (113,41,141).

  • kırmız ton 113;
  • yeşil ton 41;
  • mavi ton 141.
RGB:
(113,41,141)
(44%,16%,55%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 41 of 255 = 16%
B 141 of 255 = 55%

113
41
141

R + G + B ~ 38%. #71298D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 41 + 141 = 295 (100%)
R 113 of 295 ~ 38.31%
G 41 of 295 ~ 13.9%
B 141 of 295 ~ 47.8%

%38.31
%13.9
%47.8

CMYK RENK MODELİ

#71298D rengi CMYK tonu (20,71,0,45).

  • camgöbeği tonu 19.86%
  • eflatun tonu 70.92%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(20,71,0,45)
C20M71Y0K45 
(20%,71%,0%,45%)
(0.20/0.71/0.00/0.45)	

CMYK yüzdeleri

%19.86
%70.92
%0
%44.71

Codes

Color #71298D in popluar color models

71298D
RGB11341141
HSL283°54.95%35.69%
HSB/HSV283°70.92%55.29%
CMYK19.86%70.92%0.00%
44.71%

Color #71298D in popluar number systems.

HEX71298D
Decimal11341141
Binary111000110100110001101
Octal16151215

Shades and tints

Shades of #71298D

#71298D
(113,41,141)
#672681
(103,38,129)
#5D2375
(93,35,117)
#532069
(83,32,105)
#491D5D
(73,29,93)
#3F1A51
(63,26,81)
#351745
(53,23,69)
#2B1439
(43,20,57)
#21112D
(33,17,45)
#170E21
(23,14,33)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #71298D

#71298D
(113,41,141)
#7D3C97
(125,60,151)
#894FA1
(137,79,161)
#9562AB
(149,98,171)
#A175B5
(161,117,181)
#AD88BF
(173,136,191)
#B99BC9
(185,155,201)
#C5AED3
(197,174,211)
#D1C1DD
(209,193,221)
#DDD4E7
(221,212,231)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71298D color. Also use rgb(113,41,141) instead hex code.

Text Font Color

.myTextColor { color: #71298D; }

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

This text font color is #71298D.


Background Color

.myBgColor { background-color: #71298D; }

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

This div background color is #71298D.


Border color

.myBorderColor { border: 1px solid #71298D; }

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

This div border color is #71298D.


Opacity

.myOpacity80 { color: #71298D; opacity: 0.8; }

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

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

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

This text has shadow with #71298D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71298D on black background.


Color preview on white background

This text has color #71298D on white background.



Black color preview on #71298D background

This text has black color on #71298D background.


White color preview on #71298D background

This text has white color on #71298D background.