#60455E

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

Shades of Purple Taupe #60455E

Tints of Purple Taupe #60455E

Color information

#60455E (or 0x60455E) is unknown color: approx Purple Taupe. HEX triplet: 60, 45 and 5E. RGB value is (96,69,94). Sum of RGB (Red+Green+Blue) = 96+69+94=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60455E is #9FBAA1. Grayscale: #4F4F4F. Windows color (decimal): -10468002 or 6178144. OLE color: 6178144.

HSL color Cylindrical-coordinate representation of color #60455E: hue angle of 304.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60455E is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB966994-
CMYK00.280.020.62
HSL304.44º16.36%32.35%-
HSV(B)304.44º28.12%37.65%-
XYZ8.977.5511.57-
YUV79.92135.95139.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=37.07%
G=26.64%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96699400.280.020.62304.4416.3632.35
Hex60455E01C23E1301020
Octal1401051360342764602040
Binary1100000100010110111100111001011111010011000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60455E; }

 p { color: rgb(96,69,94); }

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

<style>
 a { background-color: #60455E; }

 a { background-color: rgb(96,69,94); }

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

<style>
 span { border-color: #60455E; }

 span { border-color: rgb(96,69,94); }

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