#60495E

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

Shades of Purple Taupe #60495E

Tints of Purple Taupe #60495E

Color information

#60495E (or 0x60495E) is unknown color: approx Purple Taupe. HEX triplet: 60, 49 and 5E. RGB value is (96,73,94). Sum of RGB (Red+Green+Blue) = 96+73+94=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #60495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60495E is #9FB6A1. Grayscale: #525252. Windows color (decimal): -10466978 or 6179168. OLE color: 6179168.

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

Color convert

RGB967394-
CMYK00.240.020.62
HSL305.22º13.61%33.14%-
HSV(B)305.22º23.96%37.65%-
XYZ9.238.0611.66-
YUV82.27134.62137.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=36.50%
G=27.76%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96739400.240.020.62305.2213.6133.14
Hex60495E01823E131e21
Octal1401111360302764611641
Binary110000010010011011110011000101111101001100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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