#604359

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

Shades of Purple Taupe #604359

Tints of Purple Taupe #604359

Color information

#604359 (or 0x604359) is unknown color: approx Purple Taupe. HEX triplet: 60, 43 and 59. RGB value is (96,67,89). Sum of RGB (Red+Green+Blue) = 96+67+89=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604359 is #9FBCA6. Grayscale: #4E4E4E. Windows color (decimal): -10468519 or 5849952. OLE color: 5849952.

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

Color convert

RGB966789-
CMYK00.300.070.62
HSL314.48º17.79%31.96%-
HSV(B)314.48º30.21%37.65%-
XYZ8.637.2210.39-
YUV78.18134.11140.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=38.10%
G=26.59%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96678900.300.070.62314.4817.7931.96
Hex60435901E73E13a1220
Octal1401031310367764722240
Binary11000001000011101100101111011111111010011101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604359; }

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

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

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

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

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

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

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

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