#604258

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

Shades of Purple Taupe #604258

Tints of Purple Taupe #604258

Color information

#604258 (or 0x604258) is unknown color: approx Purple Taupe. HEX triplet: 60, 42 and 58. RGB value is (96,66,88). Sum of RGB (Red+Green+Blue) = 96+66+88=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604258 is #9FBDA7. Grayscale: #4D4D4D. Windows color (decimal): -10468776 or 5784160. OLE color: 5784160.

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

Color convert

RGB966688-
CMYK00.310.080.62
HSL316º18.52%31.76%-
HSV(B)316º31.25%37.65%-
XYZ8.537.0910.15-
YUV77.48133.94141.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=38.4%
G=26.4%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96668800.310.080.6231618.5231.76
Hex60425801F83E13c1320
Octal14010213003710764742340
Binary110000010000101011000011111100011111010011110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604258; }

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

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

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

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

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

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

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

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