#604658

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

Shades of Purple Taupe #604658

Tints of Purple Taupe #604658

Color information

#604658 (or 0x604658) is unknown color: approx Purple Taupe. HEX triplet: 60, 46 and 58. RGB value is (96,70,88). Sum of RGB (Red+Green+Blue) = 96+70+88=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604658 is #9FB9A7. Grayscale: #4F4F4F. Windows color (decimal): -10467752 or 5785184. OLE color: 5785184.

HSL color Cylindrical-coordinate representation of color #604658: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604658 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB967088-
CMYK00.270.080.62
HSL318.46º15.66%32.55%-
HSV(B)318.46º27.08%37.65%-
XYZ8.787.5710.23-
YUV79.83132.61139.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=37.80%
G=27.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96708800.270.080.62318.4615.6632.55
Hex60465801B83E13e1021
Octal14010613003310764762041
Binary110000010001101011000011011100011111010011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604658; }

 p { color: rgb(96,70,88); }

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

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

 a { background-color: rgb(96,70,88); }

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

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

 span { border-color: rgb(96,70,88); }

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