#63435C

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

Shades of Purple Taupe #63435C

Tints of Purple Taupe #63435C

Color information

#63435C (or 0x63435C) is unknown color: approx Purple Taupe. HEX triplet: 63, 43 and 5C. RGB value is (99,67,92). Sum of RGB (Red+Green+Blue) = 99+67+92=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63435C is #9CBCA3. Grayscale: #4F4F4F. Windows color (decimal): -10271908 or 6046563. OLE color: 6046563.

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

Color convert

RGB996792-
CMYK00.320.070.61
HSL313.12º19.28%32.55%-
HSV(B)313.12º32.32%38.82%-
XYZ9.087.4411.08-
YUV79.42135.1141.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=38.37%
G=25.97%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99679200.320.070.61313.1219.2832.55
Hex63435C02073D1391321
Octal1431031340407754712341
Binary110001110000111011100010000011111110110011100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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