#604458

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

Shades of Purple Taupe #604458

Tints of Purple Taupe #604458

Color information

#604458 (or 0x604458) is unknown color: approx Purple Taupe. HEX triplet: 60, 44 and 58. RGB value is (96,68,88). Sum of RGB (Red+Green+Blue) = 96+68+88=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604458 is #9FBBA7. Grayscale: #4E4E4E. Windows color (decimal): -10468264 or 5784672. OLE color: 5784672.

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

Color convert

RGB966888-
CMYK00.290.080.62
HSL317.14º17.07%32.16%-
HSV(B)317.14º29.17%37.65%-
XYZ8.657.3310.19-
YUV78.65133.28140.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=38.10%
G=26.98%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96688800.290.080.62317.1417.0732.16
Hex60445801D83E13d1120
Octal14010413003510764752140
Binary110000010001001011000011101100011111010011110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604458; }

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

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

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

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

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

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

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

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