COLOR #613172

HEX: #613172
RGB: (97,49,114)

Color info

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

RGB color model

#613172 color RGB value is (97,49,114).

  • red value is 97;
  • green value is 49;
  • blue value is 114.
RGB:
(97,49,114)
(38%,19%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 49 of 255 = 19%
B 114 of 255 = 45%

97
49
114

R + G + B ~ 34%. #613172 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 114 = 260 (100%)
R 97 of 260 ~ 37.31%
G 49 of 260 ~ 18.85%
B 114 of 260 ~ 43.85%

%37.31
%18.85
%43.85

CMYK color model

#613172 color CMYK value is (15,57,0,55).

  • cyan value is 14.91%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(15,57,0,55)
C15M57Y0K55 
(15%,57%,0%,55%)
(0.15/0.57/0.00/0.55)	

CMYK percentages

%14.91
%57.02
%0
%55.29

Codes

Color #613172 in popluar color models

613172
RGB9749114
HSL284°39.88%31.96%
HSB/HSV284°57.02%44.71%
CMYK14.91%57.02%0.00%
55.29%

Color #613172 in popluar number systems.

HEX613172
Decimal9749114
Binary11000011100011110010
Octal14161162

Shades and tints

Shades of #613172

#613172
(97,49,114)
#592D68
(89,45,104)
#51295E
(81,41,94)
#492554
(73,37,84)
#41214A
(65,33,74)
#391D40
(57,29,64)
#311936
(49,25,54)
#29152C
(41,21,44)
#211122
(33,17,34)
#190D18
(25,13,24)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #613172

#613172
(97,49,114)
#6F437E
(111,67,126)
#7D558A
(125,85,138)
#8B6796
(139,103,150)
#9979A2
(153,121,162)
#A78BAE
(167,139,174)
#B59DBA
(181,157,186)
#C3AFC6
(195,175,198)
#D1C1D2
(209,193,210)
#DFD3DE
(223,211,222)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613172 color. Also use rgb(97,49,114) instead hex code.

Text Font Color

.myTextColor { color: #613172; }

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

This text font color is #613172.


Background Color

.myBgColor { background-color: #613172; }

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

This div background color is #613172.


Border color

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

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

This div border color is #613172.


Opacity

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

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

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

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

This text has shadow with #613172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613172 on black background.


Color preview on white background

This text has color #613172 on white background.



Black color preview on #613172 background

This text has black color on #613172 background.


White color preview on #613172 background

This text has white color on #613172 background.