Html Css Color HEX #64425B Purple Taupe

📋 copy color: '#64425B'

red 100 ◦ green 66 ◦ blue 91

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

Shades of Purple Taupe #64425B

Tints of Purple Taupe #64425B

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 value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64425B (or 0x64425B) is known color: 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

RGB 100 66 91 -
CMYK 0 0.34 0.09 0.61
HSL 315.88º 0.2% 0.33% -
HSV(B) 315.88º 0.34% 0.39% -
XYZ 9.09 7.36 10.84 -
YUV 79.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 100 66 91 0 0.34 0.09 0.61 315.88 0.2 0.33
Hex 64 42 5B 0 22 9 3D 13C 14 21
Octal 144 102 133 0 42 11 75 474 24 41
Binary 1100100 1000010 1011011 0 100010 1001 111101 100111100 10100 100001

Color Harmonies of #64425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64425B

Black with #64425B

Text Example


Text Example

White with #64425B

Text Example


Text Example

HTML Codes & Css Web 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>