COLOR #63337A

HEX: #63337A
RGB: (99,51,122)

Color info

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

RGB color model

#63337A color RGB value is (99,51,122).

  • red value is 99;
  • green value is 51;
  • blue value is 122.
RGB:
(99,51,122)
(39%,20%,48%)

RGB channels and saturation

R 99 of 255 = 39%
G 51 of 255 = 20%
B 122 of 255 = 48%

99
51
122

R + G + B ~ 36%. #63337A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 122 = 272 (100%)
R 99 of 272 ~ 36.4%
G 51 of 272 ~ 18.75%
B 122 of 272 ~ 44.85%

%36.4
%18.75
%44.85

CMYK color model

#63337A color CMYK value is (19,58,0,52).

  • cyan value is 18.85%
  • magenta value is 58.20%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(19,58,0,52)
C19M58Y0K52 
(19%,58%,0%,52%)
(0.19/0.58/0.00/0.52)	

CMYK percentages

%18.85
%58.2
%0
%52.16

Codes

Color #63337A in popluar color models

63337A
RGB9951122
HSL281°41.04%33.92%
HSB/HSV281°58.20%47.84%
CMYK18.85%58.20%0.00%
52.16%

Color #63337A in popluar number systems.

HEX63337A
Decimal9951122
Binary11000111100111111010
Octal14363172

Shades and tints

Shades of #63337A

#63337A
(99,51,122)
#5A2F6F
(90,47,111)
#512B64
(81,43,100)
#482759
(72,39,89)
#3F234E
(63,35,78)
#361F43
(54,31,67)
#2D1B38
(45,27,56)
#24172D
(36,23,45)
#1B1322
(27,19,34)
#120F17
(18,15,23)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #63337A

#63337A
(99,51,122)
#714586
(113,69,134)
#7F5792
(127,87,146)
#8D699E
(141,105,158)
#9B7BAA
(155,123,170)
#A98DB6
(169,141,182)
#B79FC2
(183,159,194)
#C5B1CE
(197,177,206)
#D3C3DA
(211,195,218)
#E1D5E6
(225,213,230)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63337A color. Also use rgb(99,51,122) instead hex code.

Text Font Color

.myTextColor { color: #63337A; }

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

This text font color is #63337A.


Background Color

.myBgColor { background-color: #63337A; }

<div style="background-color:#63337A">Inner text</div>

This div background color is #63337A.


Border color

.myBorderColor { border: 1px solid #63337A; }

<div style="border:3px solid #63337A">Div</div>

This div border color is #63337A.


Opacity

.myOpacity80 { color: #63337A; opacity: 0.8; }

<p style="color:#63337A;opacity:0.8;">80%</p>

Text with #63337A 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 #63337A;}

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

This text has shadow with #63337A color.

.textShadow {text-shadow: 3px 3px 1px #63337A, 3px 3px 1px red;}

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

This text has shadow with #63337A primary color and red secondary color.


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

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

This text has shadow with #63337A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63337A on black background.


Color preview on white background

This text has color #63337A on white background.



Black color preview on #63337A background

This text has black color on #63337A background.


White color preview on #63337A background

This text has white color on #63337A background.