#60425E

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

Shades of Purple Taupe #60425E

Tints of Purple Taupe #60425E

Color information

#60425E (or 0x60425E) is unknown color: approx Purple Taupe. HEX triplet: 60, 42 and 5E. RGB value is (96,66,94). Sum of RGB (Red+Green+Blue) = 96+66+94=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425E is #9FBDA1. Grayscale: #4E4E4E. Windows color (decimal): -10468770 or 6177376. OLE color: 6177376.

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

Color convert

RGB966694-
CMYK00.310.020.62
HSL304º18.52%31.76%-
HSV(B)304º31.25%37.65%-
XYZ8.797.1911.51-
YUV78.16136.94140.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=37.5%
G=25.78%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96669400.310.020.6230418.5231.76
Hex60425E01F23E1301320
Octal1401021360372764602340
Binary1100000100001010111100111111011111010011000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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