#604057

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

Shades of Purple Taupe #604057

Tints of Purple Taupe #604057

Color information

#604057 (or 0x604057) is unknown color: approx Purple Taupe. HEX triplet: 60, 40 and 57. RGB value is (96,64,87). Sum of RGB (Red+Green+Blue) = 96+64+87=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604057 is #9FBFA8. Grayscale: #4C4C4C. Windows color (decimal): -10469289 or 5718112. OLE color: 5718112.

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

Color convert

RGB966487-
CMYK00.330.090.62
HSL316.88º20%31.37%-
HSV(B)316.88º33.33%37.65%-
XYZ8.386.849.9-
YUV76.19134.1142.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=38.87%
G=25.91%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96648700.330.090.62316.882031.37
Hex60405702193E13d141f
Octal14010012704111764752437
Binary110000010000001010111010000110011111101001111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604057; }

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

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

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

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

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

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

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

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