COLOR #612A7D

HEX: #612A7D RGB: (97,42,125)

Color info

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

RGB color model

#612A7D color RGB value is (97,42,125).

RGB: (97,42,125) (38%, 16%, 49%)

RGB channels and saturation

R 97 of 255 = 38%
G 42 of 255 = 16%
B 125 of 255 = 49%

97
42
125

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

Portions of RGB colors in percentages

R + G + B = 97 + 42 + 125 = 264 (100%)
R 97 of 264 ~ 36.74%
G 42 of 264 ~ 15.91%
B 125 of 264 ~ 47.35'%

%36.74
%15.91
%47.35

CMYK color model

#612A7D color CMYK value is (22,66,0,51).

  • cyan value is 22.40%
  • magenta value is 66.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (22,66,0,51)
C22M66Y0K51 (22%, 66%, 0%, 51%)
(0.22 / 0.66 / 0.00 / 0.51)

CMYK percentages

%22.4
%66.4
%0
%50.98

Codes

Color #612A7D in popluar color models

61 2A 7D
RGB 97 42 125
HSL 280° 49.70% 32.75%
HSB/HSV 280° 66.40% 49.02%
CMYK 22.40% 66.40% 0.00%
50.98%

Color #612A7D in popluar number systems.

HEX 61 2A 7D
Decimal 97 42 125
Binary 1100001 101010 1111101
Octal 141 52 175

Shades and tints

Shades of #612A7D

#612A7D
(97,42,125)
#592772
(89,39,114)
#512467
(81,36,103)
#49215C
(73,33,92)
#411E51
(65,30,81)
#391B46
(57,27,70)
#31183B
(49,24,59)
#291530
(41,21,48)
#211225
(33,18,37)
#190F1A
(25,15,26)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #612A7D

#612A7D
(97,42,125)
#6F3D88
(111,61,136)
#7D5093
(125,80,147)
#8B639E
(139,99,158)
#9976A9
(153,118,169)
#A789B4
(167,137,180)
#B59CBF
(181,156,191)
#C3AFCA
(195,175,202)
#D1C2D5
(209,194,213)
#DFD5E0
(223,213,224)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612A7D color. Also use rgb(97,42,125) instead hex code.

Text Font Color

.myTextColor { color: #612A7D; }

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

This text font color is #612A7D.

Background Color

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

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

This div background color is #612A7D.

Border color

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

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

This div border color is #612A7D.

Opacity

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

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

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

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

This text has shadow with #612A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #612A7D.

Preview

Color preview on black background

This text has color #612A7D on black background.


Color preview on white background

This text has color #612A7D on white background.


Black color preview on #612A7D background

This text has black color on #612A7D background.


White color preview on #612A7D background

This text has white color on #612A7D background.


Related colors

Complementary color

Complementary color for #hex is #9ED582.


I love getcolorcode.com

Triadic colors

1 #7D612A and #2A7D61 with #612A7D are triadic colors.

2 #7D2A61 and #2A617D with #612A7D are triadic colors.