#631063

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

Shades of Palatinate Purple #631063

Tints of Palatinate Purple #631063

Color information

#631063 (or 0x631063) is unknown color: approx Palatinate Purple. HEX triplet: 63, 10 and 63. RGB value is (99,16,99). Sum of RGB (Red+Green+Blue) = 99+16+99=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #631063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631063 is #9CEF9C. Grayscale: #323232. Windows color (decimal): -10284957 or 6492259. OLE color: 6492259.

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

Color convert

RGB991699-
CMYK00.8400.61
HSL300º72.17%22.55%-
HSV(B)300º83.84%38.82%-
XYZ7.583.9212.16-
YUV50.28155.5162.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=46.26%
G=7.48%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99169900.8400.6130072.1722.55
Hex63106305403D12c4817
Octal14320143012407545411027
Binary1100011100001100011010101000111101100101100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631063; }

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

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

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

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

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

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

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

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