COLOR #714587

HEX: #714587
RGB: (113,69,135)

Renk bilgisi

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

RGB renk modeli

#714587 color RGB value is (113,69,135).

  • kırmız ton 113;
  • yeşil ton 69;
  • mavi ton 135.
RGB:
(113,69,135)
(44%,27%,53%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 69 of 255 = 27%
B 135 of 255 = 53%

113
69
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 69 + 135 = 317 (100%)
R 113 of 317 ~ 35.65%
G 69 of 317 ~ 21.77%
B 135 of 317 ~ 42.59%

%35.65
%21.77
%42.59

CMYK RENK MODELİ

#714587 rengi CMYK tonu (16,49,0,47).

  • camgöbeği tonu 16.30%
  • eflatun tonu 48.89%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(16,49,0,47)
C16M49Y0K47 
(16%,49%,0%,47%)
(0.16/0.49/0.00/0.47)	

CMYK yüzdeleri

%16.3
%48.89
%0
%47.06

Codes

Color #714587 in popluar color models

714587
RGB11369135
HSL280°32.35%40.00%
HSB/HSV280°48.89%52.94%
CMYK16.30%48.89%0.00%
47.06%

Color #714587 in popluar number systems.

HEX714587
Decimal11369135
Binary1110001100010110000111
Octal161105207

Shades and tints

Shades of #714587

#714587
(113,69,135)
#673F7B
(103,63,123)
#5D396F
(93,57,111)
#533363
(83,51,99)
#492D57
(73,45,87)
#3F274B
(63,39,75)
#35213F
(53,33,63)
#2B1B33
(43,27,51)
#211527
(33,21,39)
#170F1B
(23,15,27)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #714587

#714587
(113,69,135)
#7D5591
(125,85,145)
#89659B
(137,101,155)
#9575A5
(149,117,165)
#A185AF
(161,133,175)
#AD95B9
(173,149,185)
#B9A5C3
(185,165,195)
#C5B5CD
(197,181,205)
#D1C5D7
(209,197,215)
#DDD5E1
(221,213,225)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714587 color. Also use rgb(113,69,135) instead hex code.

Text Font Color

.myTextColor { color: #714587; }

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

This text font color is #714587.


Background Color

.myBgColor { background-color: #714587; }

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

This div background color is #714587.


Border color

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

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

This div border color is #714587.


Opacity

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

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

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

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

This text has shadow with #714587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714587 on black background.


Color preview on white background

This text has color #714587 on white background.



Black color preview on #714587 background

This text has black color on #714587 background.


White color preview on #714587 background

This text has white color on #714587 background.