#63485C

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

Shades of Purple Taupe #63485C

Tints of Purple Taupe #63485C

Color information

#63485C (or 0x63485C) is unknown color: approx Purple Taupe. HEX triplet: 63, 48 and 5C. RGB value is (99,72,92). Sum of RGB (Red+Green+Blue) = 99+72+92=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485C is #9CB7A3. Grayscale: #525252. Windows color (decimal): -10270628 or 6047843. OLE color: 6047843.

HSL color Cylindrical-coordinate representation of color #63485C: hue angle of 315.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63485C is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB997292-
CMYK00.270.070.61
HSL315.56º15.79%33.53%-
HSV(B)315.56º27.27%38.82%-
XYZ9.398.0611.19-
YUV82.35133.45139.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=37.64%
G=27.38%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99729200.270.070.61315.5615.7933.53
Hex63485C01B73D13c1022
Octal1431101340337754742042
Binary11000111001000101110001101111111110110011110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63485C; }

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

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

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

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

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

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

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

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