#63465C

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

Shades of Purple Taupe #63465C

Tints of Purple Taupe #63465C

Color information

#63465C (or 0x63465C) is unknown color: approx Purple Taupe. HEX triplet: 63, 46 and 5C. RGB value is (99,70,92). Sum of RGB (Red+Green+Blue) = 99+70+92=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63465C is #9CB9A3. Grayscale: #515151. Windows color (decimal): -10271140 or 6047331. OLE color: 6047331.

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

Color convert

RGB997092-
CMYK00.290.070.61
HSL314.48º17.16%33.14%-
HSV(B)314.48º29.29%38.82%-
XYZ9.277.8111.14-
YUV81.18134.11140.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=37.93%
G=26.82%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99709200.290.070.61314.4817.1633.14
Hex63465C01D73D13a1121
Octal1431061340357754722141
Binary11000111000110101110001110111111110110011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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