#642D56

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

Shades of Palatinate Purple #642D56

Tints of Palatinate Purple #642D56

Color information

#642D56 (or 0x642D56) is unknown color: approx Palatinate Purple. HEX triplet: 64, 2D and 56. RGB value is (100,45,86). Sum of RGB (Red+Green+Blue) = 100+45+86=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #642D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642D56 is #9BD2A9. Grayscale: #424242. Windows color (decimal): -10212010 or 5647716. OLE color: 5647716.

HSL color Cylindrical-coordinate representation of color #642D56: hue angle of 315.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D56 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1004586-
CMYK00.550.140.61
HSL315.27º37.93%28.43%-
HSV(B)315.27º55%39.22%-
XYZ7.875.269.4-
YUV66.12139.22152.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=43.29%
G=19.48%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100458600.550.140.61315.2737.9328.43
Hex642D56037E3D13b261c
Octal1445512606716754734634
Binary110010010110110101100110111111011110110011101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642D56; }

 p { color: rgb(100,45,86); }

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

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

 a { background-color: rgb(100,45,86); }

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

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

 span { border-color: rgb(100,45,86); }

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