COLOR #611B73

HEX: #611B73
RGB: (97,27,115)

Color info

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

RGB color model

#611B73 color RGB value is (97,27,115).

  • red value is 97;
  • green value is 27;
  • blue value is 115.
RGB:
(97,27,115)
(38%,11%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 27 of 255 = 11%
B 115 of 255 = 45%

97
27
115

R + G + B ~ 31%. #611B73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 27 + 115 = 239 (100%)
R 97 of 239 ~ 40.59%
G 27 of 239 ~ 11.3%
B 115 of 239 ~ 48.12%

%40.59
%11.3
%48.12

CMYK color model

#611B73 color CMYK value is (16,77,0,55).

  • cyan value is 15.65%
  • magenta value is 76.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(16,77,0,55)
C16M77Y0K55 
(16%,77%,0%,55%)
(0.16/0.77/0.00/0.55)	

CMYK percentages

%15.65
%76.52
%0
%54.9

Codes

Color #611B73 in popluar color models

611B73
RGB9727115
HSL288°61.97%27.84%
HSB/HSV288°76.52%45.10%
CMYK15.65%76.52%0.00%
54.90%

Color #611B73 in popluar number systems.

HEX611B73
Decimal9727115
Binary1100001110111110011
Octal14133163

Shades and tints

Shades of #611B73

#611B73
(97,27,115)
#591969
(89,25,105)
#51175F
(81,23,95)
#491555
(73,21,85)
#41134B
(65,19,75)
#391141
(57,17,65)
#310F37
(49,15,55)
#290D2D
(41,13,45)
#210B23
(33,11,35)
#190919
(25,9,25)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #611B73

#611B73
(97,27,115)
#6F2F7F
(111,47,127)
#7D438B
(125,67,139)
#8B5797
(139,87,151)
#996BA3
(153,107,163)
#A77FAF
(167,127,175)
#B593BB
(181,147,187)
#C3A7C7
(195,167,199)
#D1BBD3
(209,187,211)
#DFCFDF
(223,207,223)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #611B73 color. Also use rgb(97,27,115) instead hex code.

Text Font Color

.myTextColor { color: #611B73; }

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

This text font color is #611B73.


Background Color

.myBgColor { background-color: #611B73; }

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

This div background color is #611B73.


Border color

.myBorderColor { border: 1px solid #611B73; }

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

This div border color is #611B73.


Opacity

.myOpacity80 { color: #611B73; opacity: 0.8; }

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

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

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

This text has shadow with #611B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611B73 on black background.


Color preview on white background

This text has color #611B73 on white background.



Black color preview on #611B73 background

This text has black color on #611B73 background.


White color preview on #611B73 background

This text has white color on #611B73 background.