COLOR #613C81

HEX: #613C81
RGB: (97,60,129)

Color info

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

RGB color model

#613C81 color RGB value is (97,60,129).

  • red value is 97;
  • green value is 60;
  • blue value is 129.
RGB:
(97,60,129)
(38%,24%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 60 of 255 = 24%
B 129 of 255 = 51%

97
60
129

R + G + B ~ 38%. #613C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 60 + 129 = 286 (100%)
R 97 of 286 ~ 33.92%
G 60 of 286 ~ 20.98%
B 129 of 286 ~ 45.1%

%33.92
%20.98
%45.1

CMYK color model

#613C81 color CMYK value is (25,53,0,49).

  • cyan value is 24.81%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(25,53,0,49)
C25M53Y0K49 
(25%,53%,0%,49%)
(0.25/0.53/0.00/0.49)	

CMYK percentages

%24.81
%53.49
%0
%49.41

Codes

Color #613C81 in popluar color models

613C81
RGB9760129
HSL272°36.51%37.06%
HSB/HSV272°53.49%50.59%
CMYK24.81%53.49%0.00%
49.41%

Color #613C81 in popluar number systems.

HEX613C81
Decimal9760129
Binary110000111110010000001
Octal14174201

Shades and tints

Shades of #613C81

#613C81
(97,60,129)
#593776
(89,55,118)
#51326B
(81,50,107)
#492D60
(73,45,96)
#412855
(65,40,85)
#39234A
(57,35,74)
#311E3F
(49,30,63)
#291934
(41,25,52)
#211429
(33,20,41)
#190F1E
(25,15,30)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #613C81

#613C81
(97,60,129)
#6F4D8C
(111,77,140)
#7D5E97
(125,94,151)
#8B6FA2
(139,111,162)
#9980AD
(153,128,173)
#A791B8
(167,145,184)
#B5A2C3
(181,162,195)
#C3B3CE
(195,179,206)
#D1C4D9
(209,196,217)
#DFD5E4
(223,213,228)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613C81 color. Also use rgb(97,60,129) instead hex code.

Text Font Color

.myTextColor { color: #613C81; }

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

This text font color is #613C81.


Background Color

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

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

This div background color is #613C81.


Border color

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

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

This div border color is #613C81.


Opacity

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

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

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

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

This text has shadow with #613C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613C81 on black background.


Color preview on white background

This text has color #613C81 on white background.



Black color preview on #613C81 background

This text has black color on #613C81 background.


White color preview on #613C81 background

This text has white color on #613C81 background.