#64415C

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

Shades of Purple Taupe #64415C

Tints of Purple Taupe #64415C

Color information

#64415C (or 0x64415C) is unknown color: approx Purple Taupe. HEX triplet: 64, 41 and 5C. RGB value is (100,65,92). Sum of RGB (Red+Green+Blue) = 100+65+92=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #64415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64415C is #9BBEA3. Grayscale: #4E4E4E. Windows color (decimal): -10206884 or 6046052. OLE color: 6046052.

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

Color convert

RGB1006592-
CMYK00.350.080.61
HSL313.71º21.21%32.35%-
HSV(B)313.71º35%39.22%-
XYZ9.087.2611.05-
YUV78.54135.6143.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=38.91%
G=25.29%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100659200.350.080.61313.7121.2132.35
Hex64415C02383D13a1520
Octal14410113404310754722540
Binary1100100100000110111000100011100011110110011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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