#631468

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

Shades of Palatinate Purple #631468

Tints of Palatinate Purple #631468

Color information

#631468 (or 0x631468) is unknown color: approx Palatinate Purple. HEX triplet: 63, 14 and 68. RGB value is (99,20,104). Sum of RGB (Red+Green+Blue) = 99+20+104=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #631468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631468 is #9CEB97. Grayscale: #343434. Windows color (decimal): -10283928 or 6820963. OLE color: 6820963.

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

Color convert

RGB9920104-
CMYK0.050.8100.59
HSL296.43º67.74%24.31%-
HSV(B)296.43º80.77%40.78%-
XYZ7.894.1513.48-
YUV53.2156.67160.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=44.39%
G=8.97%
B=46.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99201040.050.8100.59296.4367.7424.31
Hex63146855103B1284418
Octal14324150512107345010430
Binary110001110100110100010110100010111011100101000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631468; }

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

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

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

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

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

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

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

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