#63475E

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

Shades of Purple Taupe #63475E

Tints of Purple Taupe #63475E

Color information

#63475E (or 0x63475E) is unknown color: approx Purple Taupe. HEX triplet: 63, 47 and 5E. RGB value is (99,71,94). Sum of RGB (Red+Green+Blue) = 99+71+94=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #63475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63475E is #9CB8A1. Grayscale: #515151. Windows color (decimal): -10270882 or 6178659. OLE color: 6178659.

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

Color convert

RGB997194-
CMYK00.280.050.61
HSL310.71º16.47%33.33%-
HSV(B)310.71º28.28%38.82%-
XYZ9.427.9711.63-
YUV81.99134.78140.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=37.5%
G=26.89%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99719400.280.050.61310.7116.4733.33
Hex63475E01C53D1371021
Octal1431071360345754672041
Binary11000111000111101111001110010111110110011011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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