COLOR #632A7D

HEX: #632A7D
RGB: (99,42,125)

Color info

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

RGB color model

#632A7D color RGB value is (99,42,125).

  • red value is 99;
  • green value is 42;
  • blue value is 125.
RGB:
(99,42,125)
(39%,16%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 42 of 255 = 16%
B 125 of 255 = 49%

99
42
125

R + G + B ~ 35%. #632A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 42 + 125 = 266 (100%)
R 99 of 266 ~ 37.22%
G 42 of 266 ~ 15.79%
B 125 of 266 ~ 46.99%

%37.22
%15.79
%46.99

CMYK color model

#632A7D color CMYK value is (21,66,0,51).

  • cyan value is 20.80%
  • magenta value is 66.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(21,66,0,51)
C21M66Y0K51 
(21%,66%,0%,51%)
(0.21/0.66/0.00/0.51)	

CMYK percentages

%20.8
%66.4
%0
%50.98

Codes

Color #632A7D in popluar color models

632A7D
RGB9942125
HSL281°49.70%32.75%
HSB/HSV281°66.40%49.02%
CMYK20.80%66.40%0.00%
50.98%

Color #632A7D in popluar number systems.

HEX632A7D
Decimal9942125
Binary11000111010101111101
Octal14352175

Shades and tints

Shades of #632A7D

#632A7D
(99,42,125)
#5A2772
(90,39,114)
#512467
(81,36,103)
#48215C
(72,33,92)
#3F1E51
(63,30,81)
#361B46
(54,27,70)
#2D183B
(45,24,59)
#241530
(36,21,48)
#1B1225
(27,18,37)
#120F1A
(18,15,26)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #632A7D

#632A7D
(99,42,125)
#713D88
(113,61,136)
#7F5093
(127,80,147)
#8D639E
(141,99,158)
#9B76A9
(155,118,169)
#A989B4
(169,137,180)
#B79CBF
(183,156,191)
#C5AFCA
(197,175,202)
#D3C2D5
(211,194,213)
#E1D5E0
(225,213,224)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #632A7D color. Also use rgb(99,42,125) instead hex code.

Text Font Color

.myTextColor { color: #632A7D; }

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

This text font color is #632A7D.


Background Color

.myBgColor { background-color: #632A7D; }

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

This div background color is #632A7D.


Border color

.myBorderColor { border: 1px solid #632A7D; }

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

This div border color is #632A7D.


Opacity

.myOpacity80 { color: #632A7D; opacity: 0.8; }

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

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

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

This text has shadow with #632A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #632A7D on black background.


Color preview on white background

This text has color #632A7D on white background.



Black color preview on #632A7D background

This text has black color on #632A7D background.


White color preview on #632A7D background

This text has white color on #632A7D background.