COLOR #61417C

HEX: #61417C
RGB: (97,65,124)

Color info

#61417C contains red, green and blue colors in about the same proportion. Web safe color of #61417C is #663366 (or #636).

RGB color model

#61417C color RGB value is (97,65,124).

  • red value is 97;
  • green value is 65;
  • blue value is 124.
RGB:
(97,65,124)
(38%,25%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 124 of 255 = 49%

97
65
124

R + G + B ~ 37%. #61417C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 124 = 286 (100%)
R 97 of 286 ~ 33.92%
G 65 of 286 ~ 22.73%
B 124 of 286 ~ 43.36%

%33.92
%22.73
%43.36

CMYK color model

#61417C color CMYK value is (22,48,0,51).

  • cyan value is 21.77%
  • magenta value is 47.58%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(22,48,0,51)
C22M48Y0K51 
(22%,48%,0%,51%)
(0.22/0.48/0.00/0.51)	

CMYK percentages

%21.77
%47.58
%0
%51.37

Codes

Color #61417C in popluar color models

61417C
RGB9765124
HSL273°31.22%37.06%
HSB/HSV273°47.58%48.63%
CMYK21.77%47.58%0.00%
51.37%

Color #61417C in popluar number systems.

HEX61417C
Decimal9765124
Binary110000110000011111100
Octal141101174

Shades and tints

Shades of #61417C

#61417C
(97,65,124)
#593C71
(89,60,113)
#513766
(81,55,102)
#49325B
(73,50,91)
#412D50
(65,45,80)
#392845
(57,40,69)
#31233A
(49,35,58)
#291E2F
(41,30,47)
#211924
(33,25,36)
#191419
(25,20,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #61417C

#61417C
(97,65,124)
#6F5287
(111,82,135)
#7D6392
(125,99,146)
#8B749D
(139,116,157)
#9985A8
(153,133,168)
#A796B3
(167,150,179)
#B5A7BE
(181,167,190)
#C3B8C9
(195,184,201)
#D1C9D4
(209,201,212)
#DFDADF
(223,218,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61417C color. Also use rgb(97,65,124) instead hex code.

Text Font Color

.myTextColor { color: #61417C; }

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

This text font color is #61417C.


Background Color

.myBgColor { background-color: #61417C; }

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

This div background color is #61417C.


Border color

.myBorderColor { border: 1px solid #61417C; }

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

This div border color is #61417C.


Opacity

.myOpacity80 { color: #61417C; opacity: 0.8; }

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

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

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

This text has shadow with #61417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61417C on black background.


Color preview on white background

This text has color #61417C on white background.



Black color preview on #61417C background

This text has black color on #61417C background.


White color preview on #61417C background

This text has white color on #61417C background.