COLOR #631F7E

HEX: #631F7E RGB: (99,31,126)

Color info

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

RGB color model

#631F7E color RGB value is (99,31,126).

RGB: (99,31,126) (39%, 12%, 49%)

RGB channels and saturation

R 99 of 255 = 39%
G 31 of 255 = 12%
B 126 of 255 = 49%

99
31
126

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

Portions of RGB colors in percentages

R + G + B = 99 + 31 + 126 = 256 (100%)
R 99 of 256 ~ 38.67%
G 31 of 256 ~ 12.11%
B 126 of 256 ~ 49.22'%

%38.67
%12.11
%49.22

CMYK color model

#631F7E color CMYK value is (21,75,0,51).

  • cyan value is 21.43%
  • magenta value is 75.40%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (21,75,0,51)
C21M75Y0K51 (21%, 75%, 0%, 51%)
(0.21 / 0.75 / 0.00 / 0.51)

CMYK percentages

%21.43
%75.4
%0
%50.59

Codes

Color #631F7E in popluar color models

63 1F 7E
RGB 99 31 126
HSL 283° 60.51% 30.78%
HSB/HSV 283° 75.40% 49.41%
CMYK 21.43% 75.40% 0.00%
50.59%

Color #631F7E in popluar number systems.

HEX 63 1F 7E
Decimal 99 31 126
Binary 1100011 11111 1111110
Octal 143 37 176

Shades and tints

Shades of #631F7E

#631F7E
(99,31,126)
#5A1D73
(90,29,115)
#511B68
(81,27,104)
#48195D
(72,25,93)
#3F1752
(63,23,82)
#361547
(54,21,71)
#2D133C
(45,19,60)
#241131
(36,17,49)
#1B0F26
(27,15,38)
#120D1B
(18,13,27)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #631F7E

#631F7E
(99,31,126)
#713389
(113,51,137)
#7F4794
(127,71,148)
#8D5B9F
(141,91,159)
#9B6FAA
(155,111,170)
#A983B5
(169,131,181)
#B797C0
(183,151,192)
#C5ABCB
(197,171,203)
#D3BFD6
(211,191,214)
#E1D3E1
(225,211,225)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #631F7E; }

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

This text font color is #631F7E.

Background Color

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

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

This div background color is #631F7E.

Border color

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

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

This div border color is #631F7E.

Opacity

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

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

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

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

This text has shadow with #631F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #631F7E.

Preview

Color preview on black background

This text has color #631F7E on black background.


Color preview on white background

This text has color #631F7E on white background.


Black color preview on #631F7E background

This text has black color on #631F7E background.


White color preview on #631F7E background

This text has white color on #631F7E background.


Related colors

Complementary color

Complementary color for #hex is #9CE081.


I love getcolorcode.com

Triadic colors

1 #7E631F and #1F7E63 with #631F7E are triadic colors.

2 #7E1F63 and #1F637E with #631F7E are triadic colors.