#634A5D

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

Shades of Purple Taupe #634A5D

Tints of Purple Taupe #634A5D

Color information

#634A5D (or 0x634A5D) is unknown color: approx Purple Taupe. HEX triplet: 63, 4A and 5D. RGB value is (99,74,93). Sum of RGB (Red+Green+Blue) = 99+74+93=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #634A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A5D is #9CB5A2. Grayscale: #535353. Windows color (decimal): -10270115 or 6113891. OLE color: 6113891.

HSL color Cylindrical-coordinate representation of color #634A5D: hue angle of 314.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634A5D is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB997493-
CMYK00.250.060.61
HSL314.4º14.45%33.92%-
HSV(B)314.4º25.25%38.82%-
XYZ9.578.3411.46-
YUV83.64133.28138.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=37.22%
G=27.82%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99749300.250.060.61314.414.4533.92
Hex634A5D01963D13ae22
Octal1431121350316754721642
Binary1100011100101010111010110011101111011001110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A5D; }

 p { color: rgb(99,74,93); }

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

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

 a { background-color: rgb(99,74,93); }

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

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

 span { border-color: rgb(99,74,93); }

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