#63445C

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

Shades of Purple Taupe #63445C

Tints of Purple Taupe #63445C

Color information

#63445C (or 0x63445C) is unknown color: approx Purple Taupe. HEX triplet: 63, 44 and 5C. RGB value is (99,68,92). Sum of RGB (Red+Green+Blue) = 99+68+92=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63445C is #9CBBA3. Grayscale: #4F4F4F. Windows color (decimal): -10271652 or 6046819. OLE color: 6046819.

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

Color convert

RGB996892-
CMYK00.310.070.61
HSL313.55º18.56%32.75%-
HSV(B)313.55º31.31%38.82%-
XYZ9.147.5611.1-
YUV80134.77141.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=38.22%
G=26.25%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99689200.310.070.61313.5518.5632.75
Hex63445C01F73D13a1321
Octal1431041340377754722341
Binary11000111000100101110001111111111110110011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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