COLOR #612478

HEX: #612478
RGB: (97,36,120)

Color info

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

RGB color model

#612478 color RGB value is (97,36,120).

  • red value is 97;
  • green value is 36;
  • blue value is 120.
RGB:
(97,36,120)
(38%,14%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 36 of 255 = 14%
B 120 of 255 = 47%

97
36
120

R + G + B ~ 33%. #612478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 36 + 120 = 253 (100%)
R 97 of 253 ~ 38.34%
G 36 of 253 ~ 14.23%
B 120 of 253 ~ 47.43%

%38.34
%14.23
%47.43

CMYK color model

#612478 color CMYK value is (19,70,0,53).

  • cyan value is 19.17%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(19,70,0,53)
C19M70Y0K53 
(19%,70%,0%,53%)
(0.19/0.70/0.00/0.53)	

CMYK percentages

%19.17
%70
%0
%52.94

Codes

Color #612478 in popluar color models

612478
RGB9736120
HSL284°53.85%30.59%
HSB/HSV284°70.00%47.06%
CMYK19.17%70.00%0.00%
52.94%

Color #612478 in popluar number systems.

HEX612478
Decimal9736120
Binary11000011001001111000
Octal14144170

Shades and tints

Shades of #612478

#612478
(97,36,120)
#59216E
(89,33,110)
#511E64
(81,30,100)
#491B5A
(73,27,90)
#411850
(65,24,80)
#391546
(57,21,70)
#31123C
(49,18,60)
#290F32
(41,15,50)
#210C28
(33,12,40)
#19091E
(25,9,30)
#110614
(17,6,20)
#000000
(0,0,0)

Tints of #612478

#612478
(97,36,120)
#6F3784
(111,55,132)
#7D4A90
(125,74,144)
#8B5D9C
(139,93,156)
#9970A8
(153,112,168)
#A783B4
(167,131,180)
#B596C0
(181,150,192)
#C3A9CC
(195,169,204)
#D1BCD8
(209,188,216)
#DFCFE4
(223,207,228)
#EDE2F0
(237,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612478 color. Also use rgb(97,36,120) instead hex code.

Text Font Color

.myTextColor { color: #612478; }

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

This text font color is #612478.


Background Color

.myBgColor { background-color: #612478; }

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

This div background color is #612478.


Border color

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

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

This div border color is #612478.


Opacity

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

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

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

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

This text has shadow with #612478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612478 on black background.


Color preview on white background

This text has color #612478 on white background.



Black color preview on #612478 background

This text has black color on #612478 background.


White color preview on #612478 background

This text has white color on #612478 background.