#642C5C

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

Shades of Palatinate Purple #642C5C

Tints of Palatinate Purple #642C5C

Color information

#642C5C (or 0x642C5C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 2C and 5C. RGB value is (100,44,92). Sum of RGB (Red+Green+Blue) = 100+44+92=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #642C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C5C is #9BD3A3. Grayscale: #424242. Windows color (decimal): -10212260 or 6040676. OLE color: 6040676.

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

Color convert

RGB1004492-
CMYK00.560.080.61
HSL308.57º38.89%28.24%-
HSV(B)308.57º56%39.22%-
XYZ8.095.2810.72-
YUV66.22142.55152.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=42.37%
G=18.64%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100449200.560.080.61308.5738.8928.24
Hex642C5C03883D135271c
Octal1445413407010754654734
Binary110010010110010111000111000100011110110011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,44,92); }

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

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

 a { background-color: rgb(100,44,92); }

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

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

 span { border-color: rgb(100,44,92); }

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