#634A5C

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

Shades of Purple Taupe #634A5C

Tints of Purple Taupe #634A5C

Color information

#634A5C (or 0x634A5C) is unknown color: approx Purple Taupe. HEX triplet: 63, 4A and 5C. RGB value is (99,74,92). Sum of RGB (Red+Green+Blue) = 99+74+92=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #634A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A5C is #9CB5A3. Grayscale: #535353. Windows color (decimal): -10270116 or 6048355. OLE color: 6048355.

HSL color Cylindrical-coordinate representation of color #634A5C: hue angle of 316.8º 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 #634A5C is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB997492-
CMYK00.250.070.61
HSL316.8º14.45%33.92%-
HSV(B)316.8º25.25%38.82%-
XYZ9.538.3211.23-
YUV83.53132.78139.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=37.36%
G=27.92%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99749200.250.070.61316.814.4533.92
Hex634A5C01973D13de22
Octal1431121340317754751642
Binary1100011100101010111000110011111111011001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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