Html Css Color HEX #644560 Purple Taupe

📋 copy color: '#644560'

red 100 ◦ green 69 ◦ blue 96

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

Shades of Purple Taupe #644560

Tints of Purple Taupe #644560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 37.74%
G = 26.04%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#644560 (or 0x644560) is known color: Purple Taupe. HEX triplet: 64, 45 and 60. RGB value is (100,69,96). Sum of RGB (Red+Green+Blue) = 100+69+96=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #644560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644560 is #9BBA9F. Grayscale: #515151. Windows color (decimal): -10205856 or 6309220. OLE color: 6309220.

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

Color convert

RGB 100 69 96 -
CMYK 0 0.31 0.04 0.61
HSL 307.74º 0.18% 0.33% -
HSV(B) 307.74º 0.31% 0.39% -
XYZ 9.49 7.81 12.07 -
YUV 81.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 100 69 96 0 0.31 0.04 0.61 307.74 0.18 0.33
Hex 64 45 60 0 1F 4 3D 134 12 21
Octal 144 105 140 0 37 4 75 464 22 41
Binary 1100100 1000101 1100000 0 11111 100 111101 100110100 10010 100001

Color Harmonies of #644560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644560

Black with #644560

Text Example


Text Example

White with #644560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644560; }

 p { color: rgb(100,69,96); }

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

background-color css

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

 a { background-color: rgb(100,69,96); }

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

border-color css

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

 span { border-color: rgb(100,69,96); }

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