#604055

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

Shades of Purple Taupe #604055

Tints of Purple Taupe #604055

Color information

#604055 (or 0x604055) is unknown color: approx Purple Taupe. HEX triplet: 60, 40 and 55. RGB value is (96,64,85). Sum of RGB (Red+Green+Blue) = 96+64+85=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604055 is #9FBFAA. Grayscale: #4B4B4B. Windows color (decimal): -10469291 or 5587040. OLE color: 5587040.

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

Color convert

RGB966485-
CMYK00.330.110.62
HSL320.62º20%31.37%-
HSV(B)320.62º33.33%37.65%-
XYZ8.36.819.47-
YUV75.96133.1142.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=39.18%
G=26.12%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96648500.330.110.62320.622031.37
Hex604055021B3E141141f
Octal14010012504113765012437
Binary110000010000001010101010000110111111101010000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604055; }

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

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

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

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

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

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

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

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