COLOR #61196D

HEX: #61196D
RGB: (97,25,109)

Color info

#61196D contains mainly red and blue colors. Web safe color of #61196D is #660066 (or #606).

RGB color model

#61196D color RGB value is (97,25,109).

  • red value is 97;
  • green value is 25;
  • blue value is 109.
RGB:
(97,25,109)
(38%,10%,43%)

RGB channels and saturation

R 97 of 255 = 38%
G 25 of 255 = 10%
B 109 of 255 = 43%

97
25
109

R + G + B ~ 30%. #61196D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 25 + 109 = 231 (100%)
R 97 of 231 ~ 41.99%
G 25 of 231 ~ 10.82%
B 109 of 231 ~ 47.19%

%41.99
%10.82
%47.19

CMYK color model

#61196D color CMYK value is (11,77,0,57).

  • cyan value is 11.01%
  • magenta value is 77.06%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(11,77,0,57)
C11M77Y0K57 
(11%,77%,0%,57%)
(0.11/0.77/0.00/0.57)	

CMYK percentages

%11.01
%77.06
%0
%57.25

Codes

Color #61196D in popluar color models

61196D
RGB9725109
HSL291°62.69%26.27%
HSB/HSV291°77.06%42.75%
CMYK11.01%77.06%0.00%
57.25%

Color #61196D in popluar number systems.

HEX61196D
Decimal9725109
Binary1100001110011101101
Octal14131155

Shades and tints

Shades of #61196D

#61196D
(97,25,109)
#591764
(89,23,100)
#51155B
(81,21,91)
#491352
(73,19,82)
#411149
(65,17,73)
#390F40
(57,15,64)
#310D37
(49,13,55)
#290B2E
(41,11,46)
#210925
(33,9,37)
#19071C
(25,7,28)
#110513
(17,5,19)
#000000
(0,0,0)

Tints of #61196D

#61196D
(97,25,109)
#6F2D7A
(111,45,122)
#7D4187
(125,65,135)
#8B5594
(139,85,148)
#9969A1
(153,105,161)
#A77DAE
(167,125,174)
#B591BB
(181,145,187)
#C3A5C8
(195,165,200)
#D1B9D5
(209,185,213)
#DFCDE2
(223,205,226)
#EDE1EF
(237,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61196D color. Also use rgb(97,25,109) instead hex code.

Text Font Color

.myTextColor { color: #61196D; }

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

This text font color is #61196D.


Background Color

.myBgColor { background-color: #61196D; }

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

This div background color is #61196D.


Border color

.myBorderColor { border: 1px solid #61196D; }

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

This div border color is #61196D.


Opacity

.myOpacity80 { color: #61196D; opacity: 0.8; }

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

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

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

This text has shadow with #61196D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61196D on black background.


Color preview on white background

This text has color #61196D on white background.



Black color preview on #61196D background

This text has black color on #61196D background.


White color preview on #61196D background

This text has white color on #61196D background.