#63445D

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

Shades of Purple Taupe #63445D

Tints of Purple Taupe #63445D

Color information

#63445D (or 0x63445D) is unknown color: approx Purple Taupe. HEX triplet: 63, 44 and 5D. RGB value is (99,68,93). Sum of RGB (Red+Green+Blue) = 99+68+93=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63445D is #9CBBA2. Grayscale: #505050. Windows color (decimal): -10271651 or 6112355. OLE color: 6112355.

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

Color convert

RGB996893-
CMYK00.310.060.61
HSL311.61º18.56%32.75%-
HSV(B)311.61º31.31%38.82%-
XYZ9.197.5811.33-
YUV80.12135.27141.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=38.08%
G=26.15%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99689300.310.060.61311.6118.5632.75
Hex63445D01F63D1381321
Octal1431041350376754702341
Binary11000111000100101110101111111011110110011100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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