#64415A

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

Shades of Purple Taupe #64415A

Tints of Purple Taupe #64415A

Color information

#64415A (or 0x64415A) is unknown color: approx Purple Taupe. HEX triplet: 64, 41 and 5A. RGB value is (100,65,90). Sum of RGB (Red+Green+Blue) = 100+65+90=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #64415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64415A is #9BBEA5. Grayscale: #4E4E4E. Windows color (decimal): -10206886 or 5914980. OLE color: 5914980.

HSL color Cylindrical-coordinate representation of color #64415A: hue angle of 317.14º 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 #64415A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1006590-
CMYK00.350.100.61
HSL317.14º21.21%32.35%-
HSV(B)317.14º35%39.22%-
XYZ8.997.2310.59-
YUV78.32134.6143.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=39.22%
G=25.49%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100659000.350.100.61317.1421.2132.35
Hex64415A023A3D13d1520
Octal14410113204312754752540
Binary1100100100000110110100100011101011110110011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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