#63475D

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

Shades of Purple Taupe #63475D

Tints of Purple Taupe #63475D

Color information

#63475D (or 0x63475D) is unknown color: approx Purple Taupe. HEX triplet: 63, 47 and 5D. RGB value is (99,71,93). Sum of RGB (Red+Green+Blue) = 99+71+93=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63475D is #9CB8A2. Grayscale: #515151. Windows color (decimal): -10270883 or 6113123. OLE color: 6113123.

HSL color Cylindrical-coordinate representation of color #63475D: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63475D is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB997193-
CMYK00.280.060.61
HSL312.86º16.47%33.33%-
HSV(B)312.86º28.28%38.82%-
XYZ9.377.9511.4-
YUV81.88134.28140.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=37.64%
G=27.00%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99719300.280.060.61312.8616.4733.33
Hex63475D01C63D1391021
Octal1431071350346754712041
Binary11000111000111101110101110011011110110011100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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