#63455E

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

Shades of Purple Taupe #63455E

Tints of Purple Taupe #63455E

Color information

#63455E (or 0x63455E) is unknown color: approx Purple Taupe. HEX triplet: 63, 45 and 5E. RGB value is (99,69,94). Sum of RGB (Red+Green+Blue) = 99+69+94=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63455E is #9CBAA1. Grayscale: #505050. Windows color (decimal): -10271394 or 6178147. OLE color: 6178147.

HSL color Cylindrical-coordinate representation of color #63455E: hue angle of 310º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63455E is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB996994-
CMYK00.300.050.61
HSL310º17.86%32.94%-
HSV(B)310º30.3%38.82%-
XYZ9.297.7211.59-
YUV80.82135.44140.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=37.79%
G=26.34%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99699400.300.050.6131017.8632.94
Hex63455E01E53D1361221
Octal1431051360365754662241
Binary11000111000101101111001111010111110110011011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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