#63485D

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

Shades of Purple Taupe #63485D

Tints of Purple Taupe #63485D

Color information

#63485D (or 0x63485D) is unknown color: approx Purple Taupe. HEX triplet: 63, 48 and 5D. RGB value is (99,72,93). Sum of RGB (Red+Green+Blue) = 99+72+93=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #63485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485D is #9CB7A2. Grayscale: #525252. Windows color (decimal): -10270627 or 6113379. OLE color: 6113379.

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

Color convert

RGB997293-
CMYK00.270.060.61
HSL313.33º15.79%33.53%-
HSV(B)313.33º27.27%38.82%-
XYZ9.448.0811.42-
YUV82.47133.95139.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=37.5%
G=27.27%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99729300.270.060.61313.3315.7933.53
Hex63485D01B63D1391022
Octal1431101350336754712042
Binary11000111001000101110101101111011110110011100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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