COLOR #613375

HEX: #613375
RGB: (97,51,117)

Color info

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

RGB color model

#613375 color RGB value is (97,51,117).

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

RGB channels and saturation

R 97 of 255 = 38%
G 51 of 255 = 20%
B 117 of 255 = 46%

97
51
117

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

Portions of RGB colors in percentages

R + G + B =
97 + 51 + 117 = 265 (100%)
R 97 of 265 ~ 36.6%
G 51 of 265 ~ 19.25%
B 117 of 265 ~ 44.15%

%36.6
%19.25
%44.15

CMYK color model

#613375 color CMYK value is (17,56,0,54).

  • cyan value is 17.09%
  • magenta value is 56.41%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(17,56,0,54)
C17M56Y0K54 
(17%,56%,0%,54%)
(0.17/0.56/0.00/0.54)	

CMYK percentages

%17.09
%56.41
%0
%54.12

Codes

Color #613375 in popluar color models

613375
RGB9751117
HSL282°39.29%32.94%
HSB/HSV282°56.41%45.88%
CMYK17.09%56.41%0.00%
54.12%

Color #613375 in popluar number systems.

HEX613375
Decimal9751117
Binary11000011100111110101
Octal14163165

Shades and tints

Shades of #613375

#613375
(97,51,117)
#592F6B
(89,47,107)
#512B61
(81,43,97)
#492757
(73,39,87)
#41234D
(65,35,77)
#391F43
(57,31,67)
#311B39
(49,27,57)
#29172F
(41,23,47)
#211325
(33,19,37)
#190F1B
(25,15,27)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #613375

#613375
(97,51,117)
#6F4581
(111,69,129)
#7D578D
(125,87,141)
#8B6999
(139,105,153)
#997BA5
(153,123,165)
#A78DB1
(167,141,177)
#B59FBD
(181,159,189)
#C3B1C9
(195,177,201)
#D1C3D5
(209,195,213)
#DFD5E1
(223,213,225)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613375; }

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

This text font color is #613375.


Background Color

.myBgColor { background-color: #613375; }

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

This div background color is #613375.


Border color

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

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

This div border color is #613375.


Opacity

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

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

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

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

This text has shadow with #613375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613375 on black background.


Color preview on white background

This text has color #613375 on white background.



Black color preview on #613375 background

This text has black color on #613375 background.


White color preview on #613375 background

This text has white color on #613375 background.