COLOR #631F84

HEX: #631F84
RGB: (99,31,132)

Color info

#631F84 contains mainly red and blue colors. Web safe color of #631F84 is #663399 (or #639).

RGB color model

#631F84 color RGB value is (99,31,132).

  • red value is 99;
  • green value is 31;
  • blue value is 132.
RGB:
(99,31,132)
(39%,12%,52%)

RGB channels and saturation

R 99 of 255 = 39%
G 31 of 255 = 12%
B 132 of 255 = 52%

99
31
132

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

Portions of RGB colors in percentages

R + G + B =
99 + 31 + 132 = 262 (100%)
R 99 of 262 ~ 37.79%
G 31 of 262 ~ 11.83%
B 132 of 262 ~ 50.38%

%37.79
%11.83
%50.38

CMYK color model

#631F84 color CMYK value is (25,77,0,48).

  • cyan value is 25.00%
  • magenta value is 76.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(25,77,0,48)
C25M77Y0K48 
(25%,77%,0%,48%)
(0.25/0.77/0.00/0.48)	

CMYK percentages

%25
%76.52
%0
%48.24

Codes

Color #631F84 in popluar color models

631F84
RGB9931132
HSL280°61.96%31.96%
HSB/HSV280°76.52%51.76%
CMYK25.00%76.52%0.00%
48.24%

Color #631F84 in popluar number systems.

HEX631F84
Decimal9931132
Binary11000111111110000100
Octal14337204

Shades and tints

Shades of #631F84

#631F84
(99,31,132)
#5A1D78
(90,29,120)
#511B6C
(81,27,108)
#481960
(72,25,96)
#3F1754
(63,23,84)
#361548
(54,21,72)
#2D133C
(45,19,60)
#241130
(36,17,48)
#1B0F24
(27,15,36)
#120D18
(18,13,24)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #631F84

#631F84
(99,31,132)
#71338F
(113,51,143)
#7F479A
(127,71,154)
#8D5BA5
(141,91,165)
#9B6FB0
(155,111,176)
#A983BB
(169,131,187)
#B797C6
(183,151,198)
#C5ABD1
(197,171,209)
#D3BFDC
(211,191,220)
#E1D3E7
(225,211,231)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631F84 color. Also use rgb(99,31,132) instead hex code.

Text Font Color

.myTextColor { color: #631F84; }

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

This text font color is #631F84.


Background Color

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

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

This div background color is #631F84.


Border color

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

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

This div border color is #631F84.


Opacity

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

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

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

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

This text has shadow with #631F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631F84 on black background.


Color preview on white background

This text has color #631F84 on white background.



Black color preview on #631F84 background

This text has black color on #631F84 background.


White color preview on #631F84 background

This text has white color on #631F84 background.