#64455C

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

Shades of Purple Taupe #64455C

Tints of Purple Taupe #64455C

Color information

#64455C (or 0x64455C) is unknown color: approx Purple Taupe. HEX triplet: 64, 45 and 5C. RGB value is (100,69,92). Sum of RGB (Red+Green+Blue) = 100+69+92=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64455C is #9BBAA3. Grayscale: #505050. Windows color (decimal): -10205860 or 6047076. OLE color: 6047076.

HSL color Cylindrical-coordinate representation of color #64455C: hue angle of 315.48º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64455C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1006992-
CMYK00.310.080.61
HSL315.48º18.34%33.14%-
HSV(B)315.48º31%39.22%-
XYZ9.327.7411.13-
YUV80.89134.27141.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=38.31%
G=26.44%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100699200.310.080.61315.4818.3433.14
Hex64455C01F83D13b1221
Octal14410513403710754732241
Binary110010010001011011100011111100011110110011101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64455C; }

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

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

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

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

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

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

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

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