#64425B

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

Shades of Purple Taupe #64425B

Tints of Purple Taupe #64425B

Color information

#64425B (or 0x64425B) is unknown color: approx Purple Taupe. HEX triplet: 64, 42 and 5B. RGB value is (100,66,91). Sum of RGB (Red+Green+Blue) = 100+66+91=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #64425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64425B is #9BBDA4. Grayscale: #4E4E4E. Windows color (decimal): -10206629 or 5980772. OLE color: 5980772.

HSL color Cylindrical-coordinate representation of color #64425B: hue angle of 315.88º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64425B is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1006691-
CMYK00.340.090.61
HSL315.88º20.48%32.55%-
HSV(B)315.88º34%39.22%-
XYZ9.097.3610.84-
YUV79.02134.76142.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=38.91%
G=25.68%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100669100.340.090.61315.8820.4832.55
Hex64425B02293D13c1421
Octal14410213304211754742441
Binary1100100100001010110110100010100111110110011110010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64425B; }

 p { color: rgb(100,66,91); }

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

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

 a { background-color: rgb(100,66,91); }

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

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

 span { border-color: rgb(100,66,91); }

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