#631563

Color #631563 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #631563

Tints of Palatinate Purple #631563

Color information

#631563 (or 0x631563) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 63. RGB value is (99,21,99). Sum of RGB (Red+Green+Blue) = 99+21+99=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #631563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631563 is #9CEA9C. Grayscale: #343434. Windows color (decimal): -10283677 or 6493539. OLE color: 6493539.

HSL color Cylindrical-coordinate representation of color #631563: hue angle of 300º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631563 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB992199-
CMYK00.7900.61
HSL300º65%23.53%-
HSV(B)300º78.79%38.82%-
XYZ7.674.0912.19-
YUV53.21153.84160.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=45.21%
G=9.59%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99219900.7900.613006523.53
Hex63156304F03D12c4118
Octal14325143011707545410130
Binary1100011101011100011010011110111101100101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631563; }

 p { color: rgb(99,21,99); }

 H1.HeaderClassName
 {
   color: #631563;
 }
 .AnyTagClassName
 {
   color: #631563;
 }
</style>
background-color css

<style>
 a { background-color: #631563; }

 a { background-color: rgb(99,21,99); }

 div.DivClassName
 {
   background-color: #631563;
 }
 .BgClassName
 {
   background-color: #631563;
 }
</style>
border-color css

<style>
 span { border-color: #631563; }

 span { border-color: rgb(99,21,99); }

 td.TdClassName
 {
   border-color: #631563;
 }
 .TagClassName
 {
   border-color: #631563;
 }
</style>