COLOR #613B8B

HEX: #613B8B
RGB: (97,59,139)

Color info

#613B8B contains mainly red and blue colors. Web safe color of #613B8B is #663399 (or #639).

RGB color model

#613B8B color RGB value is (97,59,139).

  • red value is 97;
  • green value is 59;
  • blue value is 139.
RGB:
(97,59,139)
(38%,23%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 59 of 255 = 23%
B 139 of 255 = 55%

97
59
139

R + G + B ~ 39%. #613B8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 59 + 139 = 295 (100%)
R 97 of 295 ~ 32.88%
G 59 of 295 ~ 20%
B 139 of 295 ~ 47.12%

%32.88
%20
%47.12

CMYK color model

#613B8B color CMYK value is (30,58,0,45).

  • cyan value is 30.22%
  • magenta value is 57.55%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(30,58,0,45)
C30M58Y0K45 
(30%,58%,0%,45%)
(0.30/0.58/0.00/0.45)	

CMYK percentages

%30.22
%57.55
%0
%45.49

Codes

Color #613B8B in popluar color models

613B8B
RGB9759139
HSL269°40.40%38.82%
HSB/HSV269°57.55%54.51%
CMYK30.22%57.55%0.00%
45.49%

Color #613B8B in popluar number systems.

HEX613B8B
Decimal9759139
Binary110000111101110001011
Octal14173213

Shades and tints

Shades of #613B8B

#613B8B
(97,59,139)
#59367F
(89,54,127)
#513173
(81,49,115)
#492C67
(73,44,103)
#41275B
(65,39,91)
#39224F
(57,34,79)
#311D43
(49,29,67)
#291837
(41,24,55)
#21132B
(33,19,43)
#190E1F
(25,14,31)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #613B8B

#613B8B
(97,59,139)
#6F4C95
(111,76,149)
#7D5D9F
(125,93,159)
#8B6EA9
(139,110,169)
#997FB3
(153,127,179)
#A790BD
(167,144,189)
#B5A1C7
(181,161,199)
#C3B2D1
(195,178,209)
#D1C3DB
(209,195,219)
#DFD4E5
(223,212,229)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613B8B color. Also use rgb(97,59,139) instead hex code.

Text Font Color

.myTextColor { color: #613B8B; }

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

This text font color is #613B8B.


Background Color

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

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

This div background color is #613B8B.


Border color

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

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

This div border color is #613B8B.


Opacity

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

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

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

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

This text has shadow with #613B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613B8B on black background.


Color preview on white background

This text has color #613B8B on white background.



Black color preview on #613B8B background

This text has black color on #613B8B background.


White color preview on #613B8B background

This text has white color on #613B8B background.