#643255

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

Shades of Palatinate Purple #643255

Tints of Palatinate Purple #643255

Color information

#643255 (or 0x643255) is unknown color: approx Palatinate Purple. HEX triplet: 64, 32 and 55. RGB value is (100,50,85). Sum of RGB (Red+Green+Blue) = 100+50+85=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #643255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643255 is #9BCDAA. Grayscale: #444444. Windows color (decimal): -10210731 or 5583460. OLE color: 5583460.

HSL color Cylindrical-coordinate representation of color #643255: hue angle of 318º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643255 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB1005085-
CMYK00.500.150.61
HSL318º33.33%29.41%-
HSV(B)318º50%39.22%-
XYZ8.045.659.26-
YUV68.94137.06150.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=42.55%
G=21.28%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100508500.500.150.6131833.3329.41
Hex643255032F3D13e211d
Octal1446212506217754764135
Binary110010011001010101010110010111111110110011111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643255; }

 p { color: rgb(100,50,85); }

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

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

 a { background-color: rgb(100,50,85); }

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

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

 span { border-color: rgb(100,50,85); }

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