#631364

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

Shades of Palatinate Purple #631364

Tints of Palatinate Purple #631364

Color information

#631364 (or 0x631364) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 64. RGB value is (99,19,100). Sum of RGB (Red+Green+Blue) = 99+19+100=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #631364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631364 is #9CEC9B. Grayscale: #333333. Windows color (decimal): -10284188 or 6558563. OLE color: 6558563.

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

Color convert

RGB9919100-
CMYK0.010.8100.61
HSL299.26º68.07%23.33%-
HSV(B)299.26º81%39.22%-
XYZ7.684.0412.43-
YUV52.15155161.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=45.41%
G=8.72%
B=45.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99191000.010.8100.61299.2668.0723.33
Hex63136415103D12b4417
Octal14323144112107545310427
Binary1100011100111100100110100010111101100101011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631364; }

 p { color: rgb(99,19,100); }

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

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

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

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

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

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

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