#604059

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

Shades of Purple Taupe #604059

Tints of Purple Taupe #604059

Color information

#604059 (or 0x604059) is unknown color: approx Purple Taupe. HEX triplet: 60, 40 and 59. RGB value is (96,64,89). Sum of RGB (Red+Green+Blue) = 96+64+89=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604059 is #9FBFA6. Grayscale: #4C4C4C. Windows color (decimal): -10469287 or 5849184. OLE color: 5849184.

HSL color Cylindrical-coordinate representation of color #604059: hue angle of 313.12º 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 #604059 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB966489-
CMYK00.330.070.62
HSL313.12º20%31.37%-
HSV(B)313.12º33.33%37.65%-
XYZ8.466.8710.33-
YUV76.42135.1141.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=38.55%
G=25.70%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96648900.330.070.62313.122031.37
Hex60405902173E139141f
Octal1401001310417764712437
Binary11000001000000101100101000011111111101001110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604059; }

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

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

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

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

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

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

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

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