#63495D

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

Shades of Purple Taupe #63495D

Tints of Purple Taupe #63495D

Color information

#63495D (or 0x63495D) is unknown color: approx Purple Taupe. HEX triplet: 63, 49 and 5D. RGB value is (99,73,93). Sum of RGB (Red+Green+Blue) = 99+73+93=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #63495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495D is #9CB6A2. Grayscale: #535353. Windows color (decimal): -10270371 or 6113635. OLE color: 6113635.

HSL color Cylindrical-coordinate representation of color #63495D: hue angle of 313.85º 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 #63495D is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB997393-
CMYK00.260.060.61
HSL313.85º15.12%33.73%-
HSV(B)313.85º26.26%38.82%-
XYZ9.58.2111.44-
YUV83.05133.61139.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=37.36%
G=27.55%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739300.260.060.61313.8515.1233.73
Hex63495D01A63D13af22
Octal1431111350326754721742
Binary1100011100100110111010110101101111011001110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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