#60435E

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

Shades of Purple Taupe #60435E

Tints of Purple Taupe #60435E

Color information

#60435E (or 0x60435E) is unknown color: approx Purple Taupe. HEX triplet: 60, 43 and 5E. RGB value is (96,67,94). Sum of RGB (Red+Green+Blue) = 96+67+94=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60435E is #9FBCA1. Grayscale: #4E4E4E. Windows color (decimal): -10468514 or 6177632. OLE color: 6177632.

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

Color convert

RGB966794-
CMYK00.300.020.62
HSL304.14º17.79%31.96%-
HSV(B)304.14º30.21%37.65%-
XYZ8.857.3111.53-
YUV78.75136.61140.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=37.35%
G=26.07%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96679400.300.020.62304.1417.7931.96
Hex60435E01E23E1301220
Octal1401031360362764602240
Binary1100000100001110111100111101011111010011000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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