#63485E

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

Shades of Purple Taupe #63485E

Tints of Purple Taupe #63485E

Color information

#63485E (or 0x63485E) is unknown color: approx Purple Taupe. HEX triplet: 63, 48 and 5E. RGB value is (99,72,94). Sum of RGB (Red+Green+Blue) = 99+72+94=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #63485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485E is #9CB7A1. Grayscale: #525252. Windows color (decimal): -10270626 or 6178915. OLE color: 6178915.

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

Color convert

RGB997294-
CMYK00.270.050.61
HSL311.11º15.79%33.53%-
HSV(B)311.11º27.27%38.82%-
XYZ9.488.111.65-
YUV82.58134.45139.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=37.36%
G=27.17%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99729400.270.050.61311.1115.7933.53
Hex63485E01B53D1371022
Octal1431101360335754672042
Binary11000111001000101111001101110111110110011011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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