COLOR #63116A

HEX: #63116A
RGB: (99,17,106)

Color info

#63116A contains mainly red and blue colors. Web safe color of #63116A is #660066 (or #606).

RGB color model

#63116A color RGB value is (99,17,106).

  • red value is 99;
  • green value is 17;
  • blue value is 106.
RGB:
(99,17,106)
(39%,7%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 17 of 255 = 7%
B 106 of 255 = 42%

99
17
106

R + G + B ~ 29%. #63116A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 17 + 106 = 222 (100%)
R 99 of 222 ~ 44.59%
G 17 of 222 ~ 7.66%
B 106 of 222 ~ 47.75%

%44.59
%47.75

CMYK color model

#63116A color CMYK value is (7,84,0,58).

  • cyan value is 6.60%
  • magenta value is 83.96%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(7,84,0,58)
C7M84Y0K58 
(7%,84%,0%,58%)
(0.07/0.84/0.00/0.58)	

CMYK percentages

%6.6
%83.96
%0
%58.43

Codes

Color #63116A in popluar color models

63116A
RGB9917106
HSL295°72.36%24.12%
HSB/HSV295°83.96%41.57%
CMYK6.60%83.96%0.00%
58.43%

Color #63116A in popluar number systems.

HEX63116A
Decimal9917106
Binary1100011100011101010
Octal14321152

Shades and tints

Shades of #63116A

#63116A
(99,17,106)
#5A1061
(90,16,97)
#510F58
(81,15,88)
#480E4F
(72,14,79)
#3F0D46
(63,13,70)
#360C3D
(54,12,61)
#2D0B34
(45,11,52)
#240A2B
(36,10,43)
#1B0922
(27,9,34)
#120819
(18,8,25)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #63116A

#63116A
(99,17,106)
#712677
(113,38,119)
#7F3B84
(127,59,132)
#8D5091
(141,80,145)
#9B659E
(155,101,158)
#A97AAB
(169,122,171)
#B78FB8
(183,143,184)
#C5A4C5
(197,164,197)
#D3B9D2
(211,185,210)
#E1CEDF
(225,206,223)
#EFE3EC
(239,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63116A color. Also use rgb(99,17,106) instead hex code.

Text Font Color

.myTextColor { color: #63116A; }

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

This text font color is #63116A.


Background Color

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

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

This div background color is #63116A.


Border color

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

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

This div border color is #63116A.


Opacity

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

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

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

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

This text has shadow with #63116A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63116A on black background.


Color preview on white background

This text has color #63116A on white background.



Black color preview on #63116A background

This text has black color on #63116A background.


White color preview on #63116A background

This text has white color on #63116A background.