Html Css Color HEX #64405B Purple Taupe

📋 copy color: '#64405B'

red 100 ◦ green 64 ◦ blue 91

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

Shades of Purple Taupe #64405B

Tints of Purple Taupe #64405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 39.22%
G = 25.1%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64405B (or 0x64405B) is known color: Purple Taupe. HEX triplet: 64, 40 and 5B. RGB value is (100,64,91). Sum of RGB (Red+Green+Blue) = 100+64+91=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #64405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64405B is #9BBFA4. Grayscale: #4D4D4D. Windows color (decimal): -10207141 or 5980260. OLE color: 5980260.

HSL color Cylindrical-coordinate representation of color #64405B: hue angle of 315º 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 #64405B is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 91 -
CMYK 0 0.36 0.09 0.61
HSL 315º 0.22% 0.32% -
HSV(B) 315º 0.36% 0.39% -
XYZ 8.98 7.13 10.8 -
YUV 77.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 100 64 91 0 0.36 0.09 0.61 315 0.22 0.32
Hex 64 40 5B 0 24 9 3D 13B 16 20
Octal 144 100 133 0 44 11 75 473 26 40
Binary 1100100 1000000 1011011 0 100100 1001 111101 100111011 10110 100000

Color Harmonies of #64405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64405B

Black with #64405B

Text Example


Text Example

White with #64405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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