#63465D

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

Shades of Purple Taupe #63465D

Tints of Purple Taupe #63465D

Color information

#63465D (or 0x63465D) is unknown color: approx Purple Taupe. HEX triplet: 63, 46 and 5D. RGB value is (99,70,93). Sum of RGB (Red+Green+Blue) = 99+70+93=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63465D is #9CB9A2. Grayscale: #515151. Windows color (decimal): -10271139 or 6112867. OLE color: 6112867.

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

Color convert

RGB997093-
CMYK00.290.060.61
HSL312.41º17.16%33.14%-
HSV(B)312.41º29.29%38.82%-
XYZ9.317.8211.38-
YUV81.29134.61140.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=37.79%
G=26.72%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99709300.290.060.61312.4117.1633.14
Hex63465D01D63D1381121
Octal1431061350356754702141
Binary11000111000110101110101110111011110110011100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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