#604459

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

Shades of Purple Taupe #604459

Tints of Purple Taupe #604459

Color information

#604459 (or 0x604459) is unknown color: approx Purple Taupe. HEX triplet: 60, 44 and 59. RGB value is (96,68,89). Sum of RGB (Red+Green+Blue) = 96+68+89=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604459 is #9FBBA6. Grayscale: #4E4E4E. Windows color (decimal): -10468263 or 5850208. OLE color: 5850208.

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

Color convert

RGB966889-
CMYK00.290.070.62
HSL315º17.07%32.16%-
HSV(B)315º29.17%37.65%-
XYZ8.697.3410.41-
YUV78.77133.78140.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=37.94%
G=26.88%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96688900.290.070.6231517.0732.16
Hex60445901D73E13b1120
Octal1401041310357764732140
Binary11000001000100101100101110111111111010011101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604459; }

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

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

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

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

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

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

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

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