Html Css Color HEX #64465F Purple Taupe

📋 copy color: '#64465F'

red 100 ◦ green 70 ◦ blue 95

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

Shades of Purple Taupe #64465F

Tints of Purple Taupe #64465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 37.74%
G = 26.42%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64465F (or 0x64465F) is known color: Purple Taupe. HEX triplet: 64, 46 and 5F. RGB value is (100,70,95). Sum of RGB (Red+Green+Blue) = 100+70+95=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #64465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64465F is #9BB9A0. Grayscale: #515151. Windows color (decimal): -10205601 or 6243940. OLE color: 6243940.

HSL color Cylindrical-coordinate representation of color #64465F: hue angle of 310º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64465F is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 70 95 -
CMYK 0 0.30 0.05 0.61
HSL 310º 0.18% 0.33% -
HSV(B) 310º 0.3% 0.39% -
XYZ 9.51 7.92 11.85 -
YUV 81.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 100 70 95 0 0.30 0.05 0.61 310 0.18 0.33
Hex 64 46 5F 0 1E 5 3D 136 12 21
Octal 144 106 137 0 36 5 75 466 22 41
Binary 1100100 1000110 1011111 0 11110 101 111101 100110110 10010 100001

Color Harmonies of #64465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64465F

Black with #64465F

Text Example


Text Example

White with #64465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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