#631168

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

Shades of Palatinate Purple #631168

Tints of Palatinate Purple #631168

Color information

#631168 (or 0x631168) is unknown color: approx Palatinate Purple. HEX triplet: 63, 11 and 68. RGB value is (99,17,104). Sum of RGB (Red+Green+Blue) = 99+17+104=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #631168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631168 is #9CEE97. Grayscale: #333333. Windows color (decimal): -10284696 or 6820195. OLE color: 6820195.

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

Color convert

RGB9917104-
CMYK0.050.8400.59
HSL296.55º71.9%23.73%-
HSV(B)296.55º83.65%40.78%-
XYZ7.844.0513.47-
YUV51.44157.67161.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=45%
G=7.73%
B=47.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99171040.050.8400.59296.5571.923.73
Hex63116855403B1294818
Octal14321150512407345111030
Binary110001110001110100010110101000111011100101001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631168; }

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

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

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

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

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

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

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

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