#643163

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

Shades of Palatinate Purple #643163

Tints of Palatinate Purple #643163

Color information

#643163 (or 0x643163) is unknown color: approx Palatinate Purple. HEX triplet: 64, 31 and 63. RGB value is (100,49,99). Sum of RGB (Red+Green+Blue) = 100+49+99=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #643163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643163 is #9BCE9C. Grayscale: #454545. Windows color (decimal): -10210973 or 6500708. OLE color: 6500708.

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

Color convert

RGB1004999-
CMYK00.510.010.61
HSL301.18º34.23%29.22%-
HSV(B)301.18º51%39.22%-
XYZ8.615.8112.47-
YUV69.95144.4149.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 49 (19.53% from 255) = 19.76%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=40.32%
G=19.76%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100499900.510.010.61301.1834.2329.22
Hex64316303313D12d221d
Octal144611430631754554235
Binary110010011000111000110110011111110110010110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643163; }

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

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

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

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

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

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

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

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