#643B58

Color #643B58 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #643B58

Tints of Purple Taupe #643B58

Color information

#643B58 (or 0x643B58) is unknown color: approx Purple Taupe. HEX triplet: 64, 3B and 58. RGB value is (100,59,88). Sum of RGB (Red+Green+Blue) = 100+59+88=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #643B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643B58 is #9BC4A7. Grayscale: #4A4A4A. Windows color (decimal): -10208424 or 5782372. OLE color: 5782372.

HSL color Cylindrical-coordinate representation of color #643B58: hue angle of 317.56º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #643B58 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB1005988-
CMYK00.410.120.61
HSL317.56º25.79%31.18%-
HSV(B)317.56º41%39.22%-
XYZ8.586.5410.04-
YUV74.56135.58146.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=40.49%
G=23.89%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100598800.410.120.61317.5625.7931.18
Hex643B58029C3D13e1a1f
Octal1447313005114754763237
Binary11001001110111011000010100111001111011001111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643B58; }

 p { color: rgb(100,59,88); }

 H1.HeaderClassName
 {
   color: #643B58;
 }
 .AnyTagClassName
 {
   color: #643B58;
 }
</style>
background-color css

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

 a { background-color: rgb(100,59,88); }

 div.DivClassName
 {
   background-color: #643B58;
 }
 .BgClassName
 {
   background-color: #643B58;
 }
</style>
border-color css

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

 span { border-color: rgb(100,59,88); }

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