COLOR #613790

HEX: #613790
RGB: (97,55,144)

Color info

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

RGB color model

#613790 color RGB value is (97,55,144).

  • red value is 97;
  • green value is 55;
  • blue value is 144.
RGB:
(97,55,144)
(38%,22%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 55 of 255 = 22%
B 144 of 255 = 56%

97
55
144

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

Portions of RGB colors in percentages

R + G + B =
97 + 55 + 144 = 296 (100%)
R 97 of 296 ~ 32.77%
G 55 of 296 ~ 18.58%
B 144 of 296 ~ 48.65%

%32.77
%18.58
%48.65

CMYK color model

#613790 color CMYK value is (33,62,0,44).

  • cyan value is 32.64%
  • magenta value is 61.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(33,62,0,44)
C33M62Y0K44 
(33%,62%,0%,44%)
(0.33/0.62/0.00/0.44)	

CMYK percentages

%32.64
%61.81
%0
%43.53

Codes

Color #613790 in popluar color models

613790
RGB9755144
HSL268°44.72%39.02%
HSB/HSV268°61.81%56.47%
CMYK32.64%61.81%0.00%
43.53%

Color #613790 in popluar number systems.

HEX613790
Decimal9755144
Binary110000111011110010000
Octal14167220

Shades and tints

Shades of #613790

#613790
(97,55,144)
#593283
(89,50,131)
#512D76
(81,45,118)
#492869
(73,40,105)
#41235C
(65,35,92)
#391E4F
(57,30,79)
#311942
(49,25,66)
#291435
(41,20,53)
#210F28
(33,15,40)
#190A1B
(25,10,27)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #613790

#613790
(97,55,144)
#6F499A
(111,73,154)
#7D5BA4
(125,91,164)
#8B6DAE
(139,109,174)
#997FB8
(153,127,184)
#A791C2
(167,145,194)
#B5A3CC
(181,163,204)
#C3B5D6
(195,181,214)
#D1C7E0
(209,199,224)
#DFD9EA
(223,217,234)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613790 color. Also use rgb(97,55,144) instead hex code.

Text Font Color

.myTextColor { color: #613790; }

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

This text font color is #613790.


Background Color

.myBgColor { background-color: #613790; }

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

This div background color is #613790.


Border color

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

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

This div border color is #613790.


Opacity

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

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

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

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

This text has shadow with #613790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613790 on black background.


Color preview on white background

This text has color #613790 on white background.



Black color preview on #613790 background

This text has black color on #613790 background.


White color preview on #613790 background

This text has white color on #613790 background.