#60405C

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

Shades of Purple Taupe #60405C

Tints of Purple Taupe #60405C

Color information

#60405C (or 0x60405C) is unknown color: approx Purple Taupe. HEX triplet: 60, 40 and 5C. RGB value is (96,64,92). Sum of RGB (Red+Green+Blue) = 96+64+92=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #60405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60405C is #9FBFA3. Grayscale: #4C4C4C. Windows color (decimal): -10469284 or 6045792. OLE color: 6045792.

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

Color convert

RGB966492-
CMYK00.330.040.62
HSL307.5º20%31.37%-
HSV(B)307.5º33.33%37.65%-
XYZ8.596.9311.01-
YUV76.76136.6141.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=38.10%
G=25.40%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96649200.330.040.62307.52031.37
Hex60405C02143E134141f
Octal1401001340414764642437
Binary11000001000000101110001000011001111101001101001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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