COLOR #613179

HEX: #613179
RGB: (97,49,121)

Color info

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

RGB color model

#613179 color RGB value is (97,49,121).

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

RGB channels and saturation

R 97 of 255 = 38%
G 49 of 255 = 19%
B 121 of 255 = 47%

97
49
121

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

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 121 = 267 (100%)
R 97 of 267 ~ 36.33%
G 49 of 267 ~ 18.35%
B 121 of 267 ~ 45.32%

%36.33
%18.35
%45.32

CMYK color model

#613179 color CMYK value is (20,60,0,53).

  • cyan value is 19.83%
  • magenta value is 59.50%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(20,60,0,53)
C20M60Y0K53 
(20%,60%,0%,53%)
(0.20/0.60/0.00/0.53)	

CMYK percentages

%19.83
%59.5
%0
%52.55

Codes

Color #613179 in popluar color models

613179
RGB9749121
HSL280°42.35%33.33%
HSB/HSV280°59.50%47.45%
CMYK19.83%59.50%0.00%
52.55%

Color #613179 in popluar number systems.

HEX613179
Decimal9749121
Binary11000011100011111001
Octal14161171

Shades and tints

Shades of #613179

#613179
(97,49,121)
#592D6E
(89,45,110)
#512963
(81,41,99)
#492558
(73,37,88)
#41214D
(65,33,77)
#391D42
(57,29,66)
#311937
(49,25,55)
#29152C
(41,21,44)
#211121
(33,17,33)
#190D16
(25,13,22)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #613179

#613179
(97,49,121)
#6F4385
(111,67,133)
#7D5591
(125,85,145)
#8B679D
(139,103,157)
#9979A9
(153,121,169)
#A78BB5
(167,139,181)
#B59DC1
(181,157,193)
#C3AFCD
(195,175,205)
#D1C1D9
(209,193,217)
#DFD3E5
(223,211,229)
#EDE5F1
(237,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613179; }

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

This text font color is #613179.


Background Color

.myBgColor { background-color: #613179; }

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

This div background color is #613179.


Border color

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

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

This div border color is #613179.


Opacity

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

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

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

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

This text has shadow with #613179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613179 on black background.


Color preview on white background

This text has color #613179 on white background.



Black color preview on #613179 background

This text has black color on #613179 background.


White color preview on #613179 background

This text has white color on #613179 background.