COLOR #63198A

HEX: #63198A
RGB: (99,25,138)

Color info

#63198A contains mainly red and blue colors. Web safe color of #63198A is #660099 (or #609).

RGB color model

#63198A color RGB value is (99,25,138).

  • red value is 99;
  • green value is 25;
  • blue value is 138.
RGB:
(99,25,138)
(39%,10%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 25 of 255 = 10%
B 138 of 255 = 54%

99
25
138

R + G + B ~ 34%. #63198A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 25 + 138 = 262 (100%)
R 99 of 262 ~ 37.79%
G 25 of 262 ~ 9.54%
B 138 of 262 ~ 52.67%

%37.79
%9.54
%52.67

CMYK color model

#63198A color CMYK value is (28,82,0,46).

  • cyan value is 28.26%
  • magenta value is 81.88%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(28,82,0,46)
C28M82Y0K46 
(28%,82%,0%,46%)
(0.28/0.82/0.00/0.46)	

CMYK percentages

%28.26
%81.88
%0
%45.88

Codes

Color #63198A in popluar color models

63198A
RGB9925138
HSL279°69.33%31.96%
HSB/HSV279°81.88%54.12%
CMYK28.26%81.88%0.00%
45.88%

Color #63198A in popluar number systems.

HEX63198A
Decimal9925138
Binary11000111100110001010
Octal14331212

Shades and tints

Shades of #63198A

#63198A
(99,25,138)
#5A177E
(90,23,126)
#511572
(81,21,114)
#481366
(72,19,102)
#3F115A
(63,17,90)
#360F4E
(54,15,78)
#2D0D42
(45,13,66)
#240B36
(36,11,54)
#1B092A
(27,9,42)
#12071E
(18,7,30)
#090512
(9,5,18)
#000000
(0,0,0)

Tints of #63198A

#63198A
(99,25,138)
#712D94
(113,45,148)
#7F419E
(127,65,158)
#8D55A8
(141,85,168)
#9B69B2
(155,105,178)
#A97DBC
(169,125,188)
#B791C6
(183,145,198)
#C5A5D0
(197,165,208)
#D3B9DA
(211,185,218)
#E1CDE4
(225,205,228)
#EFE1EE
(239,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63198A color. Also use rgb(99,25,138) instead hex code.

Text Font Color

.myTextColor { color: #63198A; }

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

This text font color is #63198A.


Background Color

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

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

This div background color is #63198A.


Border color

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

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

This div border color is #63198A.


Opacity

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

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

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

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

This text has shadow with #63198A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63198A on black background.


Color preview on white background

This text has color #63198A on white background.



Black color preview on #63198A background

This text has black color on #63198A background.


White color preview on #63198A background

This text has white color on #63198A background.