COLOR #714989

HEX: #714989
RGB: (113,73,137)

Renk bilgisi

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

RGB renk modeli

#714989 color RGB value is (113,73,137).

  • kırmız ton 113;
  • yeşil ton 73;
  • mavi ton 137.
RGB:
(113,73,137)
(44%,29%,54%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 73 of 255 = 29%
B 137 of 255 = 54%

113
73
137

R + G + B ~ 42%. #714989 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 73 + 137 = 323 (100%)
R 113 of 323 ~ 34.98%
G 73 of 323 ~ 22.6%
B 137 of 323 ~ 42.41%

%34.98
%22.6
%42.41

CMYK RENK MODELİ

#714989 rengi CMYK tonu (18,47,0,46).

  • camgöbeği tonu 17.52%
  • eflatun tonu 46.72%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(18,47,0,46)
C18M47Y0K46 
(18%,47%,0%,46%)
(0.18/0.47/0.00/0.46)	

CMYK yüzdeleri

%17.52
%46.72
%0
%46.27

Codes

Color #714989 in popluar color models

714989
RGB11373137
HSL278°30.48%41.18%
HSB/HSV278°46.72%53.73%
CMYK17.52%46.72%0.00%
46.27%

Color #714989 in popluar number systems.

HEX714989
Decimal11373137
Binary1110001100100110001001
Octal161111211

Shades and tints

Shades of #714989

#714989
(113,73,137)
#67437D
(103,67,125)
#5D3D71
(93,61,113)
#533765
(83,55,101)
#493159
(73,49,89)
#3F2B4D
(63,43,77)
#352541
(53,37,65)
#2B1F35
(43,31,53)
#211929
(33,25,41)
#17131D
(23,19,29)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #714989

#714989
(113,73,137)
#7D5993
(125,89,147)
#89699D
(137,105,157)
#9579A7
(149,121,167)
#A189B1
(161,137,177)
#AD99BB
(173,153,187)
#B9A9C5
(185,169,197)
#C5B9CF
(197,185,207)
#D1C9D9
(209,201,217)
#DDD9E3
(221,217,227)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714989 color. Also use rgb(113,73,137) instead hex code.

Text Font Color

.myTextColor { color: #714989; }

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

This text font color is #714989.


Background Color

.myBgColor { background-color: #714989; }

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

This div background color is #714989.


Border color

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

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

This div border color is #714989.


Opacity

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

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

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

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

This text has shadow with #714989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714989 on black background.


Color preview on white background

This text has color #714989 on white background.



Black color preview on #714989 background

This text has black color on #714989 background.


White color preview on #714989 background

This text has white color on #714989 background.