COLOR #714D97

HEX: #714D97
RGB: (113,77,151)

Renk bilgisi

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

RGB renk modeli

#714D97 color RGB value is (113,77,151).

  • kırmız ton 113;
  • yeşil ton 77;
  • mavi ton 151.
RGB:
(113,77,151)
(44%,30%,59%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 151 of 255 = 59%

113
77
151

R + G + B ~ 44%. #714D97 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 151 = 341 (100%)
R 113 of 341 ~ 33.14%
G 77 of 341 ~ 22.58%
B 151 of 341 ~ 44.28%

%33.14
%22.58
%44.28

CMYK RENK MODELİ

#714D97 rengi CMYK tonu (25,49,0,41).

  • camgöbeği tonu 25.17%
  • eflatun tonu 49.01%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(25,49,0,41)
C25M49Y0K41 
(25%,49%,0%,41%)
(0.25/0.49/0.00/0.41)	

CMYK yüzdeleri

%25.17
%49.01
%0
%40.78

Codes

Color #714D97 in popluar color models

714D97
RGB11377151
HSL269°32.46%44.71%
HSB/HSV269°49.01%59.22%
CMYK25.17%49.01%0.00%
40.78%

Color #714D97 in popluar number systems.

HEX714D97
Decimal11377151
Binary1110001100110110010111
Octal161115227

Shades and tints

Shades of #714D97

#714D97
(113,77,151)
#67468A
(103,70,138)
#5D3F7D
(93,63,125)
#533870
(83,56,112)
#493163
(73,49,99)
#3F2A56
(63,42,86)
#352349
(53,35,73)
#2B1C3C
(43,28,60)
#21152F
(33,21,47)
#170E22
(23,14,34)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #714D97

#714D97
(113,77,151)
#7D5DA0
(125,93,160)
#896DA9
(137,109,169)
#957DB2
(149,125,178)
#A18DBB
(161,141,187)
#AD9DC4
(173,157,196)
#B9ADCD
(185,173,205)
#C5BDD6
(197,189,214)
#D1CDDF
(209,205,223)
#DDDDE8
(221,221,232)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D97 color. Also use rgb(113,77,151) instead hex code.

Text Font Color

.myTextColor { color: #714D97; }

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

This text font color is #714D97.


Background Color

.myBgColor { background-color: #714D97; }

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

This div background color is #714D97.


Border color

.myBorderColor { border: 1px solid #714D97; }

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

This div border color is #714D97.


Opacity

.myOpacity80 { color: #714D97; opacity: 0.8; }

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

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

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

This text has shadow with #714D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D97 on black background.


Color preview on white background

This text has color #714D97 on white background.



Black color preview on #714D97 background

This text has black color on #714D97 background.


White color preview on #714D97 background

This text has white color on #714D97 background.