#604257

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

Shades of Purple Taupe #604257

Tints of Purple Taupe #604257

Color information

#604257 (or 0x604257) is unknown color: approx Purple Taupe. HEX triplet: 60, 42 and 57. RGB value is (96,66,87). Sum of RGB (Red+Green+Blue) = 96+66+87=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604257 is #9FBDA8. Grayscale: #4D4D4D. Windows color (decimal): -10468777 or 5718624. OLE color: 5718624.

HSL color Cylindrical-coordinate representation of color #604257: hue angle of 318º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604257 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB966687-
CMYK00.310.090.62
HSL318º18.52%31.76%-
HSV(B)318º31.25%37.65%-
XYZ8.497.079.93-
YUV77.36133.44141.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=38.55%
G=26.51%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96668700.310.090.6231818.5231.76
Hex60425701F93E13e1320
Octal14010212703711764762340
Binary110000010000101010111011111100111111010011111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604257; }

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

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

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

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

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

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

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

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