#60465E

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

Shades of Purple Taupe #60465E

Tints of Purple Taupe #60465E

Color information

#60465E (or 0x60465E) is unknown color: approx Purple Taupe. HEX triplet: 60, 46 and 5E. RGB value is (96,70,94). Sum of RGB (Red+Green+Blue) = 96+70+94=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #60465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60465E is #9FB9A1. Grayscale: #505050. Windows color (decimal): -10467746 or 6178400. OLE color: 6178400.

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

Color convert

RGB967094-
CMYK00.270.020.62
HSL304.62º15.66%32.55%-
HSV(B)304.62º27.08%37.65%-
XYZ9.037.6811.59-
YUV80.51135.61139.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=36.92%
G=26.92%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96709400.270.020.62304.6215.6632.55
Hex60465E01B23E1311021
Octal1401061360332764612041
Binary1100000100011010111100110111011111010011000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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