COLOR #612B87

HEX: #612B87
RGB: (97,43,135)

Color info

#612B87 contains mainly red and blue colors. Web safe color of #612B87 is #663399 (or #639).

RGB color model

#612B87 color RGB value is (97,43,135).

  • red value is 97;
  • green value is 43;
  • blue value is 135.
RGB:
(97,43,135)
(38%,17%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 43 of 255 = 17%
B 135 of 255 = 53%

97
43
135

R + G + B ~ 36%. #612B87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 43 + 135 = 275 (100%)
R 97 of 275 ~ 35.27%
G 43 of 275 ~ 15.64%
B 135 of 275 ~ 49.09%

%35.27
%15.64
%49.09

CMYK color model

#612B87 color CMYK value is (28,68,0,47).

  • cyan value is 28.15%
  • magenta value is 68.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(28,68,0,47)
C28M68Y0K47 
(28%,68%,0%,47%)
(0.28/0.68/0.00/0.47)	

CMYK percentages

%28.15
%68.15
%0
%47.06

Codes

Color #612B87 in popluar color models

612B87
RGB9743135
HSL275°51.69%34.90%
HSB/HSV275°68.15%52.94%
CMYK28.15%68.15%0.00%
47.06%

Color #612B87 in popluar number systems.

HEX612B87
Decimal9743135
Binary110000110101110000111
Octal14153207

Shades and tints

Shades of #612B87

#612B87
(97,43,135)
#59287B
(89,40,123)
#51256F
(81,37,111)
#492263
(73,34,99)
#411F57
(65,31,87)
#391C4B
(57,28,75)
#31193F
(49,25,63)
#291633
(41,22,51)
#211327
(33,19,39)
#19101B
(25,16,27)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #612B87

#612B87
(97,43,135)
#6F3E91
(111,62,145)
#7D519B
(125,81,155)
#8B64A5
(139,100,165)
#9977AF
(153,119,175)
#A78AB9
(167,138,185)
#B59DC3
(181,157,195)
#C3B0CD
(195,176,205)
#D1C3D7
(209,195,215)
#DFD6E1
(223,214,225)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612B87 color. Also use rgb(97,43,135) instead hex code.

Text Font Color

.myTextColor { color: #612B87; }

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

This text font color is #612B87.


Background Color

.myBgColor { background-color: #612B87; }

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

This div background color is #612B87.


Border color

.myBorderColor { border: 1px solid #612B87; }

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

This div border color is #612B87.


Opacity

.myOpacity80 { color: #612B87; opacity: 0.8; }

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

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

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

This text has shadow with #612B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612B87 on black background.


Color preview on white background

This text has color #612B87 on white background.



Black color preview on #612B87 background

This text has black color on #612B87 background.


White color preview on #612B87 background

This text has white color on #612B87 background.