#631668

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

Shades of Palatinate Purple #631668

Tints of Palatinate Purple #631668

Color information

#631668 (or 0x631668) is unknown color: approx Palatinate Purple. HEX triplet: 63, 16 and 68. RGB value is (99,22,104). Sum of RGB (Red+Green+Blue) = 99+22+104=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #631668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631668 is #9CE997. Grayscale: #363636. Windows color (decimal): -10283416 or 6821475. OLE color: 6821475.

HSL color Cylindrical-coordinate representation of color #631668: hue angle of 296.34º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631668 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9922104-
CMYK0.050.7900.59
HSL296.34º65.08%24.71%-
HSV(B)296.34º78.85%40.78%-
XYZ7.934.2313.49-
YUV54.37156.01159.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=44%
G=9.78%
B=46.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99221040.050.7900.59296.3465.0824.71
Hex63166854F03B1284119
Octal14326150511707345010131
Binary110001110110110100010110011110111011100101000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631668; }

 p { color: rgb(99,22,104); }

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

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

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

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

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

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

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