COLOR #613575

HEX: #613575
RGB: (97,53,117)

Color info

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

RGB color model

#613575 color RGB value is (97,53,117).

  • red value is 97;
  • green value is 53;
  • blue value is 117.
RGB:
(97,53,117)
(38%,21%,46%)

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 117 of 255 = 46%

97
53
117

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

Portions of RGB colors in percentages

R + G + B =
97 + 53 + 117 = 267 (100%)
R 97 of 267 ~ 36.33%
G 53 of 267 ~ 19.85%
B 117 of 267 ~ 43.82%

%36.33
%19.85
%43.82

CMYK color model

#613575 color CMYK value is (17,55,0,54).

  • cyan value is 17.09%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(17,55,0,54)
C17M55Y0K54 
(17%,55%,0%,54%)
(0.17/0.55/0.00/0.54)	

CMYK percentages

%17.09
%54.7
%0
%54.12

Codes

Color #613575 in popluar color models

613575
RGB9753117
HSL281°37.65%33.33%
HSB/HSV281°54.70%45.88%
CMYK17.09%54.70%0.00%
54.12%

Color #613575 in popluar number systems.

HEX613575
Decimal9753117
Binary11000011101011110101
Octal14165165

Shades and tints

Shades of #613575

#613575
(97,53,117)
#59316B
(89,49,107)
#512D61
(81,45,97)
#492957
(73,41,87)
#41254D
(65,37,77)
#392143
(57,33,67)
#311D39
(49,29,57)
#29192F
(41,25,47)
#211525
(33,21,37)
#19111B
(25,17,27)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #613575

#613575
(97,53,117)
#6F4781
(111,71,129)
#7D598D
(125,89,141)
#8B6B99
(139,107,153)
#997DA5
(153,125,165)
#A78FB1
(167,143,177)
#B5A1BD
(181,161,189)
#C3B3C9
(195,179,201)
#D1C5D5
(209,197,213)
#DFD7E1
(223,215,225)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613575 color. Also use rgb(97,53,117) instead hex code.

Text Font Color

.myTextColor { color: #613575; }

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

This text font color is #613575.


Background Color

.myBgColor { background-color: #613575; }

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

This div background color is #613575.


Border color

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

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

This div border color is #613575.


Opacity

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

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

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

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

This text has shadow with #613575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613575 on black background.


Color preview on white background

This text has color #613575 on white background.



Black color preview on #613575 background

This text has black color on #613575 background.


White color preview on #613575 background

This text has white color on #613575 background.