COLOR #613F79

HEX: #613F79
RGB: (97,63,121)

Color info

#613F79 contains red, green and blue colors in about the same proportion. Web safe color of #613F79 is #663366 (or #636).

RGB color model

#613F79 color RGB value is (97,63,121).

  • red value is 97;
  • green value is 63;
  • blue value is 121.
RGB:
(97,63,121)
(38%,25%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 63 of 255 = 25%
B 121 of 255 = 47%

97
63
121

R + G + B ~ 37%. #613F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 63 + 121 = 281 (100%)
R 97 of 281 ~ 34.52%
G 63 of 281 ~ 22.42%
B 121 of 281 ~ 43.06%

%34.52
%22.42
%43.06

CMYK color model

#613F79 color CMYK value is (20,48,0,53).

  • cyan value is 19.83%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(20,48,0,53)
C20M48Y0K53 
(20%,48%,0%,53%)
(0.20/0.48/0.00/0.53)	

CMYK percentages

%19.83
%47.93
%0
%52.55

Codes

Color #613F79 in popluar color models

613F79
RGB9763121
HSL275°31.52%36.08%
HSB/HSV275°47.93%47.45%
CMYK19.83%47.93%0.00%
52.55%

Color #613F79 in popluar number systems.

HEX613F79
Decimal9763121
Binary11000011111111111001
Octal14177171

Shades and tints

Shades of #613F79

#613F79
(97,63,121)
#593A6E
(89,58,110)
#513563
(81,53,99)
#493058
(73,48,88)
#412B4D
(65,43,77)
#392642
(57,38,66)
#312137
(49,33,55)
#291C2C
(41,28,44)
#211721
(33,23,33)
#191216
(25,18,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #613F79

#613F79
(97,63,121)
#6F5085
(111,80,133)
#7D6191
(125,97,145)
#8B729D
(139,114,157)
#9983A9
(153,131,169)
#A794B5
(167,148,181)
#B5A5C1
(181,165,193)
#C3B6CD
(195,182,205)
#D1C7D9
(209,199,217)
#DFD8E5
(223,216,229)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613F79 color. Also use rgb(97,63,121) instead hex code.

Text Font Color

.myTextColor { color: #613F79; }

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

This text font color is #613F79.


Background Color

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

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

This div background color is #613F79.


Border color

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

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

This div border color is #613F79.


Opacity

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

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

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

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

This text has shadow with #613F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613F79 on black background.


Color preview on white background

This text has color #613F79 on white background.



Black color preview on #613F79 background

This text has black color on #613F79 background.


White color preview on #613F79 background

This text has white color on #613F79 background.