#63425C

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

Shades of Purple Taupe #63425C

Tints of Purple Taupe #63425C

Color information

#63425C (or 0x63425C) is unknown color: approx Purple Taupe. HEX triplet: 63, 42 and 5C. RGB value is (99,66,92). Sum of RGB (Red+Green+Blue) = 99+66+92=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63425C is #9CBDA3. Grayscale: #4E4E4E. Windows color (decimal): -10272164 or 6046307. OLE color: 6046307.

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

Color convert

RGB996692-
CMYK00.330.070.61
HSL312.73º20%32.35%-
HSV(B)312.73º33.33%38.82%-
XYZ9.037.3211.06-
YUV78.83135.43142.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=38.52%
G=25.68%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99669200.330.070.61312.732032.35
Hex63425C02173D1391420
Octal1431021340417754712440
Binary110001110000101011100010000111111110110011100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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