COLOR #61347A

HEX: #61347A
RGB: (97,52,122)

Color info

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

RGB color model

#61347A color RGB value is (97,52,122).

  • red value is 97;
  • green value is 52;
  • blue value is 122.
RGB:
(97,52,122)
(38%,20%,48%)

RGB channels and saturation

R 97 of 255 = 38%
G 52 of 255 = 20%
B 122 of 255 = 48%

97
52
122

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

Portions of RGB colors in percentages

R + G + B =
97 + 52 + 122 = 271 (100%)
R 97 of 271 ~ 35.79%
G 52 of 271 ~ 19.19%
B 122 of 271 ~ 45.02%

%35.79
%19.19
%45.02

CMYK color model

#61347A color CMYK value is (20,57,0,52).

  • cyan value is 20.49%
  • magenta value is 57.38%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(20,57,0,52)
C20M57Y0K52 
(20%,57%,0%,52%)
(0.20/0.57/0.00/0.52)	

CMYK percentages

%20.49
%57.38
%0
%52.16

Codes

Color #61347A in popluar color models

61347A
RGB9752122
HSL279°40.23%34.12%
HSB/HSV279°57.38%47.84%
CMYK20.49%57.38%0.00%
52.16%

Color #61347A in popluar number systems.

HEX61347A
Decimal9752122
Binary11000011101001111010
Octal14164172

Shades and tints

Shades of #61347A

#61347A
(97,52,122)
#59306F
(89,48,111)
#512C64
(81,44,100)
#492859
(73,40,89)
#41244E
(65,36,78)
#392043
(57,32,67)
#311C38
(49,28,56)
#29182D
(41,24,45)
#211422
(33,20,34)
#191017
(25,16,23)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #61347A

#61347A
(97,52,122)
#6F4686
(111,70,134)
#7D5892
(125,88,146)
#8B6A9E
(139,106,158)
#997CAA
(153,124,170)
#A78EB6
(167,142,182)
#B5A0C2
(181,160,194)
#C3B2CE
(195,178,206)
#D1C4DA
(209,196,218)
#DFD6E6
(223,214,230)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61347A color. Also use rgb(97,52,122) instead hex code.

Text Font Color

.myTextColor { color: #61347A; }

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

This text font color is #61347A.


Background Color

.myBgColor { background-color: #61347A; }

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

This div background color is #61347A.


Border color

.myBorderColor { border: 1px solid #61347A; }

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

This div border color is #61347A.


Opacity

.myOpacity80 { color: #61347A; opacity: 0.8; }

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

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

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

This text has shadow with #61347A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61347A on black background.


Color preview on white background

This text has color #61347A on white background.



Black color preview on #61347A background

This text has black color on #61347A background.


White color preview on #61347A background

This text has white color on #61347A background.