#60445C

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

Shades of Purple Taupe #60445C

Tints of Purple Taupe #60445C

Color information

#60445C (or 0x60445C) is unknown color: approx Purple Taupe. HEX triplet: 60, 44 and 5C. RGB value is (96,68,92). Sum of RGB (Red+Green+Blue) = 96+68+92=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60445C is #9FBBA3. Grayscale: #4F4F4F. Windows color (decimal): -10468260 or 6046816. OLE color: 6046816.

HSL color Cylindrical-coordinate representation of color #60445C: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60445C is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB966892-
CMYK00.290.040.62
HSL308.57º17.07%32.16%-
HSV(B)308.57º29.17%37.65%-
XYZ8.827.3911.09-
YUV79.11135.28140.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=37.5%
G=26.56%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96689200.290.040.62308.5717.0732.16
Hex60445C01D43E1351120
Octal1401041340354764652140
Binary11000001000100101110001110110011111010011010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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