COLOR #612797

HEX: #612797
RGB: (97,39,151)

Color info

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

RGB color model

#612797 color RGB value is (97,39,151).

  • red value is 97;
  • green value is 39;
  • blue value is 151.
RGB:
(97,39,151)
(38%,15%,59%)

RGB channels and saturation

R 97 of 255 = 38%
G 39 of 255 = 15%
B 151 of 255 = 59%

97
39
151

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

Portions of RGB colors in percentages

R + G + B =
97 + 39 + 151 = 287 (100%)
R 97 of 287 ~ 33.8%
G 39 of 287 ~ 13.59%
B 151 of 287 ~ 52.61%

%33.8
%13.59
%52.61

CMYK color model

#612797 color CMYK value is (36,74,0,41).

  • cyan value is 35.76%
  • magenta value is 74.17%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(36,74,0,41)
C36M74Y0K41 
(36%,74%,0%,41%)
(0.36/0.74/0.00/0.41)	

CMYK percentages

%35.76
%74.17
%0
%40.78

Codes

Color #612797 in popluar color models

612797
RGB9739151
HSL271°58.95%37.25%
HSB/HSV271°74.17%59.22%
CMYK35.76%74.17%0.00%
40.78%

Color #612797 in popluar number systems.

HEX612797
Decimal9739151
Binary110000110011110010111
Octal14147227

Shades and tints

Shades of #612797

#612797
(97,39,151)
#59248A
(89,36,138)
#51217D
(81,33,125)
#491E70
(73,30,112)
#411B63
(65,27,99)
#391856
(57,24,86)
#311549
(49,21,73)
#29123C
(41,18,60)
#210F2F
(33,15,47)
#190C22
(25,12,34)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #612797

#612797
(97,39,151)
#6F3AA0
(111,58,160)
#7D4DA9
(125,77,169)
#8B60B2
(139,96,178)
#9973BB
(153,115,187)
#A786C4
(167,134,196)
#B599CD
(181,153,205)
#C3ACD6
(195,172,214)
#D1BFDF
(209,191,223)
#DFD2E8
(223,210,232)
#EDE5F1
(237,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612797 color. Also use rgb(97,39,151) instead hex code.

Text Font Color

.myTextColor { color: #612797; }

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

This text font color is #612797.


Background Color

.myBgColor { background-color: #612797; }

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

This div background color is #612797.


Border color

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

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

This div border color is #612797.


Opacity

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

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

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

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

This text has shadow with #612797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612797 on black background.


Color preview on white background

This text has color #612797 on white background.



Black color preview on #612797 background

This text has black color on #612797 background.


White color preview on #612797 background

This text has white color on #612797 background.