#60465B

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

Shades of Purple Taupe #60465B

Tints of Purple Taupe #60465B

Color information

#60465B (or 0x60465B) is unknown color: approx Purple Taupe. HEX triplet: 60, 46 and 5B. RGB value is (96,70,91). Sum of RGB (Red+Green+Blue) = 96+70+91=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60465B is #9FB9A4. Grayscale: #505050. Windows color (decimal): -10467749 or 5981792. OLE color: 5981792.

HSL color Cylindrical-coordinate representation of color #60465B: hue angle of 311.54º 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 #60465B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB967091-
CMYK00.270.050.62
HSL311.54º15.66%32.55%-
HSV(B)311.54º27.08%37.65%-
XYZ8.97.6210.9-
YUV80.17134.11139.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=37.35%
G=27.24%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96709100.270.050.62311.5415.6632.55
Hex60465B01B53E1381021
Octal1401061330335764702041
Binary11000001000110101101101101110111111010011100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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