#63495C

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

Shades of Purple Taupe #63495C

Tints of Purple Taupe #63495C

Color information

#63495C (or 0x63495C) is unknown color: approx Purple Taupe. HEX triplet: 63, 49 and 5C. RGB value is (99,73,92). Sum of RGB (Red+Green+Blue) = 99+73+92=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #63495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495C is #9CB6A3. Grayscale: #525252. Windows color (decimal): -10270372 or 6048099. OLE color: 6048099.

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

Color convert

RGB997392-
CMYK00.260.070.61
HSL316.15º15.12%33.73%-
HSV(B)316.15º26.26%38.82%-
XYZ9.468.1911.21-
YUV82.94133.11139.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=37.5%
G=27.65%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739200.260.070.61316.1515.1233.73
Hex63495C01A73D13cf22
Octal1431111340327754741742
Binary1100011100100110111000110101111111011001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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