#604558

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

Shades of Purple Taupe #604558

Tints of Purple Taupe #604558

Color information

#604558 (or 0x604558) is unknown color: approx Purple Taupe. HEX triplet: 60, 45 and 58. RGB value is (96,69,88). Sum of RGB (Red+Green+Blue) = 96+69+88=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604558 is #9FBAA7. Grayscale: #4F4F4F. Windows color (decimal): -10468008 or 5784928. OLE color: 5784928.

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

Color convert

RGB966988-
CMYK00.280.080.62
HSL317.78º16.36%32.35%-
HSV(B)317.78º28.12%37.65%-
XYZ8.717.4510.21-
YUV79.24132.95139.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=37.94%
G=27.27%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96698800.280.080.62317.7816.3632.35
Hex60455801C83E13e1020
Octal14010513003410764762040
Binary110000010001011011000011100100011111010011111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604558; }

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

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

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

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

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

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

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

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