COLOR #714A99

HEX: #714A99
RGB: (113,74,153)

Renk bilgisi

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

RGB renk modeli

#714A99 color RGB value is (113,74,153).

  • kırmız ton 113;
  • yeşil ton 74;
  • mavi ton 153.
RGB:
(113,74,153)
(44%,29%,60%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 74 of 255 = 29%
B 153 of 255 = 60%

113
74
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 74 + 153 = 340 (100%)
R 113 of 340 ~ 33.24%
G 74 of 340 ~ 21.76%
B 153 of 340 ~ 45%

%33.24
%21.76
%45

CMYK RENK MODELİ

#714A99 rengi CMYK tonu (26,52,0,40).

  • camgöbeği tonu 26.14%
  • eflatun tonu 51.63%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(26,52,0,40)
C26M52Y0K40 
(26%,52%,0%,40%)
(0.26/0.52/0.00/0.40)	

CMYK yüzdeleri

%26.14
%51.63
%0
%40

Codes

Color #714A99 in popluar color models

714A99
RGB11374153
HSL270°34.80%44.51%
HSB/HSV270°51.63%60.00%
CMYK26.14%51.63%0.00%
40.00%

Color #714A99 in popluar number systems.

HEX714A99
Decimal11374153
Binary1110001100101010011001
Octal161112231

Shades and tints

Shades of #714A99

#714A99
(113,74,153)
#67448C
(103,68,140)
#5D3E7F
(93,62,127)
#533872
(83,56,114)
#493265
(73,50,101)
#3F2C58
(63,44,88)
#35264B
(53,38,75)
#2B203E
(43,32,62)
#211A31
(33,26,49)
#171424
(23,20,36)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #714A99

#714A99
(113,74,153)
#7D5AA2
(125,90,162)
#896AAB
(137,106,171)
#957AB4
(149,122,180)
#A18ABD
(161,138,189)
#AD9AC6
(173,154,198)
#B9AACF
(185,170,207)
#C5BAD8
(197,186,216)
#D1CAE1
(209,202,225)
#DDDAEA
(221,218,234)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A99 color. Also use rgb(113,74,153) instead hex code.

Text Font Color

.myTextColor { color: #714A99; }

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

This text font color is #714A99.


Background Color

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

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

This div background color is #714A99.


Border color

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

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

This div border color is #714A99.


Opacity

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

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

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

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

This text has shadow with #714A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A99 on black background.


Color preview on white background

This text has color #714A99 on white background.



Black color preview on #714A99 background

This text has black color on #714A99 background.


White color preview on #714A99 background

This text has white color on #714A99 background.