COLOR #631A74

HEX: #631A74
RGB: (99,26,116)

Color info

#631A74 contains mainly red and blue colors. Web safe color of #631A74 is #660066 (or #606).

RGB color model

#631A74 color RGB value is (99,26,116).

  • red value is 99;
  • green value is 26;
  • blue value is 116.
RGB:
(99,26,116)
(39%,10%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 26 of 255 = 10%
B 116 of 255 = 45%

99
26
116

R + G + B ~ 31%. #631A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 26 + 116 = 241 (100%)
R 99 of 241 ~ 41.08%
G 26 of 241 ~ 10.79%
B 116 of 241 ~ 48.13%

%41.08
%10.79
%48.13

CMYK color model

#631A74 color CMYK value is (15,78,0,55).

  • cyan value is 14.66%
  • magenta value is 77.59%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(15,78,0,55)
C15M78Y0K55 
(15%,78%,0%,55%)
(0.15/0.78/0.00/0.55)	

CMYK percentages

%14.66
%77.59
%0
%54.51

Codes

Color #631A74 in popluar color models

631A74
RGB9926116
HSL289°63.38%27.84%
HSB/HSV289°77.59%45.49%
CMYK14.66%77.59%0.00%
54.51%

Color #631A74 in popluar number systems.

HEX631A74
Decimal9926116
Binary1100011110101110100
Octal14332164

Shades and tints

Shades of #631A74

#631A74
(99,26,116)
#5A186A
(90,24,106)
#511660
(81,22,96)
#481456
(72,20,86)
#3F124C
(63,18,76)
#361042
(54,16,66)
#2D0E38
(45,14,56)
#240C2E
(36,12,46)
#1B0A24
(27,10,36)
#12081A
(18,8,26)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #631A74

#631A74
(99,26,116)
#712E80
(113,46,128)
#7F428C
(127,66,140)
#8D5698
(141,86,152)
#9B6AA4
(155,106,164)
#A97EB0
(169,126,176)
#B792BC
(183,146,188)
#C5A6C8
(197,166,200)
#D3BAD4
(211,186,212)
#E1CEE0
(225,206,224)
#EFE2EC
(239,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631A74 color. Also use rgb(99,26,116) instead hex code.

Text Font Color

.myTextColor { color: #631A74; }

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

This text font color is #631A74.


Background Color

.myBgColor { background-color: #631A74; }

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

This div background color is #631A74.


Border color

.myBorderColor { border: 1px solid #631A74; }

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

This div border color is #631A74.


Opacity

.myOpacity80 { color: #631A74; opacity: 0.8; }

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

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

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

This text has shadow with #631A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631A74 on black background.


Color preview on white background

This text has color #631A74 on white background.



Black color preview on #631A74 background

This text has black color on #631A74 background.


White color preview on #631A74 background

This text has white color on #631A74 background.