HEX: #63329D
RGB: (99,50,157)
#63329D contains mainly red and blue colors. Web safe color of #63329D is #663399 (or #639).
#63329D color RGB value is (99,50,157).
RGB: (99,50,157)
(39%, 20%, 62%)
R 99 of 255 = 39%
G 50 of 255 = 20%
B 157 of 255 = 62%
R + G + B ~ 40%. #63329D is middle color (not dark and not light).
R + G + B = 99 + 50 + 157 = 306 (100%)
R 99 of 306 ~ 32.35%
G 50 of 306 ~ 16.34%
B 157 of 306 ~ 51.31'%
#63329D color CMYK value is (37,68,0,38).
CMYK: (37,68,0,38)
C37M68Y0K38 (37%, 68%, 0%, 38%)
(0.37 / 0.68 / 0.00 / 0.38)
Color #63329D in popluar color models
63 | 32 | 9D | |
---|---|---|---|
RGB | 99 | 50 | 157 |
HSL | 267° | 51.69% | 40.59% |
HSB/HSV | 267° | 68.15% | 61.57% |
CMYK | 36.94% | 68.15% | 0.00% |
38.43% |
Color #63329D in popluar number systems.
HEX | 63 | 32 | 9D |
Decimal | 99 | 50 | 157 |
Binary | 1100011 | 110010 | 10011101 |
Octal | 143 | 62 | 235 |
Shades of #63329D
Tints of #63329D
Examples of css and html codes for elements with #63329D color. Also use rgb(99,50,157) instead hex code.
.myTextColor { color: #63329D; }
<p style="color:#63329D">This sample text font color is #63329D.</p>
This text font color is #63329D.
.myBgColor { background-color: #63329D; }
<div style="background-color:#63329D">Inner text</div>
This div background color is #63329D.
.myBorderColor { border: 1px solid #63329D; }
<div style="border:3px solid #63329D">Div</div>
This div border color is #63329D.
.myOpacity80 { color: #63329D; opacity: 0.8; }
<p style="color:#63329D;opacity:0.8;">80%</p>
Text with #63329D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63329D;}
<p style="text-shadow: 3px 3px 1px #63329D">Text here.</p>
This text has shadow with #63329D color.
.textShadow {text-shadow: 3px 3px 1px #63329D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63329D, 5px 5px 20px red">Text here.</p>
This text has shadow with #63329D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63329D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63329D, Direction=45, Strength=4)">Text</p>
This text has shadow with #63329D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63329D;
-webkit-box-shadow: 1px 1px 3px 2px #63329D;
box-shadow: 1px 1px 3px 2px #63329D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63329D; -webkit-box-shadow: 1px 1px 3px 2px #63329D; box-shadow:1px 1px 3px 2px #63329D;">
Div content here
</div>
This text has color #63329D on black background.
This text has color #63329D on white background.
This text has black color on #63329D background.
This text has white color on #63329D background.
Complementary color for #hex is #9CCD62.