COLOR #631E77

HEX: #631E77
RGB: (99,30,119)

Color info

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

RGB color model

#631E77 color RGB value is (99,30,119).

  • red value is 99;
  • green value is 30;
  • blue value is 119.
RGB:
(99,30,119)
(39%,12%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 30 of 255 = 12%
B 119 of 255 = 47%

99
30
119

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

Portions of RGB colors in percentages

R + G + B =
99 + 30 + 119 = 248 (100%)
R 99 of 248 ~ 39.92%
G 30 of 248 ~ 12.1%
B 119 of 248 ~ 47.98%

%39.92
%12.1
%47.98

CMYK color model

#631E77 color CMYK value is (17,75,0,53).

  • cyan value is 16.81%
  • magenta value is 74.79%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(17,75,0,53)
C17M75Y0K53 
(17%,75%,0%,53%)
(0.17/0.75/0.00/0.53)	

CMYK percentages

%16.81
%74.79
%0
%53.33

Codes

Color #631E77 in popluar color models

631E77
RGB9930119
HSL287°59.73%29.22%
HSB/HSV287°74.79%46.67%
CMYK16.81%74.79%0.00%
53.33%

Color #631E77 in popluar number systems.

HEX631E77
Decimal9930119
Binary1100011111101110111
Octal14336167

Shades and tints

Shades of #631E77

#631E77
(99,30,119)
#5A1C6D
(90,28,109)
#511A63
(81,26,99)
#481859
(72,24,89)
#3F164F
(63,22,79)
#361445
(54,20,69)
#2D123B
(45,18,59)
#241031
(36,16,49)
#1B0E27
(27,14,39)
#120C1D
(18,12,29)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #631E77

#631E77
(99,30,119)
#713283
(113,50,131)
#7F468F
(127,70,143)
#8D5A9B
(141,90,155)
#9B6EA7
(155,110,167)
#A982B3
(169,130,179)
#B796BF
(183,150,191)
#C5AACB
(197,170,203)
#D3BED7
(211,190,215)
#E1D2E3
(225,210,227)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631E77 color. Also use rgb(99,30,119) instead hex code.

Text Font Color

.myTextColor { color: #631E77; }

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

This text font color is #631E77.


Background Color

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

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

This div background color is #631E77.


Border color

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

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

This div border color is #631E77.


Opacity

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

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

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

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

This text has shadow with #631E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631E77 on black background.


Color preview on white background

This text has color #631E77 on white background.



Black color preview on #631E77 background

This text has black color on #631E77 background.


White color preview on #631E77 background

This text has white color on #631E77 background.