COLOR #612780

HEX: #612780
RGB: (97,39,128)

Color info

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

RGB color model

#612780 color RGB value is (97,39,128).

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

RGB channels and saturation

R 97 of 255 = 38%
G 39 of 255 = 15%
B 128 of 255 = 50%

97
39
128

R + G + B ~ 34%. #612780 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 39 + 128 = 264 (100%)
R 97 of 264 ~ 36.74%
G 39 of 264 ~ 14.77%
B 128 of 264 ~ 48.48%

%36.74
%14.77
%48.48

CMYK color model

#612780 color CMYK value is (24,70,0,50).

  • cyan value is 24.22%
  • magenta value is 69.53%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(24,70,0,50)
C24M70Y0K50 
(24%,70%,0%,50%)
(0.24/0.70/0.00/0.50)	

CMYK percentages

%24.22
%69.53
%0
%49.8

Codes

Color #612780 in popluar color models

612780
RGB9739128
HSL279°53.29%32.75%
HSB/HSV279°69.53%50.20%
CMYK24.22%69.53%0.00%
49.80%

Color #612780 in popluar number systems.

HEX612780
Decimal9739128
Binary110000110011110000000
Octal14147200

Shades and tints

Shades of #612780

#612780
(97,39,128)
#592475
(89,36,117)
#51216A
(81,33,106)
#491E5F
(73,30,95)
#411B54
(65,27,84)
#391849
(57,24,73)
#31153E
(49,21,62)
#291233
(41,18,51)
#210F28
(33,15,40)
#190C1D
(25,12,29)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #612780

#612780
(97,39,128)
#6F3A8B
(111,58,139)
#7D4D96
(125,77,150)
#8B60A1
(139,96,161)
#9973AC
(153,115,172)
#A786B7
(167,134,183)
#B599C2
(181,153,194)
#C3ACCD
(195,172,205)
#D1BFD8
(209,191,216)
#DFD2E3
(223,210,227)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612780; }

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

This text font color is #612780.


Background Color

.myBgColor { background-color: #612780; }

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

This div background color is #612780.


Border color

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

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

This div border color is #612780.


Opacity

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

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

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

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

This text has shadow with #612780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612780 on black background.


Color preview on white background

This text has color #612780 on white background.



Black color preview on #612780 background

This text has black color on #612780 background.


White color preview on #612780 background

This text has white color on #612780 background.