Html Css Color HEX #64475F Purple Taupe

📋 copy color: '#64475F'

red 100 ◦ green 71 ◦ blue 95

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

Shades of Purple Taupe #64475F

Tints of Purple Taupe #64475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 37.59%
G = 26.69%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64475F (or 0x64475F) is known color: Purple Taupe. HEX triplet: 64, 47 and 5F. RGB value is (100,71,95). Sum of RGB (Red+Green+Blue) = 100+71+95=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #64475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64475F is #9BB8A0. Grayscale: #525252. Windows color (decimal): -10205345 or 6244196. OLE color: 6244196.

HSL color Cylindrical-coordinate representation of color #64475F: hue angle of 310.34º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64475F is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 71 95 -
CMYK 0 0.29 0.05 0.61
HSL 310.34º 0.17% 0.34% -
HSV(B) 310.34º 0.29% 0.39% -
XYZ 9.57 8.04 11.87 -
YUV 82.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 100 71 95 0 0.29 0.05 0.61 310.34 0.17 0.34
Hex 64 47 5F 0 1D 5 3D 136 11 22
Octal 144 107 137 0 35 5 75 466 21 42
Binary 1100100 1000111 1011111 0 11101 101 111101 100110110 10001 100010

Color Harmonies of #64475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64475F

Black with #64475F

Text Example


Text Example

White with #64475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64475F; }

 p { color: rgb(100,71,95); }

 H1.HeaderClassName
 {
   color: #64475F;
 }
 .AnyTagClassName
 {
   color: #64475F;
 }
</style>

background-color css

<style>
 a { background-color: #64475F; }

 a { background-color: rgb(100,71,95); }

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

border-color css

<style>
 span { border-color: #64475F; }

 span { border-color: rgb(100,71,95); }

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