COLOR #613D78

HEX: #613D78
RGB: (97,61,120)

Renk bilgisi

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

RGB renk modeli

#613D78 color RGB value is (97,61,120).

  • kırmız ton 97;
  • yeşil ton 61;
  • mavi ton 120.
RGB:
(97,61,120)
(38%,24%,47%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 61 of 255 = 24%
B 120 of 255 = 47%

97
61
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 61 + 120 = 278 (100%)
R 97 of 278 ~ 34.89%
G 61 of 278 ~ 21.94%
B 120 of 278 ~ 43.17%

%34.89
%21.94
%43.17

CMYK RENK MODELİ

#613D78 rengi CMYK tonu (19,49,0,53).

  • camgöbeği tonu 19.17%
  • eflatun tonu 49.17%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(19,49,0,53)
C19M49Y0K53 
(19%,49%,0%,53%)
(0.19/0.49/0.00/0.53)	

CMYK yüzdeleri

%19.17
%49.17
%0
%52.94

Codes

Color #613D78 in popluar color models

613D78
RGB9761120
HSL277°32.60%35.49%
HSB/HSV277°49.17%47.06%
CMYK19.17%49.17%0.00%
52.94%

Color #613D78 in popluar number systems.

HEX613D78
Decimal9761120
Binary11000011111011111000
Octal14175170

Shades and tints

Shades of #613D78

#613D78
(97,61,120)
#59386E
(89,56,110)
#513364
(81,51,100)
#492E5A
(73,46,90)
#412950
(65,41,80)
#392446
(57,36,70)
#311F3C
(49,31,60)
#291A32
(41,26,50)
#211528
(33,21,40)
#19101E
(25,16,30)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #613D78

#613D78
(97,61,120)
#6F4E84
(111,78,132)
#7D5F90
(125,95,144)
#8B709C
(139,112,156)
#9981A8
(153,129,168)
#A792B4
(167,146,180)
#B5A3C0
(181,163,192)
#C3B4CC
(195,180,204)
#D1C5D8
(209,197,216)
#DFD6E4
(223,214,228)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613D78 color. Also use rgb(97,61,120) instead hex code.

Text Font Color

.myTextColor { color: #613D78; }

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

This text font color is #613D78.


Background Color

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

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

This div background color is #613D78.


Border color

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

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

This div border color is #613D78.


Opacity

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

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

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

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

This text has shadow with #613D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613D78 on black background.


Color preview on white background

This text has color #613D78 on white background.



Black color preview on #613D78 background

This text has black color on #613D78 background.


White color preview on #613D78 background

This text has white color on #613D78 background.