COLOR #613C73

HEX: #613C73
RGB: (97,60,115)

Renk bilgisi

#613C73 contains red, green and blue colors in about the same proportion. #613C73 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#613C73 color RGB value is (97,60,115).

  • kırmız ton 97;
  • yeşil ton 60;
  • mavi ton 115.
RGB:
(97,60,115)
(38%,24%,45%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 60 of 255 = 24%
B 115 of 255 = 45%

97
60
115

R + G + B ~ 36%. #613C73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 60 + 115 = 272 (100%)
R 97 of 272 ~ 35.66%
G 60 of 272 ~ 22.06%
B 115 of 272 ~ 42.28%

%35.66
%22.06
%42.28

CMYK RENK MODELİ

#613C73 rengi CMYK tonu (16,48,0,55).

  • camgöbeği tonu 15.65%
  • eflatun tonu 47.83%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(16,48,0,55)
C16M48Y0K55 
(16%,48%,0%,55%)
(0.16/0.48/0.00/0.55)	

CMYK yüzdeleri

%15.65
%47.83
%0
%54.9

Codes

Color #613C73 in popluar color models

613C73
RGB9760115
HSL280°31.43%34.31%
HSB/HSV280°47.83%45.10%
CMYK15.65%47.83%0.00%
54.90%

Color #613C73 in popluar number systems.

HEX613C73
Decimal9760115
Binary11000011111001110011
Octal14174163

Shades and tints

Shades of #613C73

#613C73
(97,60,115)
#593769
(89,55,105)
#51325F
(81,50,95)
#492D55
(73,45,85)
#41284B
(65,40,75)
#392341
(57,35,65)
#311E37
(49,30,55)
#29192D
(41,25,45)
#211423
(33,20,35)
#190F19
(25,15,25)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #613C73

#613C73
(97,60,115)
#6F4D7F
(111,77,127)
#7D5E8B
(125,94,139)
#8B6F97
(139,111,151)
#9980A3
(153,128,163)
#A791AF
(167,145,175)
#B5A2BB
(181,162,187)
#C3B3C7
(195,179,199)
#D1C4D3
(209,196,211)
#DFD5DF
(223,213,223)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613C73 color. Also use rgb(97,60,115) instead hex code.

Text Font Color

.myTextColor { color: #613C73; }

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

This text font color is #613C73.


Background Color

.myBgColor { background-color: #613C73; }

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

This div background color is #613C73.


Border color

.myBorderColor { border: 1px solid #613C73; }

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

This div border color is #613C73.


Opacity

.myOpacity80 { color: #613C73; opacity: 0.8; }

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

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

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

This text has shadow with #613C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C73 on black background.


Color preview on white background

This text has color #613C73 on white background.



Black color preview on #613C73 background

This text has black color on #613C73 background.


White color preview on #613C73 background

This text has white color on #613C73 background.