COLOR #613678

HEX: #613678
RGB: (97,54,120)

Color info

#613678 contains mainly red and blue colors. Web safe color of #613678 is #663366 (or #636).

RGB color model

#613678 color RGB value is (97,54,120).

  • red value is 97;
  • green value is 54;
  • blue value is 120.
RGB:
(97,54,120)
(38%,21%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 54 of 255 = 21%
B 120 of 255 = 47%

97
54
120

R + G + B ~ 35%. #613678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 120 = 271 (100%)
R 97 of 271 ~ 35.79%
G 54 of 271 ~ 19.93%
B 120 of 271 ~ 44.28%

%35.79
%19.93
%44.28

CMYK color model

#613678 color CMYK value is (19,55,0,53).

  • cyan value is 19.17%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(19,55,0,53)
C19M55Y0K53 
(19%,55%,0%,53%)
(0.19/0.55/0.00/0.53)	

CMYK percentages

%19.17
%55
%0
%52.94

Codes

Color #613678 in popluar color models

613678
RGB9754120
HSL279°37.93%34.12%
HSB/HSV279°55.00%47.06%
CMYK19.17%55.00%0.00%
52.94%

Color #613678 in popluar number systems.

HEX613678
Decimal9754120
Binary11000011101101111000
Octal14166170

Shades and tints

Shades of #613678

#613678
(97,54,120)
#59326E
(89,50,110)
#512E64
(81,46,100)
#492A5A
(73,42,90)
#412650
(65,38,80)
#392246
(57,34,70)
#311E3C
(49,30,60)
#291A32
(41,26,50)
#211628
(33,22,40)
#19121E
(25,18,30)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #613678

#613678
(97,54,120)
#6F4884
(111,72,132)
#7D5A90
(125,90,144)
#8B6C9C
(139,108,156)
#997EA8
(153,126,168)
#A790B4
(167,144,180)
#B5A2C0
(181,162,192)
#C3B4CC
(195,180,204)
#D1C6D8
(209,198,216)
#DFD8E4
(223,216,228)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613678; }

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

This text font color is #613678.


Background Color

.myBgColor { background-color: #613678; }

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

This div background color is #613678.


Border color

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

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

This div border color is #613678.


Opacity

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

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

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

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

This text has shadow with #613678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613678 on black background.


Color preview on white background

This text has color #613678 on white background.



Black color preview on #613678 background

This text has black color on #613678 background.


White color preview on #613678 background

This text has white color on #613678 background.