#60425C

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

Shades of Purple Taupe #60425C

Tints of Purple Taupe #60425C

Color information

#60425C (or 0x60425C) is unknown color: approx Purple Taupe. HEX triplet: 60, 42 and 5C. RGB value is (96,66,92). Sum of RGB (Red+Green+Blue) = 96+66+92=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #60425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425C is #9FBDA3. Grayscale: #4D4D4D. Windows color (decimal): -10468772 or 6046304. OLE color: 6046304.

HSL color Cylindrical-coordinate representation of color #60425C: hue angle of 308º 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 #60425C is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB966692-
CMYK00.310.040.62
HSL308º18.52%31.76%-
HSV(B)308º31.25%37.65%-
XYZ8.77.1611.05-
YUV77.93135.94140.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=37.80%
G=25.98%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96669200.310.040.6230818.5231.76
Hex60425C01F43E1341320
Octal1401021340374764642340
Binary11000001000010101110001111110011111010011010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60425C; }

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

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

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

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

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

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

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

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