Html Css Color HEX #64405C Purple Taupe

📋 copy color: '#64405C'

red 100 ◦ green 64 ◦ blue 92

#64405C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #64405C

Tints of Purple Taupe #64405C

RGB

 RED value IS 100 (39.45% from 255) = 39.06%

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 39.06%
G = 25%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64405C (or 0x64405C) is known color: Purple Taupe. HEX triplet: 64, 40 and 5C. RGB value is (100,64,92). Sum of RGB (Red+Green+Blue) = 100+64+92=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #64405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64405C is #9BBFA3. Grayscale: #4D4D4D. Windows color (decimal): -10207140 or 6045796. OLE color: 6045796.

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

Color convert

RGB 100 64 92 -
CMYK 0 0.36 0.08 0.61
HSL 313.33º 0.22% 0.32% -
HSV(B) 313.33º 0.36% 0.39% -
XYZ 9.02 7.15 11.03 -
YUV 77.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 100 64 92 0 0.36 0.08 0.61 313.33 0.22 0.32
Hex 64 40 5C 0 24 8 3D 139 16 20
Octal 144 100 134 0 44 10 75 471 26 40
Binary 1100100 1000000 1011100 0 100100 1000 111101 100111001 10110 100000

Color Harmonies of #64405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64405C

Black with #64405C

Text Example


Text Example

White with #64405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64405C;
 }
 .AnyTagClassName
 {
   color: #64405C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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