COLOR #612096

HEX: #612096
RGB: (97,32,150)

Color info

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

RGB color model

#612096 color RGB value is (97,32,150).

  • red value is 97;
  • green value is 32;
  • blue value is 150.
RGB:
(97,32,150)
(38%,13%,59%)

RGB channels and saturation

R 97 of 255 = 38%
G 32 of 255 = 13%
B 150 of 255 = 59%

97
32
150

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

Portions of RGB colors in percentages

R + G + B =
97 + 32 + 150 = 279 (100%)
R 97 of 279 ~ 34.77%
G 32 of 279 ~ 11.47%
B 150 of 279 ~ 53.76%

%34.77
%11.47
%53.76

CMYK color model

#612096 color CMYK value is (35,79,0,41).

  • cyan value is 35.33%
  • magenta value is 78.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(35,79,0,41)
C35M79Y0K41 
(35%,79%,0%,41%)
(0.35/0.79/0.00/0.41)	

CMYK percentages

%35.33
%78.67
%0
%41.18

Codes

Color #612096 in popluar color models

612096
RGB9732150
HSL273°64.84%35.69%
HSB/HSV273°78.67%58.82%
CMYK35.33%78.67%0.00%
41.18%

Color #612096 in popluar number systems.

HEX612096
Decimal9732150
Binary110000110000010010110
Octal14140226

Shades and tints

Shades of #612096

#612096
(97,32,150)
#591E89
(89,30,137)
#511C7C
(81,28,124)
#491A6F
(73,26,111)
#411862
(65,24,98)
#391655
(57,22,85)
#311448
(49,20,72)
#29123B
(41,18,59)
#21102E
(33,16,46)
#190E21
(25,14,33)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #612096

#612096
(97,32,150)
#6F349F
(111,52,159)
#7D48A8
(125,72,168)
#8B5CB1
(139,92,177)
#9970BA
(153,112,186)
#A784C3
(167,132,195)
#B598CC
(181,152,204)
#C3ACD5
(195,172,213)
#D1C0DE
(209,192,222)
#DFD4E7
(223,212,231)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612096 color. Also use rgb(97,32,150) instead hex code.

Text Font Color

.myTextColor { color: #612096; }

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

This text font color is #612096.


Background Color

.myBgColor { background-color: #612096; }

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

This div background color is #612096.


Border color

.myBorderColor { border: 1px solid #612096; }

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

This div border color is #612096.


Opacity

.myOpacity80 { color: #612096; opacity: 0.8; }

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

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

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

This text has shadow with #612096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612096 on black background.


Color preview on white background

This text has color #612096 on white background.



Black color preview on #612096 background

This text has black color on #612096 background.


White color preview on #612096 background

This text has white color on #612096 background.