COLOR #612E7A

HEX: #612E7A
RGB: (97,46,122)

Color info

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

RGB color model

#612E7A color RGB value is (97,46,122).

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

RGB channels and saturation

R 97 of 255 = 38%
G 46 of 255 = 18%
B 122 of 255 = 48%

97
46
122

R + G + B ~ 35%. #612E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 46 + 122 = 265 (100%)
R 97 of 265 ~ 36.6%
G 46 of 265 ~ 17.36%
B 122 of 265 ~ 46.04%

%36.6
%17.36
%46.04

CMYK color model

#612E7A color CMYK value is (20,62,0,52).

  • cyan value is 20.49%
  • magenta value is 62.30%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(20,62,0,52)
C20M62Y0K52 
(20%,62%,0%,52%)
(0.20/0.62/0.00/0.52)	

CMYK percentages

%20.49
%62.3
%0
%52.16

Codes

Color #612E7A in popluar color models

612E7A
RGB9746122
HSL280°45.24%32.94%
HSB/HSV280°62.30%47.84%
CMYK20.49%62.30%0.00%
52.16%

Color #612E7A in popluar number systems.

HEX612E7A
Decimal9746122
Binary11000011011101111010
Octal14156172

Shades and tints

Shades of #612E7A

#612E7A
(97,46,122)
#592A6F
(89,42,111)
#512664
(81,38,100)
#492259
(73,34,89)
#411E4E
(65,30,78)
#391A43
(57,26,67)
#311638
(49,22,56)
#29122D
(41,18,45)
#210E22
(33,14,34)
#190A17
(25,10,23)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #612E7A

#612E7A
(97,46,122)
#6F4186
(111,65,134)
#7D5492
(125,84,146)
#8B679E
(139,103,158)
#997AAA
(153,122,170)
#A78DB6
(167,141,182)
#B5A0C2
(181,160,194)
#C3B3CE
(195,179,206)
#D1C6DA
(209,198,218)
#DFD9E6
(223,217,230)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612E7A color. Also use rgb(97,46,122) instead hex code.

Text Font Color

.myTextColor { color: #612E7A; }

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

This text font color is #612E7A.


Background Color

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

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

This div background color is #612E7A.


Border color

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

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

This div border color is #612E7A.


Opacity

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

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

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

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

This text has shadow with #612E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612E7A on black background.


Color preview on white background

This text has color #612E7A on white background.



Black color preview on #612E7A background

This text has black color on #612E7A background.


White color preview on #612E7A background

This text has white color on #612E7A background.